|
GeoTessCPP
2.0.0
Software to facilitate storage and retrieval of 3D information about the Earth.
|
#include <GeoTessOptimizationType.h>
Public Member Functions | |
| virtual | ~GeoTessOptimizationType () |
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 |
Optimize for speed or memory
| virtual geotess::GeoTessOptimizationType::~GeoTessOptimizationType | ( | ) | [inline, virtual] |
Standard Destructor.
| static int geotess::GeoTessOptimizationType::size | ( | ) | [inline, static] |
Returns the total number of enums of this type.
| static const GeoTessOptimizationType* geotess::GeoTessOptimizationType::valueOf | ( | const string & | s | ) | [inline, static] |
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). |
| static GeoTessOptimizationType const* const* const geotess::GeoTessOptimizationType::values | ( | ) | [inline, static] |
Returns the array of all enums for this type.
const GeoTessOptimizationType* geotess::GeoTessOptimizationType::aArray[] [static] |
The array containing all enums declared above.
const GeoTessOptimizationType geotess::GeoTessOptimizationType::MEMORY [static] |
const GeoTessOptimizationType geotess::GeoTessOptimizationType::SPEED [static] |
The actual enums for this type.
1.8.0-20120317