|
QGIS API Documentation 3.44.0-Solothurn (5d9ba037df1)
|
Contains independent faces and topological information about these faces. More...
#include <qgstopologicalmesh.h>
Public Member Functions | |
| void | clear () |
| Clears all data contained in the instance. | |
| QVector< FaceNeighbors > | facesNeighborhood () const |
| Returns the face neighborhood of the faces, indexing is local. | |
| QVector< QgsMeshFace > | meshFaces () const |
| Returns faces. | |
| int | vertexToFace (int vertexIndex) const |
| Returns a face linked to the vertices with index vertexIndex. | |
Friends | |
| class | QgsMeshVertexCirculator |
| class | QgsTopologicalMesh |
Contains independent faces and topological information about these faces.
This class supports unique shared vertices between faces.
Definition at line 60 of file qgstopologicalmesh.h.
| void QgsTopologicalMesh::TopologicalFaces::clear | ( | ) |
Clears all data contained in the instance.
Definition at line 1644 of file qgstopologicalmesh.cpp.
| QVector< QgsTopologicalMesh::FaceNeighbors > QgsTopologicalMesh::TopologicalFaces::facesNeighborhood | ( | ) | const |
Returns the face neighborhood of the faces, indexing is local.
Definition at line 1652 of file qgstopologicalmesh.cpp.
|
inline |
Returns faces.
Definition at line 68 of file qgstopologicalmesh.h.
| int QgsTopologicalMesh::TopologicalFaces::vertexToFace | ( | int | vertexIndex | ) | const |
Returns a face linked to the vertices with index vertexIndex.
Definition at line 1657 of file qgstopologicalmesh.cpp.
|
friend |
Definition at line 90 of file qgstopologicalmesh.h.
|
friend |
Definition at line 89 of file qgstopologicalmesh.h.