casa
$Rev:20696$
|
Spheroidal function. More...
#include <MathFunc.h>
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 > &) |
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 | |
T | sup_width |
T | sphparm |
Spheroidal function.
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.
casa::Sph_Conv< T >::Sph_Conv | ( | T | cut = MathFunc< T >::defSphcutoff() , |
T | Sphparm = MathFunc< T >::defSphparm() |
||
) |
default constructor
casa::Sph_Conv< T >::Sph_Conv | ( | const Sph_Conv< T > & | ) |
copy constructor
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 >.
FuncId casa::Sph_Conv< T >::id | ( | ) | const [virtual] |
return a FuncId structure for Table storage/retrieval.
Reimplemented from casa::MathFunc< T >.
Sph_Conv<T>& casa::Sph_Conv< T >::operator= | ( | const Sph_Conv< 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.
float casa::Sph_Conv< T >::value | ( | const float & | ) | const |
T casa::Sph_Conv< T >::sphparm [private] |
Definition at line 485 of file MathFunc.h.
T casa::Sph_Conv< T >::sup_width [private] |
Definition at line 485 of file MathFunc.h.
Referenced by casa::Sph_Conv< T >::sup_value().