1
0
mirror of https://github.com/qgis/QGIS.git synced 2025-03-12 00:02:25 -04:00
2018-05-14 10:23:37 -04:00

37 lines
1.3 KiB
Plaintext

/************************************************************************
* This file has been generated automatically from *
* *
* src/core/raster/qgsrasterpyramid.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/
class QgsRasterPyramid
{
%Docstring
This struct is used to store pyramid info for the raster layer.
%End
%TypeHeaderCode
#include "qgsrasterpyramid.h"
%End
public:
int level;
int xDim;
int yDim;
bool exists;
bool build;
QgsRasterPyramid();
};
/************************************************************************
* This file has been generated automatically from *
* *
* src/core/raster/qgsrasterpyramid.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/