29 #ifndef SCIMATH_SCALARSAMPLEDFUNCTIONAL_H
30 #define SCIMATH_SCALARSAMPLEDFUNCTIONAL_H
38 template<
class T>
class Block;
156 #ifndef CASACORE_NO_AUTO_TEMPLATES
157 #include <casacore/scimath/Functionals/ScalarSampledFunctional.tcc>
158 #endif //# CASACORE_NO_AUTO_TEMPLATES
ScalarSampledFunctional< T > & operator=(ScalarSampledFunctional< T > &other)
virtual uInt nelements() const
Return the total size of the data set.
A base class for indexing into arbitrary data types.
ScalarSampledFunctional()
See the description above to determine whether a copy or a reference is made to the original data...
virtual T operator()(const uInt &index) const
Define the functions for the SampledFunctional interface.
virtual ~ScalarSampledFunctional()
A unified interface for indexing into Vectors or Blocks.