29 #ifndef SCIMATH_ARRAYSAMPLEDFUNCTIONAL_H 30 #define SCIMATH_ARRAYSAMPLEDFUNCTIONAL_H 32 #include <casacore/casa/aips.h> 33 #include <casacore/scimath/Functionals/SampledFunctional.h> 34 #include <casacore/casa/Arrays/Array.h> 35 #include <casacore/casa/Arrays/IPosition.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.
this file contains all the compiler specific defines
Index into an array using the longest axis.