36 #ifndef PROFILETYPE_OBJECT_H
37 #define PROFILETYPE_OBJECT_H
92 static const int aSize;
98 static inline int nextOrdinal ()
99 {
static int firstOrdinal = 0;
100 return firstOrdinal++; };
150 static int size() {
return aSize; };
The base class for all "enum" types.
Enumeration of the valid Profile types, including EMPTY, THIN, CONSTANT, NPOINT and SURFACE.
static const GeoTessProfileType SURFACE
static const GeoTessProfileType SURFACE_EMPTY
static const GeoTessProfileType THIN
static const GeoTessProfileType EMPTY
static GeoTessProfileType const *const *const values()
static const GeoTessProfileType NPOINT
static const GeoTessProfileType * valueOf(const string &s)
virtual ~GeoTessProfileType()
static const GeoTessProfileType CONSTANT