QGIS API Documentation 3.43.0-Master (c67cf405802)
|
Go to the source code of this file.
Classes | |
class | QgsMeshUtils |
Provides utility functions for working with mesh data. More... | |
Typedefs | |
typedef QPair< int, int > | QgsMeshEdge |
Edge is a straight line seqment between 2 points. | |
typedef QVector< int > | QgsMeshFace |
List of vertex indexes. | |
typedef QgsPoint | QgsMeshVertex |
xyz coords of vertex | |
typedef QPair<int, int> QgsMeshEdge |
Edge is a straight line seqment between 2 points.
Stores the pair of vertex indexes
Definition at line 51 of file qgsmeshutils.h.
typedef QVector<int> QgsMeshFace |
List of vertex indexes.
Definition at line 44 of file qgsmeshutils.h.
typedef QgsPoint QgsMeshVertex |
xyz coords of vertex
Definition at line 41 of file qgsmeshutils.h.