computeCircumCenters() | geotess::GeoTessGrid | inline |
computeCircumCenters(const int &level) | geotess::GeoTessGrid | inline |
delaunay() | geotess::GeoTessGrid | |
findClosestVertex(double *unit_vector, int tessId) | geotess::GeoTessGrid | inline |
GeoTessGrid(const string &gid) | geotess::GeoTessGrid | inlineprotected |
GeoTessGrid() | geotess::GeoTessGrid | inline |
GeoTessGrid(IFStreamAscii &input) | geotess::GeoTessGrid | inline |
GeoTessGrid(IFStreamBinary &input) | geotess::GeoTessGrid | inline |
GeoTessGrid(GeoTessGrid &other) | geotess::GeoTessGrid | |
getCenter(const int &triangle, double *center) | geotess::GeoTessGrid | inline |
getCircumCenter(const int &triangle) const | geotess::GeoTessGrid | inline |
getCircumCenter(const int &triangle, double *cc) const | geotess::GeoTessGrid | inline |
getDescendant(const int &triangle) const | geotess::GeoTessGrid | inline |
getDescendant(const int &tessId, const int &level, const int &triangle) const | geotess::GeoTessGrid | inline |
getDescendants() const | geotess::GeoTessGrid | inline |
getEdgeList() const | geotess::GeoTessGrid | inline |
getEdgeList(const int &triangle) 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 |
getMemory() | geotess::GeoTessGrid | inline |
getNeighbor(const int &triangleIndex, const 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, vector< int > &neighbors) | geotess::GeoTessGrid | inline |
getNeighbors(const int &tessellation, const int &level, const int &triangle, vector< int > &neighbors) | 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 |
getSpokeList(const int &level) const | geotess::GeoTessGrid | inline |
getTessellations() const | geotess::GeoTessGrid | inline |
getTopLevel(int tessellation) const | geotess::GeoTessGrid | inline |
getTriangle(int tessellation, int level, int i) const | geotess::GeoTessGrid | inline |
getTriangle(int triangleIndex, const 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 triangle, int corner) const | geotess::GeoTessGrid | inline |
getVertexIndex(int tessId, int level, int triangle, int corner) const | geotess::GeoTessGrid | inline |
getVertexIndex(const double *u) | geotess::GeoTessGrid | inline |
getVertexIndex(const double *u, int tessId) | 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 &level) const | geotess::GeoTessGrid | inline |
getVertexTriangles(const int &tessId, const int &level, const int &vertex) const | geotess::GeoTessGrid | inline |
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 |
initialize() | geotess::GeoTessGrid | protected |
isGeoTessGrid(const string &inputFile) | geotess::GeoTessGrid | static |
levels | geotess::GeoTessGrid | protected |
loadGrid(const string &inputFile) | geotess::GeoTessGrid | |
nLevels | geotess::GeoTessGrid | protected |
nTessellations | geotess::GeoTessGrid | protected |
nTriangles | geotess::GeoTessGrid | protected |
nVertices | geotess::GeoTessGrid | protected |
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 |
tessellations | geotess::GeoTessGrid | protected |
testGrid() | geotess::GeoTessGrid | |
toString() | geotess::GeoTessGrid | |
triangles | geotess::GeoTessGrid | protected |
vertices | geotess::GeoTessGrid | protected |