29 #ifndef SCIMATH_CONSTANTNDPARAM_H
30 #define SCIMATH_CONSTANTNDPARAM_H
33 #include <casacore/casa/aips.h>
34 #include <casacore/scimath/Functionals/Function.h>
35 #include <casacore/casa/BasicSL/String.h>
160 #ifndef CASACORE_NO_AUTO_TEMPLATES
161 #include <casacore/scimath/Functionals/ConstantNDParam.tcc>
virtual const String & name() const
Give name of function.
virtual uInt ndim() const
What is the dimension of the parameter list.
virtual ~ConstantNDParam()
Destructor.
ConstantNDParam< T > & operator=(const ConstantNDParam< T > &other)
Copy assignment (deep copy)
ConstantNDParam(const ConstantNDParam &other)
Copy constructor (deep copy)
Bool operator==(const ConstantNDParam< T > &other) const
Comparisons.
ConstantNDParam(const ConstantNDParam< W > &other)
Bool operator!=(const ConstantNDParam< T > &other) const
ConstantNDParam(uInt m=0)
Construct a constant in m-dimensional space.
FunctionParam< T > param_p
The parameters and masks.
String: the storage and methods of handling collections of characters.
this file contains all the compiler specific defines
bool Bool
Define the standard types used by Casacore.