Public Types |
enum | GeneratorMethod {
NoGenMethod,
Fixed,
Random,
Interp,
Inject
} |
Public Member Functions |
| GeneratorDescriptor () |
| GeneratorDescriptor (openfluid::core::VariableName_t VarName, openfluid::core::UnitClass_t UnitClass, GeneratorMethod GenMethod, unsigned int VarSize=1) |
openfluid::core::VariableName_t | getVariableName () const |
openfluid::core::UnitClass_t | getUnitClass () const |
GeneratorMethod | getGeneratorMethod () const |
bool | isVectorVariable () const |
bool | isScalarVariable () const |
unsigned int | getVariableSize () const |