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