QGIS API Documentation 3.40.0-Bratislava (b56115d8743)
|
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 262 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 294 of file qgstriangularmesh.h.