Home
last modified time | relevance | path

Searched refs:mInputNoDataValue (Results 1 – 10 of 10) sorted by relevance

/dports/graphics/qgis/qgis-3.22.3/src/analysis/processing/
H A Dqgsalgorithmroundrastervalues.cpp114 mInputNoDataValue = inputRaster->dataProvider()->sourceNoDataValue( mBand ); in prepareAlgorithm()
143 destinationRasterProvider->setNoDataValue( 1, mInputNoDataValue ); in processAlgorithm()
165 analysisRasterBlock->setNoDataValue( mInputNoDataValue ); in processAlgorithm()
180 analysisRasterBlock->setValue( row, column, mInputNoDataValue ); in processAlgorithm()
184 double roundedVal = mInputNoDataValue; in processAlgorithm()
H A Dqgsalgorithmfillnodata.h68 double mInputNoDataValue; variable
H A Dqgsalgorithmroundrastervalues.h80 double mInputNoDataValue; variable
H A Dqgsalgorithmfillnodata.cpp84 mInputNoDataValue = mInputRaster->dataProvider()->sourceNoDataValue( mBand ); in prepareAlgorithm()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/analysis/processing/
H A Dqgsalgorithmroundrastervalues.cpp114 mInputNoDataValue = inputRaster->dataProvider()->sourceNoDataValue( mBand ); in prepareAlgorithm()
143 destinationRasterProvider->setNoDataValue( 1, mInputNoDataValue ); in processAlgorithm()
165 analysisRasterBlock->setNoDataValue( mInputNoDataValue ); in processAlgorithm()
180 analysisRasterBlock->setValue( row, column, mInputNoDataValue ); in processAlgorithm()
184 double roundedVal = mInputNoDataValue; in processAlgorithm()
H A Dqgsalgorithmfillnodata.h68 double mInputNoDataValue; variable
H A Dqgsalgorithmroundrastervalues.h80 double mInputNoDataValue; variable
H A Dqgsalgorithmfillnodata.cpp84 mInputNoDataValue = mInputRaster->dataProvider()->sourceNoDataValue( mBand ); in prepareAlgorithm()
/dports/graphics/qgis-ltr/qgis-3.16.16/
H A DChangeLog37108 fix mInputNoDataValue
/dports/graphics/qgis/qgis-3.22.3/
H A DChangeLog70801 fix mInputNoDataValue