29 #ifndef SCIMATH_COMPILEDPARAM_H
30 #define SCIMATH_COMPILEDPARAM_H
33 #include <casacore/casa/aips.h>
34 #include <casacore/casa/BasicSL/String.h>
35 #include <casacore/scimath/Functionals/Function.h>
36 #include <casacore/scimath/Functionals/FuncExpression.h>
170 #ifndef CASACORE_NO_AUTO_TEMPLATES
171 #include <casacore/scimath/Functionals/CompiledParam.tcc>
uInt ndim_p
Number of dimensions of underlying function.
virtual ~CompiledParam()
Destructor.
virtual uInt ndim() const
Returns the dimension of function.
const FuncExpression * getFunctionPtr() const
Returns the function pointer (for debugging)
CompiledParam(const CompiledParam< W > &other)
CompiledParam(const CompiledParam< T > &other)
Make this object a (deep) copy of other.
String msg_p
Possible error message.
const String & getText() const
Returns the text of the function string.
virtual const String & name() const
Give name of function.
String text_p
Input text string.
FuncExpression * functionPtr_p
Pointer to function.
Bool setFunction(const String &newFunction)
Set a function.
CompiledParam()
The default constructor – no functions, no parameters, nothing, the function operator returns a 0.
CompiledParam< T > & operator=(const CompiledParam< T > &other)
Make this object a (deep) copy of other.
const String & errorMessage() const
Return the error message of the compilation.
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.