![]() |
Manual for OpenFLUID 2.1.10 |
#include <core/UnstructuredValue.hpp>
Public Types | |
| enum | UnstructuredType { GeoVectorValue, GeoRasterValue } |
Public Member Functions | |
| UnstructuredValue ()=default | |
| virtual | ~UnstructuredValue () |
| virtual UnstructuredType | getType () const =0 |
Static Public Member Functions | |
| static bool | getValueTypeFromString (const std::string &ValueTypeString, UnstructuredValue::UnstructuredType &ValueType) |
| static std::string | getStringFromValueType (const UnstructuredValue::UnstructuredType ValueType) |

|
default |
|
inlinevirtual |
|
static |
|
pure virtual |
Implemented in openfluid::core::GeoVectorValue, and openfluid::core::GeoRasterValue.
|
static |
1.8.13