18 #ifndef QGSMESHLAYERUTILS_H 19 #define QGSMESHLAYERUTILS_H 23 #include "qgis_core.h" 40 class CORE_EXPORT QgsMeshLayerUtils
61 static void boundingBoxToScreenRectangle(
63 const QSize &outputSize,
65 int &leftLim,
int &rightLim,
int &topLim,
int &bottomLim );
78 static double interpolateFromVerticesData(
80 double val1,
double val2,
double val3,
const QgsPointXY &pt
92 static double interpolateFromFacesData(
108 #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.