| QGIS API Documentation 3.30.0-'s-Hertogenbosch (f186b8efe0)
    | 
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.  More... | |
| Changes (const QgsTopologicalMesh::Changes &topologicalChanges, const QgsMesh &nativeMesh) | |
| Constructor of the triangular changes from topological changes and with the native mesh nativeMesh.  More... | |
| 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.