GeoTessCPP
2.2.3
Software to facilitate storage and retrieval of 3D information about the Earth.
|
Go to the documentation of this file.
38 #ifndef DATATYPE_OBJECT_H
39 #define DATATYPE_OBJECT_H
98 static const int aSize;
104 static inline int nextOrdinal()
106 static int firstOrdinal = 0;
107 return firstOrdinal++;
190 return GeoTessDataType::NONE;
202 return GeoTessDataType::DOUBLE;
211 return GeoTessDataType::FLOAT;
220 return GeoTessDataType::LONG;
229 return GeoTessDataType::INT;
238 return GeoTessDataType::SHORT;
247 return GeoTessDataType::BYTE;
252 #endif // DATATYPE_OBJECT_H
static const GeoTessDataType NONE
virtual ~GeoTessDataType()
static const GeoTessDataType DOUBLE
The base class for all "enum" types.
static const GeoTessDataType LONG
static const GeoTessDataType INT
static const GeoTessDataType & getDataType(T typ)
static const GeoTessDataType SHORT
static const GeoTessDataType BYTE
static const GeoTessDataType * valueOf(const string &s)
Enumeration of supported DataType including DOUBLE, FLOAT, LONG, INT, SHORT and BYTE.
static GeoTessDataType const *const *const values()
static const GeoTessDataType FLOAT