QGIS API Documentation 3.41.0-Master (d2aaa9c6e02)
Loading...
Searching...
No Matches
Public Member Functions | List of all members
QgsMeshLayerUndoCommandAddVertexInFaceWithDelaunayRefinement Class Reference

Class for undo/redo command for adding vertex to face with Delaunay Refiment of faces surrounding. More...

#include <qgsmesheditor.h>

Inheritance diagram for QgsMeshLayerUndoCommandAddVertexInFaceWithDelaunayRefinement:
Inheritance graph
[legend]

Public Member Functions

 QgsMeshLayerUndoCommandAddVertexInFaceWithDelaunayRefinement (QgsMeshEditor *meshEditor, const QgsMeshVertex &vertex, double tolerance)
 Constructor with the associated meshEditor and indexes vertex and tolerance.
 
void redo () override
 
- Public Member Functions inherited from QgsMeshLayerUndoCommandMeshEdit
void redo () override
 
void undo () override
 

Additional Inherited Members

- Protected Member Functions inherited from QgsMeshLayerUndoCommandMeshEdit
 QgsMeshLayerUndoCommandMeshEdit (QgsMeshEditor *meshEditor)
 Constructor for the base class.
 
- Protected Attributes inherited from QgsMeshLayerUndoCommandMeshEdit
QList< QgsMeshEditor::Edit > mEdits
 
QPointer< QgsMeshEditormMeshEditor
 

Detailed Description

Class for undo/redo command for adding vertex to face with Delaunay Refiment of faces surrounding.

Since
QGIS 3.42

Definition at line 671 of file qgsmesheditor.h.

Constructor & Destructor Documentation

◆ QgsMeshLayerUndoCommandAddVertexInFaceWithDelaunayRefinement()

QgsMeshLayerUndoCommandAddVertexInFaceWithDelaunayRefinement::QgsMeshLayerUndoCommandAddVertexInFaceWithDelaunayRefinement ( QgsMeshEditor meshEditor,
const QgsMeshVertex vertex,
double  tolerance 
)

Constructor with the associated meshEditor and indexes vertex and tolerance.

Definition at line 1495 of file qgsmesheditor.cpp.

Member Function Documentation

◆ redo()

void QgsMeshLayerUndoCommandAddVertexInFaceWithDelaunayRefinement::redo ( )
override

Definition at line 1506 of file qgsmesheditor.cpp.


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