mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
flag in a single call This is much more efficient then making two calls, since the QgsRasterBlock::isNoData() check internally calls QgsRasterBlock::value(). So by requiring API users to make the two separate calls individually, we double the time this process takes...