|
Quantum GIS API Documentation
1.7.4
|
#include <QDateTime>#include "qgslogger.h"#include "qgsrectangle.h"#include "qgsdataprovider.h"#include "qgscolorrampshader.h"#include "qgsrasterpyramid.h"#include "qgscoordinatereferencesystem.h"#include "qgsrasterbandstats.h"#include "cpl_conv.h"#include <cmath>

Go to the source code of this file.
Classes | |
| class | QgsRasterDataProvider |
| Base class for raster data providers. More... | |
Defines | |
| #define | TINY_VALUE std::numeric_limits<double>::epsilon() * 20 |
| #define TINY_VALUE std::numeric_limits<double>::epsilon() * 20 |
Definition at line 39 of file qgsrasterdataprovider.h.
Referenced by QgsRasterDataProvider::bandStatistics().
1.7.6.1