GeoTessCPP
2.1
Software to facilitate storage and retrieval of 3D information about the Earth.
|
#include <GeoTessInterpolatorType.h>
Public Member Functions | |
virtual | ~GeoTessInterpolatorType () |
![]() | |
virtual | ~GeoTessEnumType () |
string | name () const |
int | ordinal () const |
string | toString () const |
Static Public Member Functions | |
static int | size () |
static const GeoTessInterpolatorType * | valueOf (const string &s) |
static GeoTessInterpolatorType const *const *const | values () |
Static Public Attributes | |
static const GeoTessInterpolatorType * | aArray [] |
static const GeoTessInterpolatorType | CUBIC_SPLINE |
static const GeoTessInterpolatorType | LINEAR |
static const GeoTessInterpolatorType | NATURAL_NEIGHBOR |
Additional Inherited Members | |
![]() | |
GeoTessEnumType () | |
GeoTessEnumType (const GeoTessEnumType &et) | |
GeoTessEnumType (const string &name, int ordinal) | |
GeoTessEnumType & | operator= (const GeoTessEnumType &et) |
![]() | |
static const GeoTessEnumType * | valueOf (const string &s, GeoTessEnumType const *const *const array, int n) |
![]() | |
const string | aName |
const int | aOrdinal |
An enum list of all the different types of interpolation that GeoTess knows how to perform. Includes both 2D interpolation algorithms that will be applied to vertices in the 2D grid, and 1D interpolation algorithms that will be applied to nodes distributed along radial profiles.
|
inlinevirtual |
Standard Destructor.
|
inlinestatic |
Returns the total number of enums of this type.
|
inlinestatic |
Returns a pointer to the enum whose string matches the input string. If no match is found null is returned.
s | The input string for which a match in array is returned (or null). |
|
inlinestatic |
Returns the array of all enums for this type.
|
static |
The array containing all enums declared above.
|
static |
|
static |
Assignment Operator. The actual enums for this type.
|
static |