GeoTessCPP
2.2.3
Software to facilitate storage and retrieval of 3D information about the Earth.
|
This is the complete list of members for geotess::GeoTessModelUtils, including all inherited members.
GeoTessModelUtils() | geotess::GeoTessModelUtils | inline |
getBorehole(GeoTessPosition &pos, double maxSpacing, int firstLayer, int lastLayer, bool convertToDepth, bool reciprocal, vector< int > &attributes, vector< vector< double > > &borehole) | geotess::GeoTessModelUtils | static |
getBorehole(GeoTessPosition &pos, vector< int > &pointsPerLayer, bool convertToDepth, bool reciprocal, const vector< int > &attributes, vector< vector< double > > &borehole) | geotess::GeoTessModelUtils | static |
getBoreholeString(GeoTessModel &pos, double lat, double lon) | geotess::GeoTessModelUtils | static |
getBoreholeString(GeoTessPosition &pos, double maxSpacing, int firstLayer, int lastLayer, bool convertToDepth, bool reciprocal, vector< int > &attributes) | geotess::GeoTessModelUtils | static |
getMapLayerBoundary(GeoTessModel &model, vector< double > &latitudes, vector< double > &longitudes, int layerId, bool top, bool convertToDepth, const GeoTessInterpolatorType &horizontalType, const GeoTessInterpolatorType &radialType, vector< vector< double > > &values) | geotess::GeoTessModelUtils | static |
getMapValuesDepth(GeoTessModel &model, vector< double > &latitudes, vector< double > &longitudes, int layerId, double depth, const GeoTessInterpolatorType &horizontalType, const GeoTessInterpolatorType &radialType, bool reciprocal, vector< int > &attributes, vector< vector< vector< double > > > &values) | geotess::GeoTessModelUtils | static |
getMapValuesLayer(GeoTessModel &model, vector< double > &latitudes, vector< double > &longitudes, int layerId, double fractionalRadius, const GeoTessInterpolatorType &horizontalType, const GeoTessInterpolatorType &radialType, bool reciprocal, vector< int > &attributes, vector< vector< vector< double > > > &values) | geotess::GeoTessModelUtils | static |
getSlice(GeoTessModel &model, const double *const x0, const double *const x1, int nx, double maxRadialSpacing, int firstLayer, int lastLayer, const GeoTessInterpolatorType &horizontalType, const GeoTessInterpolatorType &radialType, const string &spatialCoordinates, bool reciprocal, const vector< int > &attributes, vector< vector< vector< double > > > &transect) | geotess::GeoTessModelUtils | static |
updatePointsPerLayer(GeoTessPosition &pos, int firstLayer, int lastLayer, double maxSpacing, vector< int > &pointsPerLayer) | geotess::GeoTessModelUtils | static |
~GeoTessModelUtils() | geotess::GeoTessModelUtils | inlinevirtual |