![]() |
#include <core/UnstructuredValue.hpp>
Public Types | |
enum | UnstructuredType { GeoVectorValue, GeoRasterValue } |
Public Member Functions | |
UnstructuredValue () | |
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) |
|
inline |
|
inlinevirtual |
|
static |
|
pure virtual |
Implemented in openfluid::core::GeoVectorValue, and openfluid::core::GeoRasterValue.
|
static |