15 #ifndef QGSRASTERITERATOR_H
16 #define QGSRASTERITERATOR_H
43 void startRasterRead(
int bandNumber,
int nCols,
int nRows,
const QgsRectangle& extent );
54 bool readNextRasterPart(
int bandNumber,
55 int& nCols,
int& nRows,
57 int& topLeftCol,
int& topLeftRow );
59 void stopRasterRead(
int bandNumber );
88 void removePartInfo(
int bandNumber );
91 #endif // QGSRASTERITERATOR_H