casacore
Loading...
Searching...
No Matches
casacore::WrapperData_VV< T, Vector< T >, Vector< T >, True, True > Class Template Reference

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

#include <WrapperData.h>

Public Member Functions

 WrapperData_VV (T(*f)(const Vector< T > &, const Vector< T > &), uInt dim=1)
 
virtual ~WrapperData_VV ()
 
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 Vector< T > &)
 
- Protected Attributes inherited from casacore::WrapperBase< T >
uInt ndim_p
 Dimensionality.
 
Vector< T > arg_p
 Vector argument interface.
 

Private Types

typedef WrapperData_VV< T, Vector< T >, Vector< T >, True, TruemyData
 

Private Member Functions

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

Detailed Description

template<class T>
class casacore::WrapperData_VV< T, Vector< T >, Vector< T >, True, True >

Specialization for calls with argument and 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 240 of file WrapperData.h.

Member Typedef Documentation

◆ myData

template<class T >
WrapperData_VV<T,Vector<T>,Vector<T>,True,True> casacore::WrapperData_VV< T, Vector< T >, Vector< T >, True, True >::myData
private

Definition at line 243 of file WrapperData.h.

Constructor & Destructor Documentation

◆ WrapperData_VV() [1/2]

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

Definition at line 246 of file WrapperData.h.

◆ ~WrapperData_VV()

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

Definition at line 249 of file WrapperData.h.

◆ WrapperData_VV() [2/2]

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

Member Function Documentation

◆ eval()

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

Evaluate the function at x.

Implements casacore::WrapperBase< T >.

Definition at line 250 of file WrapperData.h.

◆ operator=()

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

Member Data Documentation

◆ pf_p

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

Definition at line 258 of file WrapperData.h.


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