PARTONS/NumA++
|
Numerical Analysis C++ routines
|
Public Types | |
enum | Type { UNDEFINED = 0 , Scale = 1 , Unscale = 2 } |
Public Member Functions | |
ScalingModeType () | |
ScalingModeType (ScalingModeType::Type type) | |
ScalingModeType (const ScalingModeType &other) | |
virtual | ~ScalingModeType () |
ScalingModeType * | clone () const |
std::string | toString () const |
Private Attributes | |
ScalingModeType::Type | m_type |
NumA::ScalingModeType::ScalingModeType | ( | ) |
NumA::ScalingModeType::ScalingModeType | ( | ScalingModeType::Type | type | ) |
NumA::ScalingModeType::ScalingModeType | ( | const ScalingModeType & | other | ) |
|
virtual |
ScalingModeType * NumA::ScalingModeType::clone | ( | ) | const |
std::string NumA::ScalingModeType::toString | ( | ) | const |
|
private |