|
QGIS API Documentation 3.36.0-Maidenhead (09951dc0acf)
|
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. | |
| 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 |
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 1648 of file qgstopologicalmesh.cpp.
| QVector< QgsTopologicalMesh::FaceNeighbors > QgsTopologicalMesh::TopologicalFaces::facesNeighborhood | ( | ) | const |
Returns the face neighborhood of the faces, indexing is local.
Definition at line 1656 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 1661 of file qgstopologicalmesh.cpp.
|
friend |
Definition at line 85 of file qgstopologicalmesh.h.
|
friend |
Definition at line 84 of file qgstopologicalmesh.h.