|
casacore
|
Specialization for calls with argument and parameter. More...
#include <WrapperData.h>
Public Member Functions | |
| WrapperData_VT (T(*f)(const Vector< T > &, const T &), uInt dim=1) | |
| virtual | ~WrapperData_VT () |
| virtual T | eval (typename Function< T >::FunctionArg x, const Vector< T > &par) const |
| Evaluate the function at x. | |
| Public Member Functions inherited from casacore::WrapperBase< T > | |
| WrapperBase () | |
| Default constructor: zero dimension. | |
| WrapperBase (const uInt dim) | |
| Standard constructor. | |
| virtual | ~WrapperBase () |
| Destructor. | |
| virtual uInt | ndim () const |
| Get the dimensionality. | |
Protected Attributes | |
| T(* | pf_p )(const Vector< T > &, const T &) |
| Protected Attributes inherited from casacore::WrapperBase< T > | |
| uInt | ndim_p |
| Dimensionality. | |
| Vector< T > | arg_p |
| Vector argument interface. | |
Private Types | |
| typedef WrapperData_VT< T, Vector< T >, T, True, True > | myData |
Private Member Functions | |
| WrapperData_VT (const myData &other) | |
| 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 157 of file WrapperData.h.
|
private |
Definition at line 159 of file WrapperData.h.
|
inlineexplicit |
Definition at line 162 of file WrapperData.h.
References pf_p, and casacore::WrapperBase< T >::WrapperBase().
|
inlinevirtual |
Definition at line 164 of file WrapperData.h.
|
private |
|
inlinevirtual |
Evaluate the function at x.
Implements casacore::WrapperBase< T >.
Definition at line 165 of file WrapperData.h.
References casacore::WrapperBase< T >::arg_p, casacore::WrapperBase< T >::ndim_p, and pf_p.
|
protected |
Definition at line 173 of file WrapperData.h.
Referenced by eval(), and WrapperData_VT().