|
GeoTessCPP
2.0.0
Software to facilitate storage and retrieval of 3D information about the Earth.
|
#include <OptimizationType.h>
Public Member Functions | |
| virtual | ~OptimizationType () |
Public Member Functions inherited from geotess::EnumType | |
| virtual | ~EnumType () |
| string | toString () const |
| string | name () const |
| int | ordinal () const |
Static Public Member Functions | |
| static const OptimizationType * | valueOf (const string &s) |
| static OptimizationType const *const *const | values () |
| static int | size () |
Static Public Attributes | |
| static const OptimizationType | SPEED |
| static const OptimizationType | MEMORY |
| static const OptimizationType * | aArray [] |
Additional Inherited Members | |
Protected Member Functions inherited from geotess::EnumType | |
| EnumType () | |
| EnumType (const EnumType &et) | |
| EnumType & | operator= (const EnumType &et) |
| EnumType (const string &name, int ordinal) | |
Static Protected Member Functions inherited from geotess::EnumType | |
| static const EnumType * | valueOf (const string &s, EnumType const *const *const array, int n) |
Protected Attributes inherited from geotess::EnumType | |
| 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.
1.8.1.1