QGIS API Documentation  3.2.0-Bonn (bc43194)
Classes | Typedefs
qgsmeshdataprovider.h File Reference
#include "qgis_core.h"
#include "qgspoint.h"
#include "qgsrectangle.h"
#include "qgsdataprovider.h"
#include <QVector>
#include <QString>
#include <QMap>
#include <limits>
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

class  QgsMeshDataProvider
 Base class for providing data for QgsMeshLayer. More...
 
class  QgsMeshDatasetMetadata
 QgsMeshDatasetMetadata is a collection of mesh dataset metadata such as whether the data is vector or scalar, etc. More...
 
class  QgsMeshDatasetSourceInterface
 Interface for mesh datasets. More...
 
class  QgsMeshDatasetValue
 QgsMeshDatasetValue represents single mesh dataset value. More...
 
class  QgsMeshDataSourceInterface
 Interface for mesh data sources. More...
 

Typedefs

typedef QVector< int > QgsMeshFace
 List of vertex indexes. More...
 
typedef QgsPoint QgsMeshVertex
 xyz coords of vertex More...
 

Typedef Documentation

◆ QgsMeshFace

typedef QVector<int> QgsMeshFace

List of vertex indexes.

Definition at line 35 of file qgsmeshdataprovider.h.

◆ QgsMeshVertex

xyz coords of vertex

Definition at line 32 of file qgsmeshdataprovider.h.