QGIS API Documentation 3.37.0-Master (fdefdf9c27f)
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
 Class that represents an error during mesh editing. More...
 
class  QgsMeshEditor
 Class that makes edit operation on a mesh. More...
 
class  QgsMeshLayerUndoCommandAddFaces
 Class for undo/redo command for adding faces in mesh. More...
 
class  QgsMeshLayerUndoCommandAddVertices
 Class for undo/redo command for adding vertices in mesh. More...
 
class  QgsMeshLayerUndoCommandAdvancedEditing
 Class for undo/redo command for applying advanced editing. More...
 
class  QgsMeshLayerUndoCommandChangeCoordinates
 Class for undo/redo command for changing coordinate (X,Y,Z) values of vertices. More...
 
class  QgsMeshLayerUndoCommandChangeXYValue
 Class for undo/redo command for changing (X,Y) value of vertices. More...
 
class  QgsMeshLayerUndoCommandChangeZValue
 Class for undo/redo command for changing Z value of vertices. More...
 
class  QgsMeshLayerUndoCommandFlipEdge
 Class for undo/redo command for flipping edge. More...
 
class  QgsMeshLayerUndoCommandMerge
 Class for undo/redo command for merging face. More...
 
class  QgsMeshLayerUndoCommandMeshEdit
 Base class for undo/redo command for mesh editing. More...
 
class  QgsMeshLayerUndoCommandRemoveFaces
 Class for undo/redo command for removing faces in mesh. More...
 
class  QgsMeshLayerUndoCommandRemoveVerticesFillHoles
 Class for undo/redo command for removing vertices in mesh filling holes created by removed faces. More...
 
class  QgsMeshLayerUndoCommandRemoveVerticesWithoutFillHoles
 Class for undo/redo command for removing vertices in mesh without filling holes created by removed faces. More...
 
class  QgsMeshLayerUndoCommandSplitFaces
 Class for undo/redo command for splitting faces. More...