28 #ifndef SCIMATH_WRAPPERBASE_H
29 #define SCIMATH_WRAPPERBASE_H
32 #include <casacore/casa/aips.h>
33 #include <casacore/scimath/Functionals/Function.h>
34 #include <casacore/casa/Arrays/Vector.h>
const ArgType * FunctionArg
virtual ~WrapperBase()
Destructor.
virtual uInt ndim() const
Get the dimensionality.
WrapperBase(const uInt dim)
Standard constructor.
virtual T eval(typename Function< T >::FunctionArg x, const Vector< T > &par) const =0
Evaluate the function at x.
WrapperBase()
Default constructor: zero dimension.
WrapperBase< T > & operator=(const WrapperBase< T > &other)
Vector< T > arg_p
Vector argument interface.
WrapperBase(const WrapperBase< T > &other)
Copy constructor and assignment (not implemented)
uInt ndim_p
Dimensionality.
this file contains all the compiler specific defines