GeoTessCPP  2.0.0
Software to facilitate storage and retrieval of 3D information about the Earth.
 All Classes Namespaces Files Functions Variables Typedefs Friends Defines
Public Member Functions | Static Public Member Functions | Static Public Attributes
geotess::GeoTessProfileType Class Reference

#include <GeoTessProfileType.h>

Inheritance diagram for geotess::GeoTessProfileType:
geotess::GeoTessEnumType

List of all members.

Public Member Functions

virtual ~GeoTessProfileType ()

Static Public Member Functions

static int size ()
static const GeoTessProfileTypevalueOf (const string &s)
static GeoTessProfileType
const *const *const 
values ()

Static Public Attributes

static const GeoTessProfileTypeaArray []
static const GeoTessProfileType CONSTANT
static const GeoTessProfileType EMPTY
static const GeoTessProfileType NPOINT
static const GeoTessProfileType SURFACE
static const GeoTessProfileType SURFACE_EMPTY
static const GeoTessProfileType THIN

Detailed Description

*An enum list of the valid Profile types, including EMPTY, THIN, CONSTANT, NPOINT and SURFACE.

Author:
Sandy Ballard

Constructor & Destructor Documentation

virtual geotess::GeoTessProfileType::~GeoTessProfileType ( ) [inline, virtual]

Standard Destructor.


Member Function Documentation

static int geotess::GeoTessProfileType::size ( ) [inline, static]

Returns the total number of enums of this type.

static const GeoTessProfileType* geotess::GeoTessProfileType::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.

Parameters:
sThe input string for which a match in array is returned (or null).
Returns:
The match of s in the names of array or null if one was not found.
static GeoTessProfileType const* const* const geotess::GeoTessProfileType::values ( ) [inline, static]

Returns the array of all enums for this type.


Member Data Documentation

The array containing all enums declared above.

The actual enums for this type.


The documentation for this class was generated from the following file: