QGIS API Documentation  3.14.0-Pi (9f7028fd23)
Classes | Typedefs
qgsmeshdataprovider.h File Reference
#include <QVector>
#include <QString>
#include <QMap>
#include <QPair>
#include <limits>
#include "qgis_core.h"
#include "qgspoint.h"
#include "qgsdataprovider.h"
#include "qgsmeshdataset.h"
#include "qgsmeshdataprovidertemporalcapabilities.h"
Include dependency graph for qgsmeshdataprovider.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  QgsMesh
 
class  QgsMeshDataProvider
 
class  QgsMeshDatasetSourceInterface
 
class  QgsMeshDataSourceInterface
 

Typedefs

typedef QPair< int, int > QgsMeshEdge
 Edge is a straight line seqment between 2 points. More...
 
typedef QVector< int > QgsMeshFace
 List of vertex indexes. More...
 
typedef QgsPoint QgsMeshVertex
 xyz coords of vertex More...
 

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 48 of file qgsmeshdataprovider.h.

◆ QgsMeshFace

typedef QVector<int> QgsMeshFace

List of vertex indexes.

Definition at line 41 of file qgsmeshdataprovider.h.

◆ QgsMeshVertex

xyz coords of vertex

Definition at line 35 of file qgsmeshdataprovider.h.