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 > &) |
Assignment operator - Note: this function works only for envelops. | |
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.
casacore::Sph_Conv< T >::Sph_Conv | ( | T | cut = MathFunc< T >::defSphcutoff() , |
|
T | Sphparm = MathFunc< T >::defSphparm() | |||
) |
default constructor
casacore::Sph_Conv< T >::Sph_Conv | ( | const Sph_Conv< T > & | ) |
copy constructor
MathFunc<T>* casacore::Sph_Conv< T >::clone | ( | ) | const [private, virtual] |
for every derived class, return new of that class with its own parameters
Reimplemented from casacore::MathFunc< T >.
FuncId casacore::Sph_Conv< T >::id | ( | ) | const [virtual] |
return a FuncId structure for Table storage/retrieval.
Reimplemented from casacore::MathFunc< T >.
Sph_Conv<T>& casacore::Sph_Conv< T >::operator= | ( | const Sph_Conv< T > & | ) |
Assignment operator - Note: this function works only for envelops.
Polymorphism flaws will let you pass a letter as an argument but an exception will be thrown at run time.
Reimplemented from casacore::MathFunc< T >.
T casacore::Sph_Conv< T >::sup_value | ( | ) | const [inline, virtual] |
return value of support width
Reimplemented from casacore::MathFunc< T >.
Definition at line 473 of file MathFunc.h.
References casacore::Sph_Conv< T >::sup_width.
float casacore::Sph_Conv< T >::value | ( | const float & | ) | const |
T casacore::Sph_Conv< T >::sphparm [private] |
Definition at line 485 of file MathFunc.h.
T casacore::Sph_Conv< T >::sup_width [private] |
Definition at line 485 of file MathFunc.h.
Referenced by casacore::Sph_Conv< T >::sup_value().