28 #ifndef SCIMATH_SAMPLEDFUNCTIONAL_H 29 #define SCIMATH_SAMPLEDFUNCTIONAL_H 31 #include <casacore/casa/aips.h> 32 #include <casacore/casa/BasicMath/Functional.h> 101 template <
class Range>
class SampledFunctional:
102 public Functional<uInt, Range>
virtual Range operator()(const uInt &index) const =0
Access the specified element of the data.
virtual uInt nelements() const =0
Return the total size of the data set.
virtual ~SampledFunctional()
The virtual destructor does nothing.
this file contains all the compiler specific defines