GeoTessCPP
2.2.3
Software to facilitate storage and retrieval of 3D information about the Earth.
|
Enumeration of the optimization strategies supported by GeoTess including OptimizationType::SPEED and OptimizationType::MEMORY. More...
#include <GeoTessOptimizationType.h>
Public Member Functions | |
virtual | ~GeoTessOptimizationType () |
![]() | |
virtual | ~GeoTessEnumType () |
string | toString () const |
string | name () const |
int | ordinal () const |
Static Public Member Functions | |
static const GeoTessOptimizationType * | valueOf (const string &s) |
static GeoTessOptimizationType const *const *const | values () |
static int | size () |
Static Public Attributes | |
static const GeoTessOptimizationType | SPEED |
static const GeoTessOptimizationType | MEMORY |
static const GeoTessOptimizationType * | 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 optimization strategies supported by GeoTess including OptimizationType::SPEED and OptimizationType::MEMORY.
Optimize for speed or memory
Definition at line 68 of file GeoTessOptimizationType.h.
|
inlinevirtual |
Standard Destructor.
Definition at line 135 of file GeoTessOptimizationType.h.
|
inlinestatic |
Returns the total number of enums of this type.
Definition at line 174 of file GeoTessOptimizationType.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 156 of file GeoTessOptimizationType.h.
|
inlinestatic |
Returns the array of all enums for this type.
Definition at line 166 of file GeoTessOptimizationType.h.
|
static |
The array containing all enums declared above.
Definition at line 130 of file GeoTessOptimizationType.h.
|
static |
Definition at line 125 of file GeoTessOptimizationType.h.
|
static |
The actual enums for this type.
Definition at line 124 of file GeoTessOptimizationType.h.