GeoTessCPP
2.2.3
Software to facilitate storage and retrieval of 3D information about the Earth.
|
Enumeration of the interpolation algorithms supported by GeoTess including LINEAR, NATURAL_NEIGHBOR and CUBIC_SPLINE. More...
#include <GeoTessInterpolatorType.h>
Public Member Functions | |
virtual | ~GeoTessInterpolatorType () |
![]() | |
virtual | ~GeoTessEnumType () |
string | toString () const |
string | name () const |
int | ordinal () const |
Static Public Member Functions | |
static const GeoTessInterpolatorType * | valueOf (const string &s) |
static GeoTessInterpolatorType const *const *const | values () |
static int | size () |
Static Public Attributes | |
static const GeoTessInterpolatorType | LINEAR |
static const GeoTessInterpolatorType | NATURAL_NEIGHBOR |
static const GeoTessInterpolatorType | CUBIC_SPLINE |
static const GeoTessInterpolatorType * | aArray [] |
Additional Inherited Members | |
![]() | |
GeoTessEnumType () | |
GeoTessEnumType (const GeoTessEnumType &et) | |
GeoTessEnumType & | operator= (const GeoTessEnumType &et) |
GeoTessEnumType (const string &name, int ordinal) | |
![]() | |
static const GeoTessEnumType * | valueOf (const string &s, GeoTessEnumType const *const *const array, int n) |
![]() | |
const string | aName |
const int | aOrdinal |
Enumeration of the interpolation algorithms supported by GeoTess including LINEAR, NATURAL_NEIGHBOR and CUBIC_SPLINE.
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.
Definition at line 73 of file GeoTessInterpolatorType.h.
|
inlinevirtual |
Standard Destructor.
Definition at line 141 of file GeoTessInterpolatorType.h.
|
inlinestatic |
Returns the total number of enums of this type.
Definition at line 161 of file GeoTessInterpolatorType.h.
|
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). |
Definition at line 150 of file GeoTessInterpolatorType.h.
|
inlinestatic |
Returns the array of all enums for this type.
Definition at line 156 of file GeoTessInterpolatorType.h.
|
static |
The array containing all enums declared above.
Definition at line 136 of file GeoTessInterpolatorType.h.
|
static |
Definition at line 131 of file GeoTessInterpolatorType.h.
|
static |
The actual enums for this type.
Definition at line 129 of file GeoTessInterpolatorType.h.
|
static |
Definition at line 130 of file GeoTessInterpolatorType.h.