Quantum GIS API Documentation  1.8
Public Member Functions | Public Attributes
QgsRasterPyramid Class Reference

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

#include <qgsrasterpyramid.h>

List of all members.

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

Definition at line 37 of file qgsrasterpyramid.h.


Member Data Documentation

Whether the pyramid should be built.

Definition at line 35 of file qgsrasterpyramid.h.

Whether the pyramid layer has been built yet.

Definition at line 33 of file qgsrasterpyramid.h.

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

Definition at line 27 of file qgsrasterpyramid.h.

XDimension for this pyramid layer.

Definition at line 29 of file qgsrasterpyramid.h.

YDimension for this pyramid layer.

Definition at line 31 of file qgsrasterpyramid.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines