29 #ifndef SCIMATH_SCALARSAMPLEDFUNCTIONAL_H
30 #define SCIMATH_SCALARSAMPLEDFUNCTIONAL_H
32 #include <casacore/casa/aips.h>
33 #include <casacore/scimath/Functionals/SampledFunctional.h>
34 #include <casacore/casa/Arrays/Vector.h>
38 template<
class T>
class Block;
156 #ifndef CASACORE_NO_AUTO_TEMPLATES
157 #include <casacore/scimath/Functionals/ScalarSampledFunctional.tcc>
ScalarSampledFunctional(ScalarSampledFunctional< T > &other)
The standard copy constructor and assignment operator.
ScalarSampledFunctional(const ScalarSampledFunctional< T > &other)
ScalarSampledFunctional(Vector< T > &data)
virtual T operator()(const uInt &index) const
Define the functions for the SampledFunctional interface.
virtual ~ScalarSampledFunctional()
ScalarSampledFunctional(const Block< T > &data)
virtual uInt nelements() const
Return the total size of the data set.
ScalarSampledFunctional< T > & operator=(const ScalarSampledFunctional< T > &other)
ScalarSampledFunctional()
See the description above to determine whether a copy or a reference is made to the original data.
ScalarSampledFunctional(const Vector< T > &data)
ScalarSampledFunctional< T > & operator=(ScalarSampledFunctional< T > &other)
this file contains all the compiler specific defines