GeoTessCPP
2.0.0
Software to facilitate storage and retrieval of 3D information about the Earth.
|
#include <InterpolatorType.h>
Public Member Functions | |
virtual | ~InterpolatorType () |
Static Public Member Functions | |
static int | size () |
static const InterpolatorType * | valueOf (const string &s) |
static InterpolatorType const *const *const | values () |
Static Public Attributes | |
static const InterpolatorType * | aArray [] |
static const InterpolatorType | CUBIC_SPLINE |
static const InterpolatorType | LINEAR |
static const InterpolatorType | NATURAL_NEIGHBOR |
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.
virtual geotess::InterpolatorType::~InterpolatorType | ( | ) | [inline, virtual] |
Standard Destructor.
static int geotess::InterpolatorType::size | ( | ) | [inline, static] |
Returns the total number of enums of this type.
static const InterpolatorType* geotess::InterpolatorType::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 InterpolatorType const* const* const geotess::InterpolatorType::values | ( | ) | [inline, static] |
Returns the array of all enums for this type.
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] |