|
GeoTessCPP
2.6.1
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 () |
Public Member Functions inherited from geotess::GeoTessEnumType | |
| 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 | |
Protected Member Functions inherited from geotess::GeoTessEnumType | |
| GeoTessEnumType () | |
| GeoTessEnumType (const GeoTessEnumType &et) | |
| GeoTessEnumType & | operator= (const GeoTessEnumType &et) |
| GeoTessEnumType (const string &name, int ordinal) | |
Static Protected Member Functions inherited from geotess::GeoTessEnumType | |
| static const GeoTessEnumType * | valueOf (const string &s, GeoTessEnumType const *const *const array, int n) |
Protected Attributes inherited from geotess::GeoTessEnumType | |
| 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 66 of file GeoTessOptimizationType.h.
|
inlinevirtual |
Standard Destructor.
Definition at line 133 of file GeoTessOptimizationType.h.
|
inlinestatic |
Returns the total number of enums of this type.
Definition at line 172 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 154 of file GeoTessOptimizationType.h.
|
inlinestatic |
Returns the array of all enums for this type.
Definition at line 164 of file GeoTessOptimizationType.h.
|
static |
The array containing all enums declared above.
Definition at line 128 of file GeoTessOptimizationType.h.
|
static |
Definition at line 123 of file GeoTessOptimizationType.h.
|
static |
The actual enums for this type.
Definition at line 122 of file GeoTessOptimizationType.h.