casa
$Rev:20696$
|
Sine x / x function. More...
#include <MathFunc.h>
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 > &) |
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 | Sinc_parm |
T | sup_width |
Sine x / x function.
Sine x / x function
Definition at line 424 of file MathFunc.h.
casa::Sinc_Conv< T >::Sinc_Conv | ( | T | cut = MathFunc< T >::defSphcutoff() , |
T | sincparm = MathFunc< T >::defSincparm() |
||
) |
default constructor
casa::Sinc_Conv< T >::Sinc_Conv | ( | const Sinc_Conv< T > & | ) |
copy constructor
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 >.
FuncId casa::Sinc_Conv< T >::id | ( | ) | const [virtual] |
return a FuncId structure for Table storage/retrieval.
Reimplemented from casa::MathFunc< T >.
Sinc_Conv<T>& casa::Sinc_Conv< T >::operator= | ( | const Sinc_Conv< 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.
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 >.
T casa::Sinc_Conv< T >::Sinc_parm [private] |
Definition at line 447 of file MathFunc.h.
T casa::Sinc_Conv< T >::sup_width [private] |
Definition at line 447 of file MathFunc.h.
Referenced by casa::Sinc_Conv< T >::sup_value().