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