GeoTessCPP
2.0.0
Software to facilitate storage and retrieval of 3D information about the Earth.
|
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 InterpolatorType &horizontalType, const InterpolatorType &radialType, vector< vector< double > > &values) | geotess::GeoTessModelUtils | [static] |
getMapValuesDepth(GeoTessModel &model, vector< double > &latitudes, vector< double > &longitudes, int layerId, double depth, const InterpolatorType &horizontalType, const InterpolatorType &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 InterpolatorType &horizontalType, const InterpolatorType &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 InterpolatorType &horizontalType, const InterpolatorType &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 | [inline, virtual] |