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