#include "qgszonalstatistics.h"#include "qgsgeometry.h"#include "qgsvectordataprovider.h"#include "qgsvectorlayer.h"#include "gdal.h"#include "cpl_string.h"#include <QProgressDialog>

Go to the source code of this file.
Defines | |
| #define | TO8(x) (x).toLocal8Bit().constData() |
| #define TO8 | ( | x | ) | (x).toLocal8Bit().constData() |
Definition at line 29 of file qgszonalstatistics.cpp.
1.5.6