casacore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Protected Attributes | Private Types | Private Member Functions | List of all members
casacore::WrapperData_VF< T, Vector< T >, T, True, False > Class Template Reference

Specialization for calls with argument and no parameters. More...

#include <WrapperData.h>

Inheritance diagram for casacore::WrapperData_VF< T, Vector< T >, T, True, False >:
casacore::WrapperBase< T >

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. 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 Vector< 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_VF< T,
Vector< T >, T, True, False
myData
 

Private Member Functions

 WrapperData_VF (const myData &other)
 
myDataoperator= (const myData &other)
 

Detailed Description

template<class T>
class casacore::WrapperData_VF< T, Vector< T >, T, True, False >

Specialization for calls with argument and no parameters.

Synopsis

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.

Member Typedef Documentation

template<class T >
typedef WrapperData_VF<T,Vector<T>,T,True,False> casacore::WrapperData_VF< T, Vector< T >, T, True, False >::myData
private

Definition at line 406 of file WrapperData.h.

Constructor & Destructor Documentation

template<class T >
casacore::WrapperData_VF< T, Vector< T >, T, True, False >::WrapperData_VF ( T(*)(const Vector< T > &)  f,
uInt  dim = 1 
)
inlineexplicit

Definition at line 409 of file WrapperData.h.

template<class T >
virtual casacore::WrapperData_VF< T, Vector< T >, T, True, False >::~WrapperData_VF ( )
inlinevirtual

Definition at line 411 of file WrapperData.h.

template<class T >
casacore::WrapperData_VF< T, Vector< T >, T, True, False >::WrapperData_VF ( const myData other)
private

Member Function Documentation

template<class T >
virtual T casacore::WrapperData_VF< T, Vector< T >, T, True, False >::eval ( typename Function< T >::FunctionArg  x,
const Vector< T > &  par 
) const
inlinevirtual

Evaluate the function at x.

Implements casacore::WrapperBase< T >.

Definition at line 412 of file WrapperData.h.

template<class T >
myData& casacore::WrapperData_VF< T, Vector< T >, T, True, False >::operator= ( const myData other)
private

Member Data Documentation

template<class T >
T(* casacore::WrapperData_VF< T, Vector< T >, T, True, False >::pf_p)(const Vector< T > &)
protected

Definition at line 420 of file WrapperData.h.


The documentation for this class was generated from the following file: