QGIS API Documentation
3.26.3-Buenos Aires (65e4edfdad)
|
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 251 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 936 of file qgstriangularmesh.cpp.
|
friend |
Definition at line 283 of file qgstriangularmesh.h.