casa
$Rev:20696$
|
A Kaiser-Bessel function. More...
#include <MathFunc.h>
Public Member Functions | |
KB_Conv (T cut=MathFunc< T >::defcutoff(), T wparm=MathFunc< T >::defKBwidth(), T kbparm=MathFunc< T >::defKBparm()) | |
default constructor | |
KB_Conv (const KB_Conv< T > &) | |
copy constructor | |
KB_Conv< T > & | operator= (const KB_Conv< T > &) |
T | sup_value () const |
return value of support width | |
T | 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 | |
T | kbparm |
T | fw |
T | sup_width |
A Kaiser-Bessel function.
A Kaiser-Bessel function
Definition at line 346 of file MathFunc.h.
casa::KB_Conv< T >::KB_Conv | ( | T | cut = MathFunc< T >::defcutoff() , |
T | wparm = MathFunc< T >::defKBwidth() , |
||
T | kbparm = MathFunc< T >::defKBparm() |
||
) |
default constructor
casa::KB_Conv< T >::KB_Conv | ( | const KB_Conv< T > & | ) |
copy constructor
MathFunc<T>* casa::KB_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::KB_Conv< T >::id | ( | ) | const [virtual] |
return a FuncId structure for Table storage/retrieval.
Reimplemented from casa::MathFunc< T >.
KB_Conv<T>& casa::KB_Conv< T >::operator= | ( | const KB_Conv< T > & | ) |
T casa::KB_Conv< T >::sup_value | ( | ) | const [inline, virtual] |
return value of support width
Reimplemented from casa::MathFunc< T >.
Definition at line 360 of file MathFunc.h.
References casa::KB_Conv< T >::sup_width.
T casa::KB_Conv< T >::value | ( | const T & | a | ) | const [virtual] |
compute and return a value of the math function
Reimplemented from casa::MathFunc< T >.
T casa::KB_Conv< T >::fw [private] |
Definition at line 372 of file MathFunc.h.
T casa::KB_Conv< T >::kbparm [private] |
Definition at line 372 of file MathFunc.h.
T casa::KB_Conv< T >::sup_width [private] |
Definition at line 372 of file MathFunc.h.
Referenced by casa::KB_Conv< T >::sup_value().