GeoTessCPP
2.6.1
Software to facilitate storage and retrieval of 3D information about the Earth.
|
Enumeration of the valid Profile types, including EMPTY, THIN, CONSTANT, NPOINT and SURFACE. More...
#include <GeoTessProfileType.h>
Public Member Functions | |
virtual | ~GeoTessProfileType () |
![]() | |
virtual | ~GeoTessEnumType () |
string | toString () const |
string | name () const |
int | ordinal () const |
Static Public Member Functions | |
static const GeoTessProfileType * | valueOf (const string &s) |
static GeoTessProfileType const *const *const | values () |
static int | size () |
Static Public Attributes | |
static const GeoTessProfileType | EMPTY |
static const GeoTessProfileType | THIN |
static const GeoTessProfileType | CONSTANT |
static const GeoTessProfileType | NPOINT |
static const GeoTessProfileType | SURFACE |
static const GeoTessProfileType | SURFACE_EMPTY |
static const GeoTessProfileType * | 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 valid Profile types, including EMPTY, THIN, CONSTANT, NPOINT and SURFACE.
An enum list of the valid Profile types, including EMPTY, THIN, CONSTANT, NPOINT and SURFACE.
Definition at line 69 of file GeoTessProfileType.h.
|
inlinevirtual |
Standard Destructor.
Definition at line 130 of file GeoTessProfileType.h.
|
inlinestatic |
Returns the total number of enums of this type.
Definition at line 150 of file GeoTessProfileType.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 139 of file GeoTessProfileType.h.
|
inlinestatic |
Returns the array of all enums for this type.
Definition at line 145 of file GeoTessProfileType.h.
|
static |
The array containing all enums declared above.
Definition at line 125 of file GeoTessProfileType.h.
|
static |
Definition at line 117 of file GeoTessProfileType.h.
|
static |
The actual enums for this type.
Definition at line 115 of file GeoTessProfileType.h.
|
static |
Definition at line 118 of file GeoTessProfileType.h.
|
static |
Definition at line 119 of file GeoTessProfileType.h.
|
static |
Definition at line 120 of file GeoTessProfileType.h.
|
static |
Definition at line 116 of file GeoTessProfileType.h.