QGIS API Documentation 3.43.0-Master (b60ef06885e)
Public Member Functions | Friends | List of all members
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 263 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 785 of file qgstriangularmesh.cpp.

Friends And Related Symbol Documentation

◆ QgsTriangularMesh

friend class QgsTriangularMesh
friend

Definition at line 295 of file qgstriangularmesh.h.


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