GeoTessCPP
2.1
Software to facilitate storage and retrieval of 3D information about the Earth.
|
#include <GeoTessOptimizationType.h>
Public Member Functions | |
virtual | ~GeoTessOptimizationType () |
![]() | |
virtual | ~GeoTessEnumType () |
string | name () const |
int | ordinal () const |
string | toString () const |
Static Public Member Functions | |
static int | size () |
static const GeoTessOptimizationType * | valueOf (const string &s) |
static GeoTessOptimizationType const *const *const | values () |
Static Public Attributes | |
static const GeoTessOptimizationType * | aArray [] |
static const GeoTessOptimizationType | MEMORY |
static const GeoTessOptimizationType | SPEED |
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 |
Optimize for speed or memory
|
inlinevirtual |
Standard Destructor.
|
inlinestatic |
Returns the total number of enums of this type.
|
inlinestatic |
Assignment Operator. 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 |
The actual enums for this type.