QGIS API Documentation  2.2.0-Valmiera
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
QgsRasterPyramid Class Reference

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

#include <qgsrasterpyramid.h>

Public Member Functions

 QgsRasterPyramid ()

Public Attributes

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

Detailed Description

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

Definition at line 23 of file qgsrasterpyramid.h.

Constructor & Destructor Documentation

QgsRasterPyramid::QgsRasterPyramid ( )
inline

Definition at line 37 of file qgsrasterpyramid.h.

Member Data Documentation

bool QgsRasterPyramid::build

Whether the pyramid should be built.

Definition at line 35 of file qgsrasterpyramid.h.

bool QgsRasterPyramid::exists

Whether the pyramid layer has been built yet.

Definition at line 33 of file qgsrasterpyramid.h.

int QgsRasterPyramid::level

The pyramid level as implemented in gdal (level 2 is half orignal raster size etc)

Definition at line 27 of file qgsrasterpyramid.h.

int QgsRasterPyramid::xDim

XDimension for this pyramid layer.

Definition at line 29 of file qgsrasterpyramid.h.

int QgsRasterPyramid::yDim

YDimension for this pyramid layer.

Definition at line 31 of file qgsrasterpyramid.h.


The documentation for this class was generated from the following file: