QGIS API Documentation
3.26.3-Buenos Aires (65e4edfdad)
|
Class that contains independent faces an topological information about this faces. More...
#include <qgstopologicalmesh.h>
Public Member Functions | |
void | clear () |
Clears all data contained in the instance. More... | |
QVector< FaceNeighbors > | facesNeighborhood () const |
Returns the face neighborhood of the faces, indexing is local. More... | |
QVector< QgsMeshFace > | meshFaces () const |
Returns faces. More... | |
int | vertexToFace (int vertexIndex) const |
Returns a face linked to the vertices with index vertexIndex. More... | |
Friends | |
class | QgsMeshVertexCirculator |
class | QgsTopologicalMesh |
Class that contains independent faces an topological information about this faces.
This class supports unique shared vertex between faces
Definition at line 62 of file qgstopologicalmesh.h.
void QgsTopologicalMesh::TopologicalFaces::clear | ( | ) |
Clears all data contained in the instance.
Definition at line 1618 of file qgstopologicalmesh.cpp.
QVector< QgsTopologicalMesh::FaceNeighbors > QgsTopologicalMesh::TopologicalFaces::facesNeighborhood | ( | ) | const |
Returns the face neighborhood of the faces, indexing is local.
Definition at line 1626 of file qgstopologicalmesh.cpp.
|
inline |
Returns faces.
Definition at line 67 of file qgstopologicalmesh.h.
int QgsTopologicalMesh::TopologicalFaces::vertexToFace | ( | int | vertexIndex | ) | const |
Returns a face linked to the vertices with index vertexIndex.
Definition at line 1631 of file qgstopologicalmesh.cpp.
|
friend |
Definition at line 85 of file qgstopologicalmesh.h.
|
friend |
Definition at line 84 of file qgstopologicalmesh.h.