|
casacore
|
Specialization for calls with no arguments and parameter. More...
#include <WrapperData.h>
Public Member Functions | |
| WrapperData_FT (T(*f)(const T &)) | |
| virtual | ~WrapperData_FT () |
| virtual T | eval (typename Function< T >::FunctionArg, const Vector< T > &par) const |
Evaluate the function at x. More... | |
Public Member Functions inherited from casacore::WrapperBase< T > | |
| WrapperBase () | |
| Default constructor: zero dimension. More... | |
| WrapperBase (const uInt dim) | |
| Standard constructor. More... | |
| virtual | ~WrapperBase () |
| Destructor. More... | |
| virtual uInt | ndim () const |
| Get the dimensionality. More... | |
Protected Attributes | |
| T(* | pf_p )(const T &) |
Protected Attributes inherited from casacore::WrapperBase< T > | |
| uInt | ndim_p |
| Dimensionality. More... | |
| Vector< T > | arg_p |
| Vector argument interface. More... | |
Private Types | |
| typedef WrapperData_FT< T, T, T, False, True > | myData |
Private Member Functions | |
| WrapperData_FT (const myData &other) | |
| myData & | operator= (const myData &other) |
Specialization for calls with no arguments 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 285 of file WrapperData.h.
|
private |
Definition at line 287 of file WrapperData.h.
|
inlineexplicit |
Definition at line 290 of file WrapperData.h.
|
inlinevirtual |
Definition at line 292 of file WrapperData.h.
|
private |
|
inlinevirtual |
Evaluate the function at x.
Implements casacore::WrapperBase< T >.
Definition at line 293 of file WrapperData.h.
|
private |
|
protected |
Definition at line 299 of file WrapperData.h.
1.8.5