All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Types | Public Member Functions | Static Public Member Functions
openfluid::core::UnstructuredValue Class Reference

#include <core/UnstructuredValue.hpp>

Inheritance diagram for openfluid::core::UnstructuredValue:
openfluid::core::GeoValue openfluid::core::GeoRasterValue openfluid::core::GeoVectorValue

List of all members.

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)

Member Enumeration Documentation

Enumerator:
GeoVectorValue 
GeoRasterValue 

Constructor & Destructor Documentation


Member Function Documentation

static bool openfluid::core::UnstructuredValue::getValueTypeFromString ( const std::string  ValueTypeString,
UnstructuredValue::UnstructuredType ValueType 
) [static]

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines