|
GeoTessCPP
2.0.0
Software to facilitate storage and retrieval of 3D information about the Earth.
|
#include <ProfileType.h>
Public Member Functions | |
| virtual | ~ProfileType () |
Public Member Functions inherited from geotess::EnumType | |
| virtual | ~EnumType () |
| string | toString () const |
| string | name () const |
| int | ordinal () const |
Static Public Member Functions | |
| static const ProfileType * | valueOf (const string &s) |
| static ProfileType const *const *const | values () |
| static int | size () |
Static Public Attributes | |
| static const ProfileType | EMPTY |
| static const ProfileType | THIN |
| static const ProfileType | CONSTANT |
| static const ProfileType | NPOINT |
| static const ProfileType | SURFACE |
| static const ProfileType * | 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 |
*An enum list of the valid Profile types, including EMPTY, THIN, CONSTANT, NPOINT and SURFACE.
|
inlinevirtual |
Standard Destructor.
|
inlinestatic |
Returns the total number of enums of this type.
|
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). |
|
inlinestatic |
Returns the array of all enums for this type.
|
static |
The array containing all enums declared above.
|
static |
|
static |
Assignment Operator. The actual enums for this type.
|
static |
|
static |
|
static |
1.8.1.1