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