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>
FunctionParam< T > param_p
The parameters and masks.
HyperPlaneParam(const HyperPlaneParam &other)
Copy constructor (deep copy)
HyperPlaneParam(uInt m=0)
Construct an m-dimensional hyper plane which has m parameters.
HyperPlaneParam(const HyperPlaneParam< W > &other)
virtual ~HyperPlaneParam()
Destructor.
virtual uInt ndim() const
What is the dimension of the parameter list.
Bool operator==(const HyperPlaneParam< T > &other) const
Comparisons.
HyperPlaneParam< T > & operator=(const HyperPlaneParam< T > &other)
Copy assignment (deep copy)
virtual const String & name() const
Give name of function.
Bool operator!=(const HyperPlaneParam< T > &other) const
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.