29 #ifndef SCIMATH_COMPILEDPARAM_H
30 #define SCIMATH_COMPILEDPARAM_H
170 #ifndef CASACORE_NO_AUTO_TEMPLATES
171 #include <casacore/scimath/Functionals/CompiledParam.tcc>
172 #endif //# CASACORE_NO_AUTO_TEMPLATES
Parameters for a compiled string function object.
uInt ndim_p
Number of dimensions of underlying function.
virtual uInt ndim() const
Returns the dimension of function.
CompiledParam< T > & operator=(const CompiledParam< T > &other)
Make this object a (deep) copy of other.
CompiledParam(const CompiledParam< W > &other)
String msg_p
Possible error message.
virtual const String & name() const
Give name of function.
String text_p
Input text string.
Numerical functional interface class.
bool Bool
Define the standard types used by Casacore.
CompiledParam()
The default constructor – no functions, no parameters, nothing, the function operator returns a 0...
An expression executable as function.
Bool setFunction(const String &newFunction)
Set a function.
FuncExpression * functionPtr_p
Pointer to function.
const String & getText() const
Returns the text of the function string.
String: the storage and methods of handling collections of characters.
const String & errorMessage() const
Return the error message of the compilation.
virtual ~CompiledParam()
Destructor.
const FuncExpression * getFunctionPtr() const
Returns the function pointer (for debugging)