
Public Member Functions | |
| InputData () | |
| ~InputData () | |
| bool | setValue (const InputDataName_t aName, const T aValue) |
| bool | getValue (const InputDataName_t aName, T *aValue) |
| bool | getValueAsDouble (const InputDataName_t aName, double *aValue) |
| bool | getValueAsLong (const InputDataName_t aName, long *aValue) |
| bool | isDataExist (const InputDataName_t aName) const |
| std::vector< InputDataName_t > | getInputDataNames () const |
| void | replaceValue (const InputDataName_t aName, const T aValue) |
| void | removeData (const InputDataName_t aName) |
| void | clear () |
| openfluid::core::InputData< T >::InputData | ( | ) |
| openfluid::core::InputData< T >::~InputData | ( | ) |
| void openfluid::core::InputData< T >::clear | ( | ) |
| std::vector< InputDataName_t > openfluid::core::InputData< T >::getInputDataNames | ( | ) | const |
| bool openfluid::core::InputData< T >::getValue | ( | const InputDataName_t | aName, |
| T * | aValue | ||
| ) |
| bool openfluid::core::InputData< T >::getValueAsDouble | ( | const InputDataName_t | aName, |
| double * | aValue | ||
| ) |
| bool openfluid::core::InputData< T >::getValueAsLong | ( | const InputDataName_t | aName, |
| long * | aValue | ||
| ) |
| bool openfluid::core::InputData< T >::isDataExist | ( | const InputDataName_t | aName | ) | const |
| void openfluid::core::InputData< T >::removeData | ( | const InputDataName_t | aName | ) |
| void openfluid::core::InputData< T >::replaceValue | ( | const InputDataName_t | aName, |
| const T | aValue | ||
| ) |
| bool openfluid::core::InputData< T >::setValue | ( | const InputDataName_t | aName, |
| const T | aValue | ||
| ) |
Creative Commons By-NC-ND license