29 #ifndef SCIMATH_COMBIPARAM_H
30 #define SCIMATH_COMBIPARAM_H
197 #ifndef CASACORE_NO_AUTO_TEMPLATES
198 #include <casacore/scimath/Functionals/CombiParam.tcc>
199 #endif //# CASACORE_NO_AUTO_TEMPLATES
uInt nparameters() const
Returns the number of parameters.
PtrBlock< Function< T > * > functionPtr_p
Pointer to each added function.
uInt ndim_p
Number of dimensions of underlying functions.
CombiParam(const CombiParam< T > &other, Bool)
CombiParam(const CombiParam< W > &other, Bool)
Parameters for a linear combination of function objects.
const Function< T > & function(uInt which) const
Return a reference to a specific Function in the combination.
CombiParam< T > & operator=(const CombiParam< T > &other)
Make this object a (deep) copy of other.
CombiParam()
The default constructor – no functions, no parameters, nothing, the function operator returns a 0...
virtual ~CombiParam()
Destructor.
Numerical functional interface class.
uInt addFunction(const Function< T > &newFunction)
Add a function.
LatticeExprNode nelements(const LatticeExprNode &expr)
1-argument function to get the number of elements in a lattice.
#define DebugAssert(expr, exception)
virtual const String & name() const
Give name of function.
bool Bool
Define the standard types used by Casacore.
CombiParam(const CombiParam< W > &other)
A drop-in replacement for Block<T*>.
Base class for all Casacore library errors.
virtual uInt ndim() const
Returns the dimension of functions in the linear combination.
String: the storage and methods of handling collections of characters.
uInt nFunctions() const
Return the total number of functions.