#include <MathFunc.h>
Inheritance diagram for casa::Sph_Conv< T >:


Definition at line 459 of file 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 |
| 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
| 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 |
| FuncId casa::Sph_Conv< T >::id | ( | ) | const [virtual] |
| 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 >.
T casa::Sph_Conv< T >::sup_width [private] |
T casa::Sph_Conv< T >::sphparm [private] |
Definition at line 485 of file MathFunc.h.
1.5.1