|
PARTONS/NumA++
|
Numerical Analysis C++ routines
|
![]() |
Public Types | |
| enum | Type { UNDEFINED = 0 , NoScaling = 1 , MeanStdDeviation = 2 , MinMax = 3 } |
Public Member Functions | |
| ScalingFunctionType () | |
| ScalingFunctionType (ScalingFunctionType::Type type) | |
| ScalingFunctionType (const ScalingFunctionType &other) | |
| virtual | ~ScalingFunctionType () |
| ScalingFunctionType * | clone () const |
| std::string | toString () const |
Private Attributes | |
| ScalingFunctionType::Type | m_type |
| NumA::ScalingFunctionType::ScalingFunctionType | ( | ) |
| NumA::ScalingFunctionType::ScalingFunctionType | ( | ScalingFunctionType::Type | type | ) |
| NumA::ScalingFunctionType::ScalingFunctionType | ( | const ScalingFunctionType & | other | ) |
|
virtual |
| ScalingFunctionType * NumA::ScalingFunctionType::clone | ( | ) | const |
| std::string NumA::ScalingFunctionType::toString | ( | ) | const |
|
private |