|
Documentation for OpenFLUID
2.2.0
|
#include <fluidx/ObserverDescriptor.hpp>
Public Member Functions | |
| ObserverDescriptor (const std::string &ID) | |
Public Member Functions inherited from openfluid::fluidx::WareDescriptor | |
| WareDescriptor (const openfluid::ware::WareID_t &ID) | |
| virtual | ~WareDescriptor () |
| const openfluid::ware::WareID_t | getID () const |
| void | setParameter (const openfluid::ware::WareParamKey_t &Key, const openfluid::ware::WareParamValue_t &Value) |
| void | setParameters (const openfluid::ware::WareParams_t &Params) |
| openfluid::ware::WareParams_t | getParameters () const |
| openfluid::ware::WareParams_t & | parameters () |
| bool | isType (openfluid::ware::WareType MIType) const |
| openfluid::ware::WareType | getType () const |
| void | eraseParameter (const openfluid::ware::WareParamKey_t &Key) |
| void | clearParameters () |
| bool | hasParameter (const std::string &ParameterKey) const |
| void | setEnabled (bool Enabled) |
| bool | isEnabled () const |
Additional Inherited Members | |
Protected Attributes inherited from openfluid::fluidx::WareDescriptor | |
| openfluid::ware::WareType | m_WareType |
| const openfluid::ware::WareID_t | m_ID |
| openfluid::ware::WareParams_t | m_Params |
| bool | m_Enabled |


|
inline |