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 PROFILETYPE_OBJECT_H
39 #define PROFILETYPE_OBJECT_H
94 static const int aSize;
100 static inline int nextOrdinal ()
101 {
static int firstOrdinal = 0;
102 return firstOrdinal++; };
152 static int size() {
return aSize; };
158 #endif // PROFILETYPE_OBJECT_H
static const GeoTessProfileType * valueOf(const string &s)
static const GeoTessProfileType THIN
static const GeoTessProfileType SURFACE
The base class for all "enum" types.
Enumeration of the valid Profile types, including EMPTY, THIN, CONSTANT, NPOINT and SURFACE.
virtual ~GeoTessProfileType()
static const GeoTessProfileType NPOINT
static const GeoTessProfileType EMPTY
static const GeoTessProfileType CONSTANT
static const GeoTessProfileType SURFACE_EMPTY
static GeoTessProfileType const *const *const values()