QGIS API Documentation 3.28.0-Firenze (ed3ad0430f)
Public Member Functions | Friends | List of all members
QgsTriangularMesh::Changes Class Reference

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
 

Detailed Description

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.

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

Friends And Related Function 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: