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

#include <InterpolatorType.h>

Inheritance diagram for geotess::InterpolatorType:
geotess::EnumType

List of all members.

Public Member Functions

virtual ~InterpolatorType ()
- Public Member Functions inherited from geotess::EnumType
virtual ~EnumType ()
string toString () const
string name () const
int ordinal () const

Static Public Member Functions

static const InterpolatorTypevalueOf (const string &s)
static InterpolatorType const
*const *const 
values ()
static int size ()

Static Public Attributes

static const InterpolatorType LINEAR
static const InterpolatorType NATURAL_NEIGHBOR
static const InterpolatorType CUBIC_SPLINE
static const InterpolatorTypeaArray []

Additional Inherited Members

- Protected Member Functions inherited from geotess::EnumType
 EnumType ()
 EnumType (const EnumType &et)
EnumTypeoperator= (const EnumType &et)
 EnumType (const string &name, int ordinal)
- Static Protected Member Functions inherited from geotess::EnumType
static const EnumTypevalueOf (const string &s, EnumType const *const *const array, int n)
- Protected Attributes inherited from geotess::EnumType
const string aName
const int aOrdinal

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

virtual geotess::InterpolatorType::~InterpolatorType ( )
inlinevirtual

Standard Destructor.


Member Function Documentation

static int geotess::InterpolatorType::size ( )
inlinestatic

Returns the total number of enums of this type.

static const InterpolatorType* geotess::InterpolatorType::valueOf ( const string &  s)
inlinestatic

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 InterpolatorType const* const* const geotess::InterpolatorType::values ( )
inlinestatic

Returns the array of all enums for this type.


Member Data Documentation

const InterpolatorType* geotess::InterpolatorType::aArray[]
static

The array containing all enums declared above.

const InterpolatorType geotess::InterpolatorType::CUBIC_SPLINE
static
const InterpolatorType geotess::InterpolatorType::LINEAR
static

Assignment Operator. The actual enums for this type.

const InterpolatorType geotess::InterpolatorType::NATURAL_NEIGHBOR
static

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