|
QGIS API Documentation 3.36.0-Maidenhead (09951dc0acf)
|
The Changes class is used to make changes of the triangular and to keep traces of this changes If a Changes instance is applied (see QgsTriangularMesh::applyChanges()), these changes can be reversed (see QgsTriangularMesh::reverseChanges()) as long as other changes are not applied. More...
#include <qgstriangularmesh.h>
Public Member Functions | |
| Changes ()=default | |
| Default constructor, no changes. | |
| Changes (const QgsTopologicalMesh::Changes &topologicalChanges, const QgsMesh &nativeMesh) | |
| Constructor of the triangular changes from topological changes and with the native mesh nativeMesh. | |
Friends | |
| class | QgsTriangularMesh |
The Changes class is used to make changes of the triangular and to keep traces of this changes If a Changes instance is applied (see QgsTriangularMesh::applyChanges()), these changes can be reversed (see QgsTriangularMesh::reverseChanges()) as long as other changes are not applied.
Definition at line 263 of file qgstriangularmesh.h.
|
default |
Default constructor, no changes.
| QgsTriangularMesh::Changes::Changes | ( | const QgsTopologicalMesh::Changes & | topologicalChanges, |
| const QgsMesh & | nativeMesh | ||
| ) |
Constructor of the triangular changes from topological changes and with the native mesh nativeMesh.
Definition at line 941 of file qgstriangularmesh.cpp.
|
friend |
Definition at line 295 of file qgstriangularmesh.h.