29 #ifndef SCIMATH_ARRAYSAMPLEDFUNCTIONAL_H
30 #define SCIMATH_ARRAYSAMPLEDFUNCTIONAL_H
155 #ifndef CASACORE_NO_AUTO_TEMPLATES
156 #include <casacore/scimath/Functionals/ArraySampledFunctional.tcc>
157 #endif //# CASACORE_NO_AUTO_TEMPLATES
A Vector of integers, for indexing into Array<T> objects.
ArraySampledFunctional()
These constructors copy the array that is passed to them.
ArraySampledFunctional< T > & operator=(ArraySampledFunctional< T > &other)
A base class for indexing into arbitrary data types.
virtual T operator()(const uInt &index) const
Define the functions for the SampledFunction interface.
virtual ~ArraySampledFunctional()
virtual uInt nelements() const
Return the total size of the data set.
Index into an array using the longest axis.