QGIS API Documentation 3.37.0-Master (fdefdf9c27f)
QgsRasterIterator Member List

This is the complete list of members for QgsRasterIterator, including all inherited members.

DEFAULT_MAXIMUM_TILE_HEIGHTQgsRasterIteratorstatic
DEFAULT_MAXIMUM_TILE_WIDTHQgsRasterIteratorstatic
input() constQgsRasterIteratorinline
maximumTileHeight() constQgsRasterIteratorinline
maximumTileWidth() constQgsRasterIteratorinline
next(int bandNumber, int &columns, int &rows, int &topLeftColumn, int &topLeftRow, QgsRectangle &blockExtent)QgsRasterIterator
QgsRasterIterator(QgsRasterInterface *input, int tileOverlapPixels=0)QgsRasterIterator
readNextRasterPart(int bandNumber, int &nCols, int &nRows, QgsRasterBlock **block, int &topLeftCol, int &topLeftRow)QgsRasterIterator
readNextRasterPart(int bandNumber, int &nCols, int &nRows, std::unique_ptr< QgsRasterBlock > &block, int &topLeftCol, int &topLeftRow, QgsRectangle *blockExtent=nullptr, int *tileColumns=nullptr, int *tileRows=nullptr, int *tileTopLeftColumn=nullptr, int *tileTopLeftRow=nullptr)QgsRasterIterator
setMaximumTileHeight(int h)QgsRasterIteratorinline
setMaximumTileWidth(int w)QgsRasterIteratorinline
startRasterRead(int bandNumber, qgssize nCols, qgssize nRows, const QgsRectangle &extent, QgsRasterBlockFeedback *feedback=nullptr)QgsRasterIterator
stopRasterRead(int bandNumber)QgsRasterIterator
subRegion(const QgsRectangle &rasterExtent, int rasterWidth, int rasterHeight, const QgsRectangle &subRegion, int &subRegionWidth, int &subRegionHeight, int &subRegionLeft, int &subRegionTop)QgsRasterIteratorstatic