casa
$Rev:20696$
|
Specialization for calls with argument and no parameters. More...
#include <WrapperData.h>
Public Member Functions | |
WrapperData_VF (T(*f)(const Vector< T > &), uInt dim=1) | |
virtual | ~WrapperData_VF () |
virtual T | eval (typename Function< T >::FunctionArg x, const Vector< T > &) const |
Evaluate the function at x . | |
Protected Attributes | |
T(* | pf_p )(const Vector< T > &) |
Private Types | |
typedef WrapperData_VF< T, Vector< T >, T, True, False > | myData |
Private Member Functions | |
WrapperData_VF (const myData &other) | |
myData & | operator= (const myData &other) |
Specialization for calls with argument and no parameters.
Note that the actual name of the class is WrapperData
. The special name is only for the use of cxx2html.
Definition at line 404 of file WrapperData.h.
typedef WrapperData_VF<T,Vector<T>,T,True,False> casa::WrapperData_VF< T, Vector< T >, T, True, False >::myData [private] |
Definition at line 406 of file WrapperData.h.
casa::WrapperData_VF< T, Vector< T >, T, True, False >::WrapperData_VF | ( | T(*)(const Vector< T > &) | f, |
uInt | dim = 1 |
||
) | [inline, explicit] |
Definition at line 409 of file WrapperData.h.
virtual casa::WrapperData_VF< T, Vector< T >, T, True, False >::~WrapperData_VF | ( | ) | [inline, virtual] |
Definition at line 411 of file WrapperData.h.
casa::WrapperData_VF< T, Vector< T >, T, True, False >::WrapperData_VF | ( | const myData & | other | ) | [private] |
virtual T casa::WrapperData_VF< T, Vector< T >, T, True, False >::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 412 of file WrapperData.h.
myData& casa::WrapperData_VF< T, Vector< T >, T, True, False >::operator= | ( | const myData & | other | ) | [private] |
T(* casa::WrapperData_VF< T, Vector< T >, T, True, False >::pf_p)(const Vector< T > &) [protected] |
Definition at line 420 of file WrapperData.h.