QGIS API Documentation  3.16.0-Hannover (43b64b13f3)
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)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)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