Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Add unique_ptr variant to QgsRasterIterator::readNextRasterPart
- Loading branch information
Showing
with
57 additions
and 39 deletions.
- +2 −1 python/core/auto_generated/raster/qgsrasteriterator.sip.in
- +2 −3 src/analysis/processing/qgsalgorithmrasterlayeruniquevalues.cpp
- +4 −5 src/analysis/processing/qgsrasteranalysisutils.cpp
- +2 −4 src/analysis/processing/qgsreclassifyutils.cpp
- +2 −4 src/core/raster/qgsrasterdrawer.cpp
- +6 −11 src/core/raster/qgsrasterfilewriter.cpp
- +13 −3 src/core/raster/qgsrasteriterator.cpp
- +26 −8 src/core/raster/qgsrasteriterator.h