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 INTERPOLATORTYPE_OBJECT_H
39 #define INTERPOLATORTYPE_OBJECT_H
96 static const int aSize;
102 static inline int nextOrdinal ()
103 {
static int firstOrdinal = 0;
104 return firstOrdinal++; };
161 static int size() {
return aSize; };
167 #endif // INTERPOLATORTYPE_OBJECT_H
virtual ~GeoTessInterpolatorType()
The base class for all "enum" types.
static const GeoTessInterpolatorType NATURAL_NEIGHBOR
static const GeoTessInterpolatorType CUBIC_SPLINE
static const GeoTessInterpolatorType LINEAR
static GeoTessInterpolatorType const *const *const values()
static const GeoTessInterpolatorType * valueOf(const string &s)
Enumeration of the interpolation algorithms supported by GeoTess including LINEAR,...