Home
last modified time | relevance | path

Searched refs:mNoDataValue (Results 1 – 25 of 36) sorted by relevance

12

/dports/graphics/qgis/qgis-3.22.3/src/analysis/processing/
H A Dqgsalgorithmcellstatistics.cpp68 mNoDataValue = parameterAsDouble( parameters, QStringLiteral( "OUTPUT_NODATA_VALUE" ), context ); in prepareAlgorithm()
138 mOutputRasterDataProvider->setNoDataValue( 1, mNoDataValue ); in processAlgorithm()
312 outputBlock->setValue( row, col, mNoDataValue ); in processRasterStack()
344 …result = QgsRasterAnalysisUtils::minorityFromCellValues( cellValues, mNoDataValue, cellValueStackS… in processRasterStack()
361 outputBlock->setValue( row, col, mNoDataValue ); in processRasterStack()
483 outputBlock->setValue( row, col, mNoDataValue ); in processRasterStack()
504 outputBlock->setValue( row, col, mNoDataValue ); in processRasterStack()
621 outputBlock->setValue( row, col, mNoDataValue ); in processRasterStack()
639 outputBlock->setValue( row, col, mNoDataValue ); in processRasterStack()
769 outputBlock->setValue( row, col, mNoDataValue ); in processRasterStack()
[all …]
H A Dqgsalgorithmrasterstackposition.cpp68 mNoDataValue = parameterAsDouble( parameters, QStringLiteral( "OUTPUT_NODATA_VALUE" ), context ); in prepareAlgorithm()
123 provider->setNoDataValue( 1, mNoDataValue ); in processAlgorithm()
177 outputBlock->setValue( row, col, mNoDataValue ); in processAlgorithm()
186 outputBlock->setValue( row, col, mNoDataValue ); in processAlgorithm()
251 double firstValue = mNoDataValue; in findPosition()
354 double firstValue = mNoDataValue; in findPosition()
H A Dqgsalgorithmrasterfrequencybycomparisonoperator.cpp76 mNoDataValue = parameterAsDouble( parameters, QStringLiteral( "OUTPUT_NODATA_VALUE" ), context ); in prepareAlgorithm()
130 provider->setNoDataValue( 1, mNoDataValue ); in processAlgorithm()
183 outputBlock->setValue( row, col, mNoDataValue ); in processAlgorithm()
193 outputBlock->setValue( row, col, mNoDataValue ); in processAlgorithm()
H A Dqgsalgorithmfuzzifyraster.cpp96 provider->setNoDataValue( 1, mNoDataValue ); in processAlgorithm()
204 fuzzifiedValue = mNoDataValue; in fuzzify()
331 fuzzifiedValue = mNoDataValue; in fuzzify()
453 fuzzifiedValue = mNoDataValue; in fuzzify()
558 fuzzifiedValue = mNoDataValue; in fuzzify()
663 fuzzifiedValue = mNoDataValue; in fuzzify()
769 fuzzifiedValue = mNoDataValue; in fuzzify()
H A Dqgsalgorithmrasterlayerproperties.cpp98 mNoDataValue = layer->dataProvider()->sourceNoDataValue( band ); in prepareAlgorithm()
129 outputs.insert( QStringLiteral( "NODATA_VALUE" ), mNoDataValue ); in processAlgorithm()
H A Dqgsalgorithmrasterlogicalop.cpp83 mNoDataValue = parameterAsDouble( parameters, QStringLiteral( "NO_DATA" ), context ); in prepareAlgorithm()
131 provider->setNoDataValue( 1, mNoDataValue ); in processAlgorithm()
137 …QgsRasterAnalysisUtils::applyRasterLogicOperator( mInputs, provider.get(), mNoDataValue, mTreatNod… in processAlgorithm()
H A Dqgsalgorithmrasterlayerproperties.h57 QVariant mNoDataValue; variable
H A Dqgsalgorithmreclassifybylayer.cpp97 mNoDataValue = parameterAsDouble( parameters, QStringLiteral( "NO_DATA" ), context ); in prepareAlgorithm()
143 provider->setNoDataValue( 1, mNoDataValue ); in processAlgorithm()
145 …mBand, mExtent, mNbCellsXProvider, mNbCellsYProvider, provider.get(), mNoDataValue, mUseNoDataForM… in processAlgorithm()
H A Dqgsalgorithmrasterlogicalop.h57 double mNoDataValue = -9999; variable
H A Dqgsalgorithmrasterstackposition.h43 double mNoDataValue = -9999; variable
/dports/graphics/qgis-ltr/qgis-3.16.16/src/analysis/processing/
H A Dqgsalgorithmcellstatistics.cpp135 mNoDataValue = parameterAsDouble( parameters, QStringLiteral( "OUTPUT_NODATA_VALUE" ), context ); in prepareAlgorithm()
222 provider->setNoDataValue( 1, mNoDataValue ); in processAlgorithm()
277 outputBlock->setValue( row, col, mNoDataValue ); in processAlgorithm()
309 …result = QgsRasterAnalysisUtils::minorityFromCellValues( cellValues, mNoDataValue, cellValueStackS… in processAlgorithm()
312 …result = QgsRasterAnalysisUtils::majorityFromCellValues( cellValues, mNoDataValue, cellValueStackS… in processAlgorithm()
326 outputBlock->setValue( row, col, mNoDataValue ); in processAlgorithm()
H A Dqgsalgorithmrasterstackposition.cpp68 mNoDataValue = parameterAsDouble( parameters, QStringLiteral( "OUTPUT_NODATA_VALUE" ), context ); in prepareAlgorithm()
123 provider->setNoDataValue( 1, mNoDataValue ); in processAlgorithm()
177 outputBlock->setValue( row, col, mNoDataValue ); in processAlgorithm()
186 outputBlock->setValue( row, col, mNoDataValue ); in processAlgorithm()
251 double firstValue = mNoDataValue; in findPosition()
354 double firstValue = mNoDataValue; in findPosition()
H A Dqgsalgorithmrasterfrequencybycomparisonoperator.cpp76 mNoDataValue = parameterAsDouble( parameters, QStringLiteral( "OUTPUT_NODATA_VALUE" ), context ); in prepareAlgorithm()
130 provider->setNoDataValue( 1, mNoDataValue ); in processAlgorithm()
183 outputBlock->setValue( row, col, mNoDataValue ); in processAlgorithm()
193 outputBlock->setValue( row, col, mNoDataValue ); in processAlgorithm()
H A Dqgsalgorithmfuzzifyraster.cpp96 provider->setNoDataValue( 1, mNoDataValue ); in processAlgorithm()
204 fuzzifiedValue = mNoDataValue; in fuzzify()
331 fuzzifiedValue = mNoDataValue; in fuzzify()
453 fuzzifiedValue = mNoDataValue; in fuzzify()
558 fuzzifiedValue = mNoDataValue; in fuzzify()
663 fuzzifiedValue = mNoDataValue; in fuzzify()
769 fuzzifiedValue = mNoDataValue; in fuzzify()
H A Dqgsalgorithmrasterlogicalop.cpp83 mNoDataValue = parameterAsDouble( parameters, QStringLiteral( "NO_DATA" ), context ); in prepareAlgorithm()
131 provider->setNoDataValue( 1, mNoDataValue ); in processAlgorithm()
137 …QgsRasterAnalysisUtils::applyRasterLogicOperator( mInputs, provider.get(), mNoDataValue, mTreatNod… in processAlgorithm()
H A Dqgsalgorithmreclassifybylayer.cpp97 mNoDataValue = parameterAsDouble( parameters, QStringLiteral( "NO_DATA" ), context ); in prepareAlgorithm()
143 provider->setNoDataValue( 1, mNoDataValue ); in processAlgorithm()
145 …mBand, mExtent, mNbCellsXProvider, mNbCellsYProvider, provider.get(), mNoDataValue, mUseNoDataForM… in processAlgorithm()
H A Dqgsalgorithmcellstatistics.h57 double mNoDataValue = -9999; variable
H A Dqgsalgorithmrasterlogicalop.h57 double mNoDataValue = -9999; variable
H A Dqgsalgorithmrasterstackposition.h43 double mNoDataValue = -9999; variable
/dports/graphics/qgis/qgis-3.22.3/src/core/raster/
H A Dqgsrasterblock.cpp31 : mNoDataValue( std::numeric_limits<double>::quiet_NaN() ) in QgsRasterBlock()
39 , mNoDataValue( std::numeric_limits<double>::quiet_NaN() ) in QgsRasterBlock()
67 mNoDataValue = std::numeric_limits<double>::quiet_NaN(); in reset()
225 mNoDataValue = noDataValue; in setNoDataValue()
231 mNoDataValue = std::numeric_limits<double>::quiet_NaN(); in resetNoDataValue()
249 QByteArray noDataByteArray = valueBytes( mDataType, mNoDataValue ); in setIsNoData()
250 if ( mNoDataValue == 0 ) in setIsNoData()
320 QByteArray noDataByteArray = valueBytes( mDataType, mNoDataValue ); in setIsNoDataExcept()
614 mNoDataValue = std::numeric_limits<double>::quiet_NaN(); in setImage()
H A Dqgsrasterblock.h177 double noDataValue() const SIP_HOLDGIL { return mNoDataValue; } in noDataValue()
446 return setValue( index, mNoDataValue ); in setIsNoData()
714 double mNoDataValue; variable
857 return std::isnan( value ) || qgsDoubleNear( value, mNoDataValue ); in isNoDataValue()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/raster/
H A Dqgsrasterblock.cpp31 : mNoDataValue( std::numeric_limits<double>::quiet_NaN() ) in QgsRasterBlock()
39 , mNoDataValue( std::numeric_limits<double>::quiet_NaN() ) in QgsRasterBlock()
67 mNoDataValue = std::numeric_limits<double>::quiet_NaN(); in reset()
225 mNoDataValue = noDataValue; in setNoDataValue()
231 mNoDataValue = std::numeric_limits<double>::quiet_NaN(); in resetNoDataValue()
249 QByteArray noDataByteArray = valueBytes( mDataType, mNoDataValue ); in setIsNoData()
250 if ( mNoDataValue == 0 ) in setIsNoData()
320 QByteArray noDataByteArray = valueBytes( mDataType, mNoDataValue ); in setIsNoDataExcept()
622 mNoDataValue = std::numeric_limits<double>::quiet_NaN(); in setImage()
H A Dqgsrasterblock.h177 double noDataValue() const SIP_HOLDGIL { return mNoDataValue; } in noDataValue()
446 return setValue( index, mNoDataValue ); in setIsNoData()
714 double mNoDataValue; variable
857 return std::isnan( value ) || qgsDoubleNear( value, mNoDataValue ); in isNoDataValue()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/providers/grass/
H A Dqgsgrassrasterprovider.cpp49 , mNoDataValue( std::numeric_limits<double>::quiet_NaN() ) in QgsGrassRasterProvider()
141 mNoDataValue = myInternalNoDataValue; in QgsGrassRasterProvider()
143 mSrcNoDataValue.append( mNoDataValue ); in QgsGrassRasterProvider()
450 if ( std::isnan( value ) || qgsDoubleNear( value, mNoDataValue ) ) in identify()
/dports/graphics/qgis/qgis-3.22.3/src/providers/grass/
H A Dqgsgrassrasterprovider.cpp49 , mNoDataValue( std::numeric_limits<double>::quiet_NaN() ) in QgsGrassRasterProvider()
141 mNoDataValue = myInternalNoDataValue; in QgsGrassRasterProvider()
143 mSrcNoDataValue.append( mNoDataValue ); in QgsGrassRasterProvider()
450 if ( std::isnan( value ) || qgsDoubleNear( value, mNoDataValue ) ) in identify()

12