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::GeoTessInterpolatorType Class Reference

#include <GeoTessInterpolatorType.h>

Inheritance diagram for geotess::GeoTessInterpolatorType:
geotess::GeoTessEnumType

List of all members.

Public Member Functions

virtual ~GeoTessInterpolatorType ()

Static Public Member Functions

static int size ()
static const
GeoTessInterpolatorType
valueOf (const string &s)
static GeoTessInterpolatorType
const *const *const 
values ()

Static Public Attributes

static const
GeoTessInterpolatorType
aArray []
static const
GeoTessInterpolatorType 
CUBIC_SPLINE
static const
GeoTessInterpolatorType 
LINEAR
static const
GeoTessInterpolatorType 
NATURAL_NEIGHBOR

Detailed Description

An enum list of all the different types of interpolation that GeoTess knows how to perform. Includes both 2D interpolation algorithms that will be applied to vertices in the 2D grid, and 1D interpolation algorithms that will be applied to nodes distributed along radial profiles.

Author:
sballar

Constructor & Destructor Documentation

Standard Destructor.


Member Function Documentation

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

Returns the total number of enums of this type.

static const GeoTessInterpolatorType* geotess::GeoTessInterpolatorType::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 GeoTessInterpolatorType const* const* const geotess::GeoTessInterpolatorType::values ( ) [inline, static]

Returns the array of all enums for this type.


Member Data Documentation

The array containing all enums declared above.

Assignment Operator. The actual enums for this type.


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