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