|
| GeoTessPositionLinear (GeoTessModel *model, const GeoTessInterpolatorType &radialType) |
|
virtual | ~GeoTessPositionLinear () |
|
virtual const
GeoTessInterpolatorType & | getInterpolatorType () const |
|
virtual | ~GeoTessPosition () |
|
void | addReference () |
|
void | copyVector (double *u) |
|
const double * | getClosestVertex () const |
|
void | getCoefficients (map< int, double > &coefficients) |
|
double | getDepth () |
|
double | getDepthBottom () |
|
double | getDepthBottom (int layid) |
|
double | getDepthTop () |
|
double | getDepthTop (int layid) |
|
double | getEarthRadius () |
|
double | getErrorValue () |
|
double | getHorizontalCoefficient (int index) const |
|
const vector< double > & | getHorizontalCoefficients () const |
|
int | getIndexOfClosestVertex () const |
|
int | getLayerId (double rad) |
|
int | getLayerId () |
|
double | getLayerThickness (int layid) |
|
double | getLayerThickness () |
|
int | getMaxTessLevel (int layid) |
|
GeoTessModel * | getModel () |
|
int | getNVertices () |
|
double | getRadius () |
|
double | getRadiusBottom (int layid) |
|
double | getRadiusBottom () |
|
double | getRadiusTop (int layid) |
|
double | getRadiusTop () |
|
int | getReferenceCount () |
|
int | getTessID () |
|
int | getTessLevel () const |
|
int | getTessLevel (const int &tId) |
|
int | getTriangle () |
|
virtual double | getValue (int attribute) |
|
double * | getVector () |
|
int | getVertex (int index) |
|
int | getVertexIndex () |
|
const vector< int > & | getVertices () const |
|
void | getWeights (map< int, double > &weights, double dkm) |
|
bool | isNotReferenced () |
|
bool | isRadiusOutOfRangeAllowed () |
|
bool | noEmptyProfiles () |
|
void | removeReference () |
|
void | set (double lat, double lon, double depth) |
|
void | set (const double *const uVector, const double &newRadius) |
|
void | set (int layid, double lat, double lon, double depth) |
|
void | set (int layid, const double *const uVector, double rad) |
|
void | setBottom (int layid, const double *const uVector) |
|
void | setBottom (int layid) |
|
void | setDepth (int layer, double depth) |
|
void | setDepth (double depth) |
|
void | setErrorValue (double errVal) |
|
void | setMaxTessLevel (int layid, int maxTess) |
|
void | setModel (GeoTessModel *newModel) |
|
void | setRadius (int layid, double rad) |
|
void | setRadius (double rad) |
|
void | setRadiusOutOfRangeAllowed (bool allowed) |
|
void | setTop (int layid, const double *const uVector) |
|
void | setTop (int layid) |
|
string | toString () |
|
Implements linear interpolation in geographic dimensions of a grid.
- Author
- Sandy Ballard