Go to the documentation of this file.
29 #ifndef SCIMATH_HYPERPLANEPARAM_H
30 #define SCIMATH_HYPERPLANEPARAM_H
33 #include <casacore/casa/aips.h>
34 #include <casacore/scimath/Functionals/Function.h>
35 #include <casacore/casa/BasicSL/String.h>
162 #ifndef CASACORE_NO_AUTO_TEMPLATES
163 #include <casacore/scimath/Functionals/HyperPlaneParam.tcc>
164 #endif //# CASACORE_NO_AUTO_TEMPLATES
virtual const String & name() const
Give name of function.
Bool operator==(const HyperPlaneParam< T > &other) const
Comparisons.
Bool operator!=(const HyperPlaneParam< T > &other) const
Parameter handling for a hyper plane function.
virtual ~HyperPlaneParam()
Destructor.
HyperPlaneParam(const HyperPlaneParam &other)
Copy constructor (deep copy)
FunctionParam< T > param_p
The parameters and masks.
virtual uInt ndim() const
What is the dimension of the parameter list.
HyperPlaneParam(const HyperPlaneParam< W > &other)
this file contains all the compiler specific defines
HyperPlaneParam< T > & operator=(const HyperPlaneParam< T > &other)
Copy assignment (deep copy)
Numerical functional interface class.
String: the storage and methods of handling collections of characters.
bool Bool
Define the standard types used by Casacore.
HyperPlaneParam(uInt m=0)
Construct an m-dimensional hyper plane which has m parameters.