QGIS API Documentation 3.99.0-Master (26c88405ac0)
Loading...
Searching...
No Matches
QgsTriangularMesh::Changes Class Reference

Makes changes to a triangular mesh and keeps track of these changes. 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

Detailed Description

Makes changes to a triangular mesh and keeps track of these 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

Since
QGIS 3.22

Definition at line 265 of file qgstriangularmesh.h.

Constructor & Destructor Documentation

◆ Changes() [1/2]

QgsTriangularMesh::Changes::Changes ( )
default

Default constructor, no changes.

◆ Changes() [2/2]

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 792 of file qgstriangularmesh.cpp.

◆ QgsTriangularMesh

friend class QgsTriangularMesh
friend

Definition at line 297 of file qgstriangularmesh.h.


The documentation for this class was generated from the following files: