18 #ifndef QGSMESHCONTOURS_H    19 #define QGSMESHCONTOURS_H    23 #include <QStringList>    32 #include "qgis_analysis.h"    99     std::shared_ptr<QgsTriangularMesh> mTriangularMesh;
   100     std::shared_ptr<QgsMesh> mNativeMesh;
   102     QVector<double> mDatasetValues;
   105 #endif // QGSMESHCONTOURS_H 
QgsMeshDataBlock is a block of integers/doubles that can be used to retrieve: active flags (e...
 
A geometry is the spatial representation of a feature. 
 
Exporter of contours lines or polygons from a mesh layer. 
 
Base class for feedback objects to be used for cancellation of something running in a worker thread...
 
DataInterpolationMethod
Interpolation of value defined on vertices from datasets with data defined on faces. 
 
Point geometry type, with support for z-dimension and m-values. 
 
QgsMeshDatasetIndex is index that identifies the dataset group (e.g. 
 
Represents a mesh layer supporting display of data on structured or unstructured meshes.