casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Private Member Functions | Private Attributes
casa::Sinc_Conv< T > Class Template Reference

Sine x / x function. More...

#include <MathFunc.h>

Inheritance diagram for casa::Sinc_Conv< T >:
casa::MathFunc< T >

List of all members.

Public Member Functions

 Sinc_Conv (T cut=MathFunc< T >::defSphcutoff(), T sincparm=MathFunc< T >::defSincparm())
 default constructor
 Sinc_Conv (const Sinc_Conv< T > &)
 copy constructor
Sinc_Conv< T > & operator= (const Sinc_Conv< T > &)
sup_value () const
 return value of support width
value (const T &) const
 compute and return a value of the math function
FuncId id () const
 return a FuncId structure for Table storage/retrieval.

Private Member Functions

MathFunc< T > * clone () const
 for every derived class, return new of that class with its own parameters

Private Attributes

Sinc_parm
sup_width

Detailed Description

template<class T>
class casa::Sinc_Conv< T >

Sine x / x function.

Synopsis

Sine x / x function

Definition at line 424 of file MathFunc.h.


Constructor & Destructor Documentation

template<class T>
casa::Sinc_Conv< T >::Sinc_Conv ( cut = MathFunc< T >::defSphcutoff(),
sincparm = MathFunc< T >::defSincparm() 
)

default constructor

template<class T>
casa::Sinc_Conv< T >::Sinc_Conv ( const Sinc_Conv< T > &  )

copy constructor


Member Function Documentation

template<class T>
MathFunc<T>* casa::Sinc_Conv< T >::clone ( ) const [private, virtual]

for every derived class, return new of that class with its own parameters

Reimplemented from casa::MathFunc< T >.

template<class T>
FuncId casa::Sinc_Conv< T >::id ( ) const [virtual]

return a FuncId structure for Table storage/retrieval.

Reimplemented from casa::MathFunc< T >.

template<class T>
Sinc_Conv<T>& casa::Sinc_Conv< T >::operator= ( const Sinc_Conv< T > &  )
template<class T>
T casa::Sinc_Conv< T >::sup_value ( ) const [inline, virtual]

return value of support width

Reimplemented from casa::MathFunc< T >.

Definition at line 435 of file MathFunc.h.

References casa::Sinc_Conv< T >::sup_width.

template<class T>
T casa::Sinc_Conv< T >::value ( const T &  a) const [virtual]

compute and return a value of the math function

Reimplemented from casa::MathFunc< T >.


Member Data Documentation

template<class T>
T casa::Sinc_Conv< T >::Sinc_parm [private]

Definition at line 447 of file MathFunc.h.

template<class T>
T casa::Sinc_Conv< T >::sup_width [private]

Definition at line 447 of file MathFunc.h.

Referenced by casa::Sinc_Conv< T >::sup_value().


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