28 #ifndef SCIMATH_SAMPLEDFUNCTIONAL_H
29 #define SCIMATH_SAMPLEDFUNCTIONAL_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.