GeoTessCPP
2.0.0
Software to facilitate storage and retrieval of 3D information about the Earth.
|
clearVertexIndices() | geotess::GeoTessGrid | [inline] |
clearVertexTriangles() | geotess::GeoTessGrid | |
findClosestVertex(double *unit_vector, int tessId) | geotess::GeoTessGrid | [inline] |
GeoTessGrid() | geotess::GeoTessGrid | [inline] |
GeoTessGrid(const GeoTessOptimizationType *opttype) | geotess::GeoTessGrid | [inline] |
GeoTessGrid(GeoTessGrid &other) | geotess::GeoTessGrid | |
getCircumCenter(int triangle, double *const pA) const | geotess::GeoTessGrid | [inline] |
getFirstTriangle(int tessellation, int level) const | geotess::GeoTessGrid | [inline] |
getGridGenerationDate() const | geotess::GeoTessGrid | [inline] |
getGridID(const string &fileName) | geotess::GeoTessGrid | [static] |
getGridID() const | geotess::GeoTessGrid | [inline] |
getGridInputFile() const | geotess::GeoTessGrid | [inline] |
getGridOutputFile() const | geotess::GeoTessGrid | [inline] |
getGridSoftwareVersion() const | geotess::GeoTessGrid | [inline] |
getLastLevel(int tessellation) const | geotess::GeoTessGrid | [inline] |
getLastTriangle(int tessellation, int level) const | geotess::GeoTessGrid | [inline] |
getLevel(int tessellation, int i) const | geotess::GeoTessGrid | [inline] |
getLevels() const | geotess::GeoTessGrid | [inline] |
getNeighbor(int triangleIndex, int neighborIndex) const | geotess::GeoTessGrid | [inline] |
getNeighbor(const int &tessellation, const int &level, const int &triangle, const int &side) | geotess::GeoTessGrid | [inline] |
getNeighborIndex(const int &tid, const int &nid) | geotess::GeoTessGrid | [inline] |
getNeighbors(int triangleIndex) const | geotess::GeoTessGrid | [inline] |
getNeighbors(const int &tessellation, const int &level, const int &triangle) | geotess::GeoTessGrid | [inline] |
getNeighbors() const | geotess::GeoTessGrid | [inline] |
getNLevels(int tessellation) const | geotess::GeoTessGrid | [inline] |
getNLevels() const | geotess::GeoTessGrid | [inline] |
getNTessellations() const | geotess::GeoTessGrid | [inline] |
getNTriangles(int tessellation, int level) const | geotess::GeoTessGrid | [inline] |
getNTriangles() const | geotess::GeoTessGrid | [inline] |
getNVertices() const | geotess::GeoTessGrid | [inline] |
getOptimizationType() const | geotess::GeoTessGrid | [inline] |
getTessellations() const | geotess::GeoTessGrid | [inline] |
getTriangle(int tessellation, int level, int i) const | geotess::GeoTessGrid | [inline] |
getTriangle(int triangleIndex, double *vector) | geotess::GeoTessGrid | |
getTriangles() const | geotess::GeoTessGrid | [inline] |
getTriangleVertex(int triangleIndex, int cornerIndex) const | geotess::GeoTessGrid | [inline] |
getTriangleVertexIndex(int triangleIndex, int cornerIndex) const | geotess::GeoTessGrid | [inline] |
getTriangleVertexIndexes(int triangleIndex) const | geotess::GeoTessGrid | [inline] |
getTriangleVertices(int triangle, double **triVrt) | geotess::GeoTessGrid | [inline] |
getVertex(int vertex) const | geotess::GeoTessGrid | [inline] |
getVertex(int tessId, int level, int triangle, int corner) | geotess::GeoTessGrid | [inline] |
getVertexIndex(int tessId, int level, int triangle, int corner) const | geotess::GeoTessGrid | [inline] |
getVertexIndices(const int &tessId, const int &level) | geotess::GeoTessGrid | [inline] |
getVertexIndicesTopLevel(const int &tessId) | geotess::GeoTessGrid | [inline] |
getVertexNeighbors(const int &tessId, const int &level, const int &vertex, set< int > &nbrs) | geotess::GeoTessGrid | [inline] |
getVertexNeighbors(const int &tessId, const int &level, const int &vertex, const int &order, set< int > &nbrs) | geotess::GeoTessGrid | |
getVertexNeighborsOrdered(const int &tessId, const int &level, const int &vertex, vector< int > &v) | geotess::GeoTessGrid | |
getVertexTriangles(const int &tessId, const int &level, const int &vertex) const | geotess::GeoTessGrid | |
getVertexTriangles(int tessId, int vertex) const | geotess::GeoTessGrid | [inline] |
getVertices() const | geotess::GeoTessGrid | [inline] |
getVertices(const int &tessellation, const int &level, set< const double * > &vectors) | geotess::GeoTessGrid | |
getVerticesTopLevel(const int &tessellation, set< const double * > &vectors) | geotess::GeoTessGrid | [inline] |
isGeoTessGrid(const string &inputFile) | geotess::GeoTessGrid | [static] |
loadGrid(const string &inputFile) | geotess::GeoTessGrid | |
operator!=(const GeoTessGrid &g) const | geotess::GeoTessGrid | [inline] |
operator=(const GeoTessGrid &other) | geotess::GeoTessGrid | |
operator==(const GeoTessGrid &g) const | geotess::GeoTessGrid | [inline] |
setGridGenerationDate(const string &gridDate) | geotess::GeoTessGrid | [inline] |
setGridInputFile(const string &gridFile) | geotess::GeoTessGrid | [inline] |
setGridSoftwareVersion(const string &swVersion) | geotess::GeoTessGrid | [inline] |
testGrid() | geotess::GeoTessGrid | |
toString() | geotess::GeoTessGrid |