29 #ifndef SCIMATH_CONSTANTNDPARAM_H
30 #define SCIMATH_CONSTANTNDPARAM_H
160 #ifndef CASACORE_NO_AUTO_TEMPLATES
161 #include <casacore/scimath/Functionals/ConstantNDParam.tcc>
162 #endif //# CASACORE_NO_AUTO_TEMPLATES
FunctionParam< T > param_p
The parameters and masks.
ConstantNDParam< T > & operator=(const ConstantNDParam< T > &other)
Copy assignment (deep copy)
virtual const String & name() const
Give name of function.
ConstantNDParam(const ConstantNDParam< W > &other)
ConstantNDParam(uInt m=0)
Construct a constant in m-dimensional space.
Parameter handling for a constant function in a space of arbitrary dimensionality.
Bool operator!=(const ConstantNDParam< T > &other) const
Numerical functional interface class.
virtual ~ConstantNDParam()
Destructor.
bool Bool
Define the standard types used by Casacore.
String: the storage and methods of handling collections of characters.
virtual uInt ndim() const
What is the dimension of the parameter list.
Bool operator==(const ConstantNDParam< T > &other) const
Comparisons.