casa
$Rev:20696$
|
Specialization for calls with argument and parameter. More...
#include <WrapperData.h>
Public Member Functions | |
WrapperData_TT (T(*f)(const T &, const T &), uInt dim=1) | |
Standard constructor. | |
virtual | ~WrapperData_TT () |
Destructor. | |
virtual T | eval (typename Function< T >::FunctionArg x, const Vector< T > &par) const |
Evaluate the function at x . | |
Protected Attributes | |
T(* | pf_p )(const T &, const T &) |
Function to call. | |
Private Types | |
typedef WrapperData_TT< T, T, T, True, True > | myData |
Private Member Functions | |
WrapperData_TT (const myData &other) | |
Copy constructor and assignment (not implemented) | |
myData & | operator= (const myData &other) |
Specialization for calls with argument and parameter.
Note that the actual name of the class is WrapperData
. The special name is only for the use of cxx2html.
Definition at line 102 of file WrapperData.h.
typedef WrapperData_TT<T,T,T,True,True> casa::WrapperData_TT< T, T, T, True, True >::myData [private] |
Definition at line 104 of file WrapperData.h.
casa::WrapperData_TT< T, T, T, True, True >::WrapperData_TT | ( | T(*)(const T &, const T &) | f, |
uInt | dim = 1 |
||
) | [inline, explicit] |
Standard constructor.
Definition at line 109 of file WrapperData.h.
virtual casa::WrapperData_TT< T, T, T, True, True >::~WrapperData_TT | ( | ) | [inline, virtual] |
Destructor.
Definition at line 113 of file WrapperData.h.
casa::WrapperData_TT< T, T, T, True, True >::WrapperData_TT | ( | const myData & | other | ) | [private] |
Copy constructor and assignment (not implemented)
virtual T casa::WrapperData_TT< T, T, T, True, True >::eval | ( | typename Function< T >::FunctionArg | x, |
const Vector< T > & | par | ||
) | const [inline, virtual] |
Evaluate the function at x
.
Implements casa::WrapperBase< T >.
Definition at line 117 of file WrapperData.h.
myData& casa::WrapperData_TT< T, T, T, True, True >::operator= | ( | const myData & | other | ) | [private] |
T(* casa::WrapperData_TT< T, T, T, True, True >::pf_p)(const T &, const T &) [protected] |
Function to call.
Definition at line 131 of file WrapperData.h.