QGIS API Documentation  3.10.0-A Coruña (6c816b4204)
Classes | Typedefs
qgsmeshdataprovider.h File Reference
#include <QVector>
#include <QString>
#include <QMap>
#include <limits>
#include "qgis_core.h"
#include "qgspoint.h"
#include "qgsdataprovider.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
 Mesh - vertices and faces. More...
 
class  QgsMeshDataBlock
 QgsMeshDataBlock is a block of integers/doubles that can be used to retrieve: active flags (e.g. More...
 
class  QgsMeshDataProvider
 Base class for providing data for QgsMeshLayer. More...
 
class  QgsMeshDatasetGroupMetadata
 QgsMeshDatasetGroupMetadata is a collection of dataset group metadata such as whether the data is vector or scalar, name. More...
 
class  QgsMeshDatasetIndex
 QgsMeshDatasetIndex is index that identifies the dataset group (e.g. More...
 
class  QgsMeshDatasetMetadata
 QgsMeshDatasetMetadata is a collection of mesh dataset metadata such as whether the data is valid or associated time for the dataset. More...
 
class  QgsMeshDatasetSourceInterface
 Interface for mesh datasets and dataset groups. More...
 
class  QgsMeshDatasetValue
 QgsMeshDatasetValue represents single 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 66 of file qgsmeshdataprovider.h.

◆ QgsMeshVertex

xyz coords of vertex

Definition at line 63 of file qgsmeshdataprovider.h.