36 #ifndef INTERPOLATORTYPE_OBJECT_H
37 #define INTERPOLATORTYPE_OBJECT_H
94 static const int aSize;
100 static inline int nextOrdinal ()
101 {
static int firstOrdinal = 0;
102 return firstOrdinal++; };
159 static int size() {
return aSize; };
The base class for all "enum" types.
Enumeration of the interpolation algorithms supported by GeoTess including LINEAR,...
static const GeoTessInterpolatorType LINEAR
static const GeoTessInterpolatorType NATURAL_NEIGHBOR
virtual ~GeoTessInterpolatorType()
static GeoTessInterpolatorType const *const *const values()
static const GeoTessInterpolatorType * valueOf(const string &s)
static const GeoTessInterpolatorType CUBIC_SPLINE