Home
last modified time | relevance | path

Searched refs:mLayerHeight (Results 1 – 25 of 48) sorted by relevance

12

/dports/graphics/qgis/qgis-3.22.3/src/analysis/processing/
H A Dqgsalgorithmfuzzifyraster.cpp69 mLayerHeight = mInputRaster->height(); in prepareAlgorithm()
107 outputs.insert( QStringLiteral( "HEIGHT_IN_PIXELS" ), mLayerHeight ); in processAlgorithm()
173 const int nbBlocksHeight = static_cast< int >( std::ceil( 1.0 * mLayerHeight / maxHeight ) ); in fuzzify()
177 iter.startRasterRead( mBand, mLayerWidth, mLayerHeight, mExtent ); in fuzzify()
300 const int nbBlocksHeight = static_cast< int >( std::ceil( 1.0 * mLayerHeight / maxHeight ) ); in fuzzify()
304 iter.startRasterRead( mBand, mLayerWidth, mLayerHeight, mExtent ); in fuzzify()
422 const int nbBlocksHeight = static_cast< int >( std::ceil( 1.0 * mLayerHeight / maxHeight ) ); 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.cpp94 mLayerHeight = layer->height(); in prepareAlgorithm()
126 …qgssize layerSize = static_cast< qgssize >( mLayerWidth ) * static_cast< qgssize >( mLayerHeight ); in processAlgorithm()
130 const int nbBlocksHeight = std::ceil( 1.0 * mLayerHeight / maxHeight ); in processAlgorithm()
134 iter.startRasterRead( mBand, mLayerWidth, mLayerHeight, mExtent ); in processAlgorithm()
174 outputs.insert( QStringLiteral( "HEIGHT_IN_PIXELS" ), mLayerHeight ); in processAlgorithm()
196 …%1: %2 (%3 %4)</p>\n" ).arg( QObject::tr( "Height in pixels" ) ).arg( mLayerHeight ).arg( QObject:… in processAlgorithm()
H A Dqgsalgorithmcellstatistics.cpp73 mLayerHeight = referenceLayer->height(); in prepareAlgorithm()
139 …qgssize layerSize = static_cast< qgssize >( mLayerWidth ) * static_cast< qgssize >( mLayerHeight ); in processAlgorithm()
148 outputs.insert( QStringLiteral( "HEIGHT_IN_PIXELS" ), mLayerHeight ); in processAlgorithm()
263 int nbBlocksHeight = static_cast< int >( std::ceil( 1.0 * mLayerHeight / maxHeight ) ); in processRasterStack()
267 outputIter.startRasterRead( 1, mLayerWidth, mLayerHeight, mExtent ); in processRasterStack()
440 int nbBlocksHeight = static_cast< int >( std::ceil( 1.0 * mLayerHeight / maxHeight ) ); in processRasterStack()
444 outputIter.startRasterRead( 1, mLayerWidth, mLayerHeight, mExtent ); in processRasterStack()
578 int nbBlocksHeight = static_cast< int >( std::ceil( 1.0 * mLayerHeight / maxHeight ) ); in processRasterStack()
582 outputIter.startRasterRead( 1, mLayerWidth, mLayerHeight, mExtent ); in processRasterStack()
721 int nbBlocksHeight = static_cast< int >( std::ceil( 1.0 * mLayerHeight / maxHeight ) ); in processRasterStack()
[all …]
H A Dqgsalgorithmrasterfrequencybycomparisonoperator.cpp81 mLayerHeight = inputValueRaster->height(); in prepareAlgorithm()
124 …der( writer->createOneBandRaster( Qgis::DataType::Int32, mLayerWidth, mLayerHeight, mExtent, mCrs … in processAlgorithm()
131 …qgssize layerSize = static_cast< qgssize >( mLayerWidth ) * static_cast< qgssize >( mLayerHeight ); in processAlgorithm()
136 const int nbBlocksHeight = static_cast< int >( std::ceil( 1.0 * mLayerHeight / maxHeight ) ); in processAlgorithm()
141 iter.startRasterRead( mInputValueRasterBand, mLayerWidth, mLayerHeight, mExtent ); in processAlgorithm()
219 outputs.insert( QStringLiteral( "HEIGHT_IN_PIXELS" ), mLayerHeight ); in processAlgorithm()
H A Dqgsalgorithmrasterstackposition.cpp74 mLayerHeight = referenceLayer->height(); in prepareAlgorithm()
117 …der( writer->createOneBandRaster( Qgis::DataType::Int32, mLayerWidth, mLayerHeight, mExtent, mCrs … in processAlgorithm()
124 …qgssize layerSize = static_cast< qgssize >( mLayerWidth ) * static_cast< qgssize >( mLayerHeight ); in processAlgorithm()
129 const int nbBlocksHeight = static_cast< int >( std::ceil( 1.0 * mLayerHeight / maxHeight ) ); in processAlgorithm()
134 iter.startRasterRead( 1, mLayerWidth, mLayerHeight, mExtent ); in processAlgorithm()
198 outputs.insert( QStringLiteral( "HEIGHT_IN_PIXELS" ), mLayerHeight ); in processAlgorithm()
H A Dqgsalgorithmrasterzonalstats.cpp135 mLayerHeight = layer->height(); in prepareAlgorithm()
153 mLayerHeight = zonesLayer->height(); in prepareAlgorithm()
201 …qgssize layerSize = static_cast< qgssize >( mLayerWidth ) * static_cast< qgssize >( mLayerHeight ); in processAlgorithm()
205 const int nbBlocksHeight = static_cast< int >( std::ceil( 1.0 * mLayerHeight / maxHeight ) ); in processAlgorithm()
210 …iter.startRasterRead( mRefLayer == Source ? mBand : mZonesBand, mLayerWidth, mLayerHeight, mExtent… in processAlgorithm()
271 outputs.insert( QStringLiteral( "HEIGHT_IN_PIXELS" ), mLayerHeight ); in processAlgorithm()
H A Dqgsalgorithmrasterlogicalop.cpp81 mLayerHeight = referenceLayer->height(); in prepareAlgorithm()
125 …ider > provider( writer->createOneBandRaster( mDataType, mLayerWidth, mLayerHeight, mExtent, mCrs … 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()
144 outputs.insert( QStringLiteral( "HEIGHT_IN_PIXELS" ), mLayerHeight ); in processAlgorithm()
H A Dqgsalgorithmfillnodata.cpp87 mLayerHeight = mInputRaster->height(); in prepareAlgorithm()
121 const int nbBlocksHeight = static_cast< int >( std::ceil( 1.0 * mLayerHeight / maxHeight ) ); in processAlgorithm()
125 iter.startRasterRead( mBand, mLayerWidth, mLayerHeight, mExtent ); in processAlgorithm()
H A Dqgsalgorithmrescaleraster.cpp96 mLayerHeight = layer->height(); in prepareAlgorithm()
147 const int numBlocksY = static_cast< int >( std::ceil( 1.0 * mLayerHeight / blockHeight ) ); in processAlgorithm()
151 iter.startRasterRead( mBand, mLayerWidth, mLayerHeight, mExtent ); in processAlgorithm()
H A Dqgsalgorithmrastersurfacevolume.cpp117 mLayerHeight = layer->height(); in prepareAlgorithm()
153 const int nbBlocksHeight = static_cast< int >( std::ceil( 1.0 * mLayerHeight / maxHeight ) ); in processAlgorithm()
157 iter.startRasterRead( mBand, mLayerWidth, mLayerHeight, mExtent ); in processAlgorithm()
H A Dqgsalgorithmroundrastervalues.cpp117 mLayerHeight = inputRaster->height(); in prepareAlgorithm()
148 const int nbBlocksHeight = static_cast< int >( std::ceil( 1.0 * mLayerHeight / maxHeight ) ); in processAlgorithm()
152 iter.startRasterRead( mBand, mLayerWidth, mLayerHeight, mExtent ); in processAlgorithm()
H A Dqgsalgorithmrasterlayerproperties.cpp102 mLayerHeight = layer->height(); in prepareAlgorithm()
125 outputs.insert( QStringLiteral( "HEIGHT_IN_PIXELS" ), mLayerHeight ); in processAlgorithm()
H A Dqgsalgorithmrasterlayerproperties.h59 int mLayerHeight; variable
/dports/graphics/qgis-ltr/qgis-3.16.16/src/analysis/processing/
H A Dqgsalgorithmfuzzifyraster.cpp69 mLayerHeight = mInputRaster->height(); in prepareAlgorithm()
107 outputs.insert( QStringLiteral( "HEIGHT_IN_PIXELS" ), mLayerHeight ); in processAlgorithm()
173 int nbBlocksHeight = static_cast< int >( std::ceil( 1.0 * mLayerHeight / maxHeight ) ); in fuzzify()
177 iter.startRasterRead( mBand, mLayerWidth, mLayerHeight, mExtent ); in fuzzify()
300 int nbBlocksHeight = static_cast< int >( std::ceil( 1.0 * mLayerHeight / maxHeight ) ); in fuzzify()
304 iter.startRasterRead( mBand, mLayerWidth, mLayerHeight, mExtent ); in fuzzify()
422 int nbBlocksHeight = static_cast< int >( std::ceil( 1.0 * mLayerHeight / maxHeight ) ); 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 mLayerHeight = layer->height(); in prepareAlgorithm()
125 …qgssize layerSize = static_cast< qgssize >( mLayerWidth ) * static_cast< qgssize >( mLayerHeight ); in processAlgorithm()
129 int nbBlocksHeight = std::ceil( 1.0 * mLayerHeight / maxHeight ); in processAlgorithm()
133 iter.startRasterRead( mBand, mLayerWidth, mLayerHeight, mExtent ); in processAlgorithm()
173 outputs.insert( QStringLiteral( "HEIGHT_IN_PIXELS" ), mLayerHeight ); in processAlgorithm()
195 …%1: %2 (%3 %4)</p>\n" ).arg( QObject::tr( "Height in pixels" ) ).arg( mLayerHeight ).arg( QObject:… in processAlgorithm()
H A Dqgsalgorithmrasterfrequencybycomparisonoperator.cpp81 mLayerHeight = inputValueRaster->height(); in prepareAlgorithm()
124 …er > provider( writer->createOneBandRaster( Qgis::Int32, mLayerWidth, mLayerHeight, mExtent, mCrs … in processAlgorithm()
131 …qgssize layerSize = static_cast< qgssize >( mLayerWidth ) * static_cast< qgssize >( mLayerHeight ); in processAlgorithm()
136 int nbBlocksHeight = static_cast< int >( std::ceil( 1.0 * mLayerHeight / maxHeight ) ); in processAlgorithm()
141 iter.startRasterRead( mInputValueRasterBand, mLayerWidth, mLayerHeight, mExtent ); in processAlgorithm()
219 outputs.insert( QStringLiteral( "HEIGHT_IN_PIXELS" ), mLayerHeight ); in processAlgorithm()
H A Dqgsalgorithmcellstatistics.cpp140 mLayerHeight = referenceLayer->height(); in prepareAlgorithm()
216 …ider > provider( writer->createOneBandRaster( mDataType, mLayerWidth, mLayerHeight, mExtent, mCrs … in processAlgorithm()
223 …qgssize layerSize = static_cast< qgssize >( mLayerWidth ) * static_cast< qgssize >( mLayerHeight ); in processAlgorithm()
228 int nbBlocksHeight = static_cast< int >( std::ceil( 1.0 * mLayerHeight / maxHeight ) ); in processAlgorithm()
232 outputIter.startRasterRead( 1, mLayerWidth, mLayerHeight, mExtent ); in processAlgorithm()
338 outputs.insert( QStringLiteral( "HEIGHT_IN_PIXELS" ), mLayerHeight ); in processAlgorithm()
H A Dqgsalgorithmrasterstackposition.cpp74 mLayerHeight = referenceLayer->height(); in prepareAlgorithm()
117 …er > provider( writer->createOneBandRaster( Qgis::Int32, mLayerWidth, mLayerHeight, mExtent, mCrs … in processAlgorithm()
124 …qgssize layerSize = static_cast< qgssize >( mLayerWidth ) * static_cast< qgssize >( mLayerHeight ); in processAlgorithm()
129 int nbBlocksHeight = static_cast< int >( std::ceil( 1.0 * mLayerHeight / maxHeight ) ); in processAlgorithm()
134 iter.startRasterRead( 1, mLayerWidth, mLayerHeight, mExtent ); in processAlgorithm()
198 outputs.insert( QStringLiteral( "HEIGHT_IN_PIXELS" ), mLayerHeight ); in processAlgorithm()
H A Dqgsalgorithmrasterzonalstats.cpp135 mLayerHeight = layer->height(); in prepareAlgorithm()
153 mLayerHeight = zonesLayer->height(); in prepareAlgorithm()
201 …qgssize layerSize = static_cast< qgssize >( mLayerWidth ) * static_cast< qgssize >( mLayerHeight ); in processAlgorithm()
205 int nbBlocksHeight = static_cast< int >( std::ceil( 1.0 * mLayerHeight / maxHeight ) ); in processAlgorithm()
210 …iter.startRasterRead( mRefLayer == Source ? mBand : mZonesBand, mLayerWidth, mLayerHeight, mExtent… in processAlgorithm()
271 outputs.insert( QStringLiteral( "HEIGHT_IN_PIXELS" ), mLayerHeight ); in processAlgorithm()
H A Dqgsalgorithmrasterlogicalop.cpp81 mLayerHeight = referenceLayer->height(); in prepareAlgorithm()
125 …ider > provider( writer->createOneBandRaster( mDataType, mLayerWidth, mLayerHeight, mExtent, mCrs … 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()
144 outputs.insert( QStringLiteral( "HEIGHT_IN_PIXELS" ), mLayerHeight ); in processAlgorithm()
H A Dqgsalgorithmfillnodata.cpp87 mLayerHeight = mInputRaster->height(); in prepareAlgorithm()
121 int nbBlocksHeight = static_cast< int >( std::ceil( 1.0 * mLayerHeight / maxHeight ) ); in processAlgorithm()
125 iter.startRasterRead( mBand, mLayerWidth, mLayerHeight, mExtent ); in processAlgorithm()
H A Dqgsalgorithmrescaleraster.cpp96 mLayerHeight = layer->height(); in prepareAlgorithm()
147 int numBlocksY = static_cast< int >( std::ceil( 1.0 * mLayerHeight / blockHeight ) ); in processAlgorithm()
151 iter.startRasterRead( mBand, mLayerWidth, mLayerHeight, mExtent ); in processAlgorithm()
H A Dqgsalgorithmrastersurfacevolume.cpp116 mLayerHeight = layer->height(); in prepareAlgorithm()
152 int nbBlocksHeight = static_cast< int >( std::ceil( 1.0 * mLayerHeight / maxHeight ) ); in processAlgorithm()
156 iter.startRasterRead( mBand, mLayerWidth, mLayerHeight, mExtent ); in processAlgorithm()
H A Dqgsalgorithmroundrastervalues.cpp117 mLayerHeight = inputRaster->height(); in prepareAlgorithm()
148 int nbBlocksHeight = static_cast< int >( std::ceil( 1.0 * mLayerHeight / maxHeight ) ); in processAlgorithm()
152 iter.startRasterRead( mBand, mLayerWidth, mLayerHeight, mExtent ); in processAlgorithm()
/dports/graphics/pencil2d/pencil-0.6.6/core_lib/src/interface/
H A Dtimelinecells.h57 int getLayerHeight() const { return mLayerHeight; } in getLayerHeight()
118 int mLayerHeight = 20; variable

12