casa
$Rev:20696$
|
#include <MathFunc.h>
Public Member Functions | |
Unary (T cut=MathFunc< T >::defcutoff()) | |
default constructor | |
Unary (const Unary< T > &) | |
copy constructor | |
Unary< T > & | operator= (const Unary< 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 | sup_width |
A Unary function (always returns the value 1.0)
Definition at line 266 of file MathFunc.h.
casa::Unary< T >::Unary | ( | T | cut = MathFunc< T >::defcutoff() | ) |
default constructor
casa::Unary< T >::Unary | ( | const Unary< T > & | ) |
copy constructor
MathFunc<T>* casa::Unary< 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::Unary< T >::id | ( | ) | const [virtual] |
return a FuncId structure for Table storage/retrieval.
Reimplemented from casa::MathFunc< T >.
Unary<T>& casa::Unary< T >::operator= | ( | const Unary< T > & | ) |
T casa::Unary< T >::sup_value | ( | ) | const [inline, virtual] |
return value of support width
Reimplemented from casa::MathFunc< T >.
Definition at line 281 of file MathFunc.h.
References casa::Unary< T >::sup_width.
T casa::Unary< T >::value | ( | const T & | a | ) | const [virtual] |
compute and return a value of the math function
Reimplemented from casa::MathFunc< T >.
T casa::Unary< T >::sup_width [private] |
Definition at line 293 of file MathFunc.h.
Referenced by casa::Unary< T >::sup_value().