QGIS API Documentation 3.43.0-Master (37eec98dbf6)
Classes
qgsmesheditor.h File Reference
#include <QObject>
#include <QUndoCommand>
#include <QPointer>
#include "qgis.h"
#include "qgsmeshdataset.h"
#include "qgsmeshdataprovider.h"
#include "qgstriangularmesh.h"
#include "qgstopologicalmesh.h"
Include dependency graph for qgsmesheditor.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QgsMeshEditingError
 Represents an error which occurred during mesh editing. More...
 
class  QgsMeshEditor
 Handles edit operations on a mesh layer. More...
 
class  QgsMeshLayerUndoCommandAddFaces
 Mesh layer undo/redo command for adding faces in mesh. More...
 
class  QgsMeshLayerUndoCommandAddVertexInFaceWithDelaunayRefinement
 Mesh layer undo/redo command for adding vertex to face with Delaunay refinement of faces surrounding. More...
 
class  QgsMeshLayerUndoCommandAddVertices
 Mesh layer undo/redo command for adding vertices in mesh. More...
 
class  QgsMeshLayerUndoCommandAdvancedEditing
 Mesh layer undo/redo command for applying advanced editing. More...
 
class  QgsMeshLayerUndoCommandChangeCoordinates
 Mesh layer undo/redo command for changing coordinate (X,Y,Z) values of vertices. More...
 
class  QgsMeshLayerUndoCommandChangeXYValue
 Mesh layer undo/redo command for changing (X,Y) value of vertices. More...
 
class  QgsMeshLayerUndoCommandChangeZValue
 Mesh layer undo/redo command for changing Z value of vertices. More...
 
class  QgsMeshLayerUndoCommandFlipEdge
 Mesh layer undo/redo command for flipping edges. More...
 
class  QgsMeshLayerUndoCommandMerge
 Mesh layer undo/redo command for merging faces. More...
 
class  QgsMeshLayerUndoCommandMeshEdit
 Base class for undo/redo command for mesh editing. More...
 
class  QgsMeshLayerUndoCommandRemoveFaces
 Mesh layer undo/redo command for removing faces in mesh. More...
 
class  QgsMeshLayerUndoCommandRemoveVerticesFillHoles
 Mesh layer undo/redo command for removing vertices in mesh filling holes created by removed faces. More...
 
class  QgsMeshLayerUndoCommandRemoveVerticesWithoutFillHoles
 Mesh layer undo/redo command for removing vertices in mesh without filling holes created by removed faces. More...
 
class  QgsMeshLayerUndoCommandSplitFaces
 Mesh layer undo/redo command for splitting faces. More...