QGIS API Documentation 3.43.0-Master (c67cf405802)
Classes | Typedefs
qgsmeshutils.h File Reference
#include "qgis.h"
#include "qgis_sip.h"
#include "qgsmeshdataset.h"
#include "qgspoint.h"
Include dependency graph for qgsmeshutils.h:
This graph shows which files directly or indirectly include this file:

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 Documentation

◆ QgsMeshEdge

typedef QPair<int, int> QgsMeshEdge

Edge is a straight line seqment between 2 points.

Stores the pair of vertex indexes

Since
QGIS 3.14

Definition at line 51 of file qgsmeshutils.h.

◆ QgsMeshFace

typedef QVector<int> QgsMeshFace

List of vertex indexes.

Definition at line 44 of file qgsmeshutils.h.

◆ QgsMeshVertex

xyz coords of vertex

Definition at line 41 of file qgsmeshutils.h.