Home
last modified time | relevance | path

Searched refs:mLayerWidth (Results 1 – 25 of 46) sorted by relevance

12

/dports/graphics/qgis/qgis-3.22.3/src/analysis/processing/
H A Dqgsalgorithmfuzzifyraster.cpp68 mLayerWidth = mInputRaster->width(); in prepareAlgorithm()
106 outputs.insert( QStringLiteral( "WIDTH_IN_PIXELS" ), mLayerWidth ); in processAlgorithm()
172 const int nbBlocksWidth = static_cast< int >( std::ceil( 1.0 * mLayerWidth / maxWidth ) ); in fuzzify()
177 iter.startRasterRead( mBand, mLayerWidth, mLayerHeight, mExtent ); in fuzzify()
299 const int nbBlocksWidth = static_cast< int >( std::ceil( 1.0 * mLayerWidth / maxWidth ) ); in fuzzify()
304 iter.startRasterRead( mBand, mLayerWidth, mLayerHeight, mExtent ); in fuzzify()
421 const int nbBlocksWidth = static_cast< int >( std::ceil( 1.0 * mLayerWidth / maxWidth ) ); in fuzzify()
426 iter.startRasterRead( mBand, mLayerWidth, mLayerHeight, mExtent ); in fuzzify()
531 iter.startRasterRead( mBand, mLayerWidth, mLayerHeight, mExtent ); in fuzzify()
636 iter.startRasterRead( mBand, mLayerWidth, mLayerHeight, mExtent ); in fuzzify()
[all …]
H A Dqgsalgorithmrasterlayeruniquevalues.cpp93 mLayerWidth = layer->width(); in prepareAlgorithm()
126 …const qgssize layerSize = static_cast< qgssize >( mLayerWidth ) * static_cast< qgssize >( mLayerHe… in processAlgorithm()
129 const int nbBlocksWidth = std::ceil( 1.0 * mLayerWidth / maxWidth ); in processAlgorithm()
134 iter.startRasterRead( mBand, mLayerWidth, mLayerHeight, mExtent ); in processAlgorithm()
173 outputs.insert( QStringLiteral( "WIDTH_IN_PIXELS" ), mLayerWidth ); in processAlgorithm()
195 …p>%1: %2 (%3 %4)</p>\n" ).arg( QObject::tr( "Width in pixels" ) ).arg( mLayerWidth ).arg( QObject:… in processAlgorithm()
H A Dqgsalgorithmcellstatistics.cpp72 mLayerWidth = referenceLayer->width(); in prepareAlgorithm()
139 …qgssize layerSize = static_cast< qgssize >( mLayerWidth ) * static_cast< qgssize >( mLayerHeight ); in processAlgorithm()
147 outputs.insert( QStringLiteral( "WIDTH_IN_PIXELS" ), mLayerWidth ); in processAlgorithm()
262 int nbBlocksWidth = static_cast< int>( std::ceil( 1.0 * mLayerWidth / maxWidth ) ); in processRasterStack()
267 outputIter.startRasterRead( 1, mLayerWidth, mLayerHeight, mExtent ); in processRasterStack()
439 int nbBlocksWidth = static_cast< int>( std::ceil( 1.0 * mLayerWidth / maxWidth ) ); in processRasterStack()
444 outputIter.startRasterRead( 1, mLayerWidth, mLayerHeight, mExtent ); in processRasterStack()
577 int nbBlocksWidth = static_cast< int>( std::ceil( 1.0 * mLayerWidth / maxWidth ) ); in processRasterStack()
582 outputIter.startRasterRead( 1, mLayerWidth, mLayerHeight, mExtent ); in processRasterStack()
720 int nbBlocksWidth = static_cast< int>( std::ceil( 1.0 * mLayerWidth / maxWidth ) ); in processRasterStack()
[all …]
H A Dqgsalgorithmrasterfrequencybycomparisonoperator.cpp80 mLayerWidth = inputValueRaster->width(); in prepareAlgorithm()
124 …ovider > provider( writer->createOneBandRaster( Qgis::DataType::Int32, mLayerWidth, mLayerHeight, … in processAlgorithm()
131 …const qgssize layerSize = static_cast< qgssize >( mLayerWidth ) * static_cast< qgssize >( mLayerHe… in processAlgorithm()
135 const int nbBlocksWidth = static_cast< int>( std::ceil( 1.0 * mLayerWidth / maxWidth ) ); in processAlgorithm()
141 iter.startRasterRead( mInputValueRasterBand, mLayerWidth, mLayerHeight, mExtent ); in processAlgorithm()
218 outputs.insert( QStringLiteral( "WIDTH_IN_PIXELS" ), mLayerWidth ); in processAlgorithm()
H A Dqgsalgorithmrasterstackposition.cpp73 mLayerWidth = referenceLayer->width(); in prepareAlgorithm()
117 …ovider > provider( writer->createOneBandRaster( Qgis::DataType::Int32, mLayerWidth, mLayerHeight, … in processAlgorithm()
124 …const qgssize layerSize = static_cast< qgssize >( mLayerWidth ) * static_cast< qgssize >( mLayerHe… in processAlgorithm()
128 const int nbBlocksWidth = static_cast< int>( std::ceil( 1.0 * mLayerWidth / maxWidth ) ); in processAlgorithm()
134 iter.startRasterRead( 1, mLayerWidth, mLayerHeight, mExtent ); in processAlgorithm()
197 outputs.insert( QStringLiteral( "WIDTH_IN_PIXELS" ), mLayerWidth ); in processAlgorithm()
H A Dqgsalgorithmrasterzonalstats.cpp134 mLayerWidth = layer->width(); in prepareAlgorithm()
152 mLayerWidth = zonesLayer->width(); in prepareAlgorithm()
201 …const qgssize layerSize = static_cast< qgssize >( mLayerWidth ) * static_cast< qgssize >( mLayerHe… in processAlgorithm()
204 const int nbBlocksWidth = static_cast< int>( std::ceil( 1.0 * mLayerWidth / maxWidth ) ); in processAlgorithm()
210 …iter.startRasterRead( mRefLayer == Source ? mBand : mZonesBand, mLayerWidth, mLayerHeight, mExtent… in processAlgorithm()
270 outputs.insert( QStringLiteral( "WIDTH_IN_PIXELS" ), mLayerWidth ); in processAlgorithm()
H A Dqgsalgorithmrasterlogicalop.cpp80 mLayerWidth = referenceLayer->width(); in prepareAlgorithm()
125 …RasterDataProvider > provider( writer->createOneBandRaster( mDataType, mLayerWidth, mLayerHeight, … in processAlgorithm()
135 …const qgssize layerSize = static_cast< qgssize >( mLayerWidth ) * static_cast< qgssize >( mLayerHe… in processAlgorithm()
137 …gicOperator( mInputs, provider.get(), mNoDataValue, mTreatNodataAsFalse, mLayerWidth, mLayerHeight, in processAlgorithm()
143 outputs.insert( QStringLiteral( "WIDTH_IN_PIXELS" ), mLayerWidth ); in processAlgorithm()
H A Dqgsalgorithmfillnodata.cpp86 mLayerWidth = mInputRaster->width(); in prepareAlgorithm()
120 const int nbBlocksWidth = static_cast< int >( std::ceil( 1.0 * mLayerWidth / maxWidth ) ); in processAlgorithm()
125 iter.startRasterRead( mBand, mLayerWidth, mLayerHeight, mExtent ); in processAlgorithm()
H A Dqgsalgorithmrescaleraster.cpp95 mLayerWidth = layer->width(); in prepareAlgorithm()
146 const int numBlocksX = static_cast< int >( std::ceil( 1.0 * mLayerWidth / blockWidth ) ); in processAlgorithm()
151 iter.startRasterRead( mBand, mLayerWidth, mLayerHeight, mExtent ); in processAlgorithm()
H A Dqgsalgorithmrastersurfacevolume.cpp116 mLayerWidth = layer->width(); in prepareAlgorithm()
152 const int nbBlocksWidth = static_cast< int >( std::ceil( 1.0 * mLayerWidth / maxWidth ) ); in processAlgorithm()
157 iter.startRasterRead( mBand, mLayerWidth, mLayerHeight, mExtent ); in processAlgorithm()
H A Dqgsalgorithmroundrastervalues.cpp116 mLayerWidth = inputRaster->width(); in prepareAlgorithm()
147 const int nbBlocksWidth = static_cast< int >( std::ceil( 1.0 * mLayerWidth / maxWidth ) ); in processAlgorithm()
152 iter.startRasterRead( mBand, mLayerWidth, mLayerHeight, mExtent ); in processAlgorithm()
H A Dqgsalgorithmrasterlayerproperties.cpp101 mLayerWidth = layer->width(); in prepareAlgorithm()
124 outputs.insert( QStringLiteral( "WIDTH_IN_PIXELS" ), mLayerWidth ); in processAlgorithm()
H A Dqgsalgorithmrasterlayerproperties.h58 int mLayerWidth; variable
H A Dqgsalgorithmrasterlayeruniquevalues.h57 int mLayerWidth; variable
/dports/graphics/qgis-ltr/qgis-3.16.16/src/analysis/processing/
H A Dqgsalgorithmfuzzifyraster.cpp68 mLayerWidth = mInputRaster->width(); in prepareAlgorithm()
106 outputs.insert( QStringLiteral( "WIDTH_IN_PIXELS" ), mLayerWidth ); in processAlgorithm()
172 int nbBlocksWidth = static_cast< int >( std::ceil( 1.0 * mLayerWidth / maxWidth ) ); in fuzzify()
177 iter.startRasterRead( mBand, mLayerWidth, mLayerHeight, mExtent ); in fuzzify()
299 int nbBlocksWidth = static_cast< int >( std::ceil( 1.0 * mLayerWidth / maxWidth ) ); in fuzzify()
304 iter.startRasterRead( mBand, mLayerWidth, mLayerHeight, mExtent ); in fuzzify()
421 int nbBlocksWidth = static_cast< int >( std::ceil( 1.0 * mLayerWidth / maxWidth ) ); in fuzzify()
426 iter.startRasterRead( mBand, mLayerWidth, mLayerHeight, mExtent ); in fuzzify()
531 iter.startRasterRead( mBand, mLayerWidth, mLayerHeight, mExtent ); in fuzzify()
636 iter.startRasterRead( mBand, mLayerWidth, mLayerHeight, mExtent ); in fuzzify()
[all …]
H A Dqgsalgorithmrasterlayeruniquevalues.cpp92 mLayerWidth = layer->width(); in prepareAlgorithm()
125 …qgssize layerSize = static_cast< qgssize >( mLayerWidth ) * static_cast< qgssize >( mLayerHeight ); in processAlgorithm()
128 int nbBlocksWidth = std::ceil( 1.0 * mLayerWidth / maxWidth ); in processAlgorithm()
133 iter.startRasterRead( mBand, mLayerWidth, mLayerHeight, mExtent ); in processAlgorithm()
172 outputs.insert( QStringLiteral( "WIDTH_IN_PIXELS" ), mLayerWidth ); in processAlgorithm()
194 …p>%1: %2 (%3 %4)</p>\n" ).arg( QObject::tr( "Width in pixels" ) ).arg( mLayerWidth ).arg( QObject:… in processAlgorithm()
H A Dqgsalgorithmrasterfrequencybycomparisonoperator.cpp80 mLayerWidth = inputValueRaster->width(); in prepareAlgorithm()
124 …sterDataProvider > provider( writer->createOneBandRaster( Qgis::Int32, mLayerWidth, mLayerHeight, … in processAlgorithm()
131 …qgssize layerSize = static_cast< qgssize >( mLayerWidth ) * static_cast< qgssize >( mLayerHeight ); in processAlgorithm()
135 int nbBlocksWidth = static_cast< int>( std::ceil( 1.0 * mLayerWidth / maxWidth ) ); in processAlgorithm()
141 iter.startRasterRead( mInputValueRasterBand, mLayerWidth, mLayerHeight, mExtent ); in processAlgorithm()
218 outputs.insert( QStringLiteral( "WIDTH_IN_PIXELS" ), mLayerWidth ); in processAlgorithm()
H A Dqgsalgorithmcellstatistics.cpp139 mLayerWidth = referenceLayer->width(); in prepareAlgorithm()
216 …RasterDataProvider > provider( writer->createOneBandRaster( mDataType, mLayerWidth, mLayerHeight, … in processAlgorithm()
223 …qgssize layerSize = static_cast< qgssize >( mLayerWidth ) * static_cast< qgssize >( mLayerHeight ); in processAlgorithm()
227 int nbBlocksWidth = static_cast< int>( std::ceil( 1.0 * mLayerWidth / maxWidth ) ); in processAlgorithm()
232 outputIter.startRasterRead( 1, mLayerWidth, mLayerHeight, mExtent ); in processAlgorithm()
337 outputs.insert( QStringLiteral( "WIDTH_IN_PIXELS" ), mLayerWidth ); in processAlgorithm()
H A Dqgsalgorithmrasterstackposition.cpp73 mLayerWidth = referenceLayer->width(); in prepareAlgorithm()
117 …sterDataProvider > provider( writer->createOneBandRaster( Qgis::Int32, mLayerWidth, mLayerHeight, … in processAlgorithm()
124 …qgssize layerSize = static_cast< qgssize >( mLayerWidth ) * static_cast< qgssize >( mLayerHeight ); in processAlgorithm()
128 int nbBlocksWidth = static_cast< int>( std::ceil( 1.0 * mLayerWidth / maxWidth ) ); in processAlgorithm()
134 iter.startRasterRead( 1, mLayerWidth, mLayerHeight, mExtent ); in processAlgorithm()
197 outputs.insert( QStringLiteral( "WIDTH_IN_PIXELS" ), mLayerWidth ); in processAlgorithm()
H A Dqgsalgorithmrasterzonalstats.cpp134 mLayerWidth = layer->width(); in prepareAlgorithm()
152 mLayerWidth = zonesLayer->width(); in prepareAlgorithm()
201 …qgssize layerSize = static_cast< qgssize >( mLayerWidth ) * static_cast< qgssize >( mLayerHeight ); in processAlgorithm()
204 int nbBlocksWidth = static_cast< int>( std::ceil( 1.0 * mLayerWidth / maxWidth ) ); in processAlgorithm()
210 …iter.startRasterRead( mRefLayer == Source ? mBand : mZonesBand, mLayerWidth, mLayerHeight, mExtent… in processAlgorithm()
270 outputs.insert( QStringLiteral( "WIDTH_IN_PIXELS" ), mLayerWidth ); in processAlgorithm()
H A Dqgsalgorithmrasterlogicalop.cpp80 mLayerWidth = referenceLayer->width(); in prepareAlgorithm()
125 …RasterDataProvider > provider( writer->createOneBandRaster( mDataType, mLayerWidth, mLayerHeight, … in processAlgorithm()
135 …qgssize layerSize = static_cast< qgssize >( mLayerWidth ) * static_cast< qgssize >( mLayerHeight ); in processAlgorithm()
137 …gicOperator( mInputs, provider.get(), mNoDataValue, mTreatNodataAsFalse, mLayerWidth, mLayerHeight, in processAlgorithm()
143 outputs.insert( QStringLiteral( "WIDTH_IN_PIXELS" ), mLayerWidth ); in processAlgorithm()
H A Dqgsalgorithmfillnodata.cpp86 mLayerWidth = mInputRaster->width(); in prepareAlgorithm()
120 int nbBlocksWidth = static_cast< int >( std::ceil( 1.0 * mLayerWidth / maxWidth ) ); in processAlgorithm()
125 iter.startRasterRead( mBand, mLayerWidth, mLayerHeight, mExtent ); in processAlgorithm()
H A Dqgsalgorithmrescaleraster.cpp95 mLayerWidth = layer->width(); in prepareAlgorithm()
146 int numBlocksX = static_cast< int >( std::ceil( 1.0 * mLayerWidth / blockWidth ) ); in processAlgorithm()
151 iter.startRasterRead( mBand, mLayerWidth, mLayerHeight, mExtent ); in processAlgorithm()
H A Dqgsalgorithmrastersurfacevolume.cpp115 mLayerWidth = layer->width(); in prepareAlgorithm()
151 int nbBlocksWidth = static_cast< int >( std::ceil( 1.0 * mLayerWidth / maxWidth ) ); in processAlgorithm()
156 iter.startRasterRead( mBand, mLayerWidth, mLayerHeight, mExtent ); in processAlgorithm()
H A Dqgsalgorithmroundrastervalues.cpp116 mLayerWidth = inputRaster->width(); in prepareAlgorithm()
147 int nbBlocksWidth = static_cast< int >( std::ceil( 1.0 * mLayerWidth / maxWidth ) ); in processAlgorithm()
152 iter.startRasterRead( mBand, mLayerWidth, mLayerHeight, mExtent ); in processAlgorithm()

12