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

Spheroidal function. More...

#include <MathFunc.h>

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

List of all members.

Public Member Functions

 Sph_Conv (T cut=MathFunc< T >::defSphcutoff(), T Sphparm=MathFunc< T >::defSphparm())
 default constructor
 Sph_Conv (const Sph_Conv< T > &)
 copy constructor
Sph_Conv< T > & operator= (const Sph_Conv< T > &)
sup_value () const
 return value of support width
float value (const float &) const
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

sup_width
sphparm

Detailed Description

template<class T>
class casa::Sph_Conv< T >

Spheroidal function.

Synopsis

Spheroidal function - calls Fred Schwab function converted by f2c Spheroidal function - calls Fred Schwab function converted by f2c

Definition at line 459 of file MathFunc.h.


Constructor & Destructor Documentation

template<class T>
casa::Sph_Conv< T >::Sph_Conv ( cut = MathFunc< T >::defSphcutoff(),
Sphparm = MathFunc< T >::defSphparm() 
)

default constructor

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

copy constructor


Member Function Documentation

template<class T>
MathFunc<T>* casa::Sph_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::Sph_Conv< T >::id ( ) const [virtual]

return a FuncId structure for Table storage/retrieval.

Reimplemented from casa::MathFunc< T >.

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

return value of support width

Reimplemented from casa::MathFunc< T >.

Definition at line 473 of file MathFunc.h.

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

template<class T>
float casa::Sph_Conv< T >::value ( const float &  ) const

Member Data Documentation

template<class T>
T casa::Sph_Conv< T >::sphparm [private]

Definition at line 485 of file MathFunc.h.

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

Definition at line 485 of file MathFunc.h.

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


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