QgsRasterPyramid class

This struct is used to store pyramid info for the raster layer.

Contents

Public variables

bool build
Whether the pyramid should be built.
bool exists
Whether the pyramid layer has been built yet.
int level
The pyramid level as implemented in gdal (level 2 is half original raster size etc)
int xDim
XDimension for this pyramid layer.
int yDim
YDimension for this pyramid layer.