18 #ifndef QGSMESHLAYERUTILS_H 19 #define QGSMESHLAYERUTILS_H 23 #include "qgis_core.h" 42 class CORE_EXPORT QgsMeshLayerUtils
63 static void boundingBoxToScreenRectangle(
65 const QSize &outputSize,
67 int &leftLim,
int &rightLim,
int &topLim,
int &bottomLim );
80 static double interpolateFromVerticesData(
82 double val1,
double val2,
double val3,
const QgsPointXY &pt
94 static double interpolateFromFacesData(
115 #endif // QGSMESHLAYERUTILS_H A rectangle specified with double values.
A class to represent a 2D point.
QgsMeshDataBlock is a block of integers/doubles that can be used to retrieve: active flags (e...
Perform transforms between map coordinates and device coordinates.
Represents a mesh time settings for mesh datasets.