Gaussian. More...
#include <MathFunc.h>
Public Member Functions | |
GaussianConv (T cut=MathFunc< T >::defcutoff(), T wparm=MathFunc< T >::defwidth()) | |
default constructor | |
GaussianConv (const GaussianConv< T > &) | |
copy constructor | |
GaussianConv< T > & | operator= (const GaussianConv< T > &) |
Assignment operator - Note: this function works only for envelops. | |
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 | sup_width |
T | fw2 |
const T | ln16 |
Gaussian.
A Gaussian
Definition at line 305 of file MathFunc.h.
casacore::GaussianConv< T >::GaussianConv | ( | T | cut = MathFunc< T >::defcutoff() , |
|
T | wparm = MathFunc< T >::defwidth() | |||
) |
default constructor
casacore::GaussianConv< T >::GaussianConv | ( | const GaussianConv< T > & | ) |
copy constructor
MathFunc<T>* casacore::GaussianConv< 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::GaussianConv< T >::id | ( | ) | const [virtual] |
return a FuncId structure for Table storage/retrieval.
Reimplemented from casacore::MathFunc< T >.
GaussianConv<T>& casacore::GaussianConv< T >::operator= | ( | const GaussianConv< 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::GaussianConv< T >::sup_value | ( | ) | const [inline, virtual] |
return value of support width
Reimplemented from casacore::MathFunc< T >.
Definition at line 321 of file MathFunc.h.
References casacore::GaussianConv< T >::sup_width.
T casacore::GaussianConv< T >::value | ( | const T & | a | ) | const [virtual] |
compute and return a value of the math function
Reimplemented from casacore::MathFunc< T >.
T casacore::GaussianConv< T >::fw2 [private] |
Definition at line 333 of file MathFunc.h.
const T casacore::GaussianConv< T >::ln16 [private] |
Definition at line 334 of file MathFunc.h.
T casacore::GaussianConv< T >::sup_width [private] |
Definition at line 333 of file MathFunc.h.
Referenced by casacore::GaussianConv< T >::sup_value().