1
0
mirror of https://github.com/qgis/QGIS.git synced 2025-03-16 00:02:11 -04:00

37 lines
1.3 KiB
Plaintext
Raw Normal View History

2017-06-02 23:35:10 +02:00
/************************************************************************
* 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
{
2017-06-02 23:35:10 +02:00
%Docstring
2017-12-15 10:36:55 -04:00
This struct is used to store pyramid info for the raster layer.
2017-06-02 23:35:10 +02:00
%End
%TypeHeaderCode
2017-06-02 23:35:10 +02:00
#include "qgsrasterpyramid.h"
%End
public:
int level;
int xDim;
int yDim;
bool exists;
bool build;
QgsRasterPyramid();
2017-06-02 23:35:10 +02:00
};
2017-06-02 23:35:10 +02:00
/************************************************************************
* This file has been generated automatically from *
* *
* src/core/raster/qgsrasterpyramid.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/