casa
$Rev:20696$
|
Specialization for calls with argument and parameters. More...
#include <WrapperData.h>
Public Member Functions | |
WrapperData_TV (T(*f)(const T &, const Vector< T > &), uInt dim=1) | |
virtual | ~WrapperData_TV () |
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 Vector< T > &) |
Private Types | |
typedef WrapperData_TV< T, T, Vector< T >, True, True > | myData |
Private Member Functions | |
WrapperData_TV (const myData &other) | |
myData & | operator= (const myData &other) |
Specialization for calls with argument and parameters.
Note that the actual name of the class is WrapperData
. The special name is only for the use of cxx2html.
Definition at line 200 of file WrapperData.h.
typedef WrapperData_TV<T,T,Vector<T>,True,True> casa::WrapperData_TV< T, T, Vector< T >, True, True >::myData [private] |
Definition at line 202 of file WrapperData.h.
casa::WrapperData_TV< T, T, Vector< T >, True, True >::WrapperData_TV | ( | T(*)(const T &, const Vector< T > &) | f, |
uInt | dim = 1 |
||
) | [inline, explicit] |
Definition at line 205 of file WrapperData.h.
virtual casa::WrapperData_TV< T, T, Vector< T >, True, True >::~WrapperData_TV | ( | ) | [inline, virtual] |
Definition at line 207 of file WrapperData.h.
casa::WrapperData_TV< T, T, Vector< T >, True, True >::WrapperData_TV | ( | const myData & | other | ) | [private] |
virtual T casa::WrapperData_TV< T, T, Vector< 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 208 of file WrapperData.h.
myData& casa::WrapperData_TV< T, T, Vector< T >, True, True >::operator= | ( | const myData & | other | ) | [private] |
T(* casa::WrapperData_TV< T, T, Vector< T >, True, True >::pf_p)(const T &, const Vector< T > &) [protected] |
Definition at line 217 of file WrapperData.h.