Home
last modified time | relevance | path

Searched refs:blueBand (Results 1 – 25 of 35) sorted by relevance

12

/dports/graphics/py-gdal/gdal-3.3.3/swig/csharp/apps/
H A DGDALRead.cs184 Band blueBand = ds.GetRasterBand(3); in SaveBitmapBuffered()
186 if (blueBand.GetRasterColorInterpretation() != ColorInterp.GCI_BlueBand) in SaveBitmapBuffered()
189 blueBand.GetRasterColorInterpretation().ToString()); in SaveBitmapBuffered()
193 if (iOverview >= 0 && blueBand.GetOverviewCount() > iOverview) in SaveBitmapBuffered()
194 blueBand = blueBand.GetOverview(iOverview); in SaveBitmapBuffered()
211 blueBand.ReadRaster(0, 0, width, height, b, width, height, 0, 0); in SaveBitmapBuffered()
H A DGDALReadDirect.cs171 Band blueBand = ds.GetRasterBand(3); in SaveBitmapDirect()
173 if (iOverview >= 0 && blueBand.GetOverviewCount() > iOverview) in SaveBitmapDirect()
174 blueBand = blueBand.GetOverview(iOverview); in SaveBitmapDirect()
193blueBand.ReadRaster(0, 0, width, height, buf, width, height, DataType.GDT_Byte, 4, stride); in SaveBitmapDirect()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/swig/csharp/apps/
H A DGDALRead.cs184 Band blueBand = ds.GetRasterBand(3); in SaveBitmapBuffered()
186 if (blueBand.GetRasterColorInterpretation() != ColorInterp.GCI_BlueBand) in SaveBitmapBuffered()
189 blueBand.GetRasterColorInterpretation().ToString()); in SaveBitmapBuffered()
193 if (iOverview >= 0 && blueBand.GetOverviewCount() > iOverview) in SaveBitmapBuffered()
194 blueBand = blueBand.GetOverview(iOverview); in SaveBitmapBuffered()
211 blueBand.ReadRaster(0, 0, width, height, b, width, height, 0, 0); in SaveBitmapBuffered()
H A DGDALReadDirect.cs171 Band blueBand = ds.GetRasterBand(3); in SaveBitmapDirect()
173 if (iOverview >= 0 && blueBand.GetOverviewCount() > iOverview) in SaveBitmapDirect()
174 blueBand = blueBand.GetOverview(iOverview); in SaveBitmapDirect()
193blueBand.ReadRaster(0, 0, width, height, buf, width, height, DataType.GDT_Byte, 4, stride); in SaveBitmapDirect()
/dports/graphics/gdal/gdal-3.3.3/swig/csharp/apps/
H A DGDALRead.cs184 Band blueBand = ds.GetRasterBand(3); in SaveBitmapBuffered()
186 if (blueBand.GetRasterColorInterpretation() != ColorInterp.GCI_BlueBand) in SaveBitmapBuffered()
189 blueBand.GetRasterColorInterpretation().ToString()); in SaveBitmapBuffered()
193 if (iOverview >= 0 && blueBand.GetOverviewCount() > iOverview) in SaveBitmapBuffered()
194 blueBand = blueBand.GetOverview(iOverview); in SaveBitmapBuffered()
211 blueBand.ReadRaster(0, 0, width, height, b, width, height, 0, 0); in SaveBitmapBuffered()
H A DGDALReadDirect.cs171 Band blueBand = ds.GetRasterBand(3); in SaveBitmapDirect()
173 if (iOverview >= 0 && blueBand.GetOverviewCount() > iOverview) in SaveBitmapDirect()
174 blueBand = blueBand.GetOverview(iOverview); in SaveBitmapDirect()
193blueBand.ReadRaster(0, 0, width, height, buf, width, height, DataType.GDT_Byte, 4, stride); in SaveBitmapDirect()
/dports/graphics/qgis/qgis-3.22.3/src/core/raster/
H A Dqgsrasterrendererregistry.cpp168 int blueBand = s.value( QStringLiteral( "/Raster/defaultBlueBand" ), 3 ).toInt(); in defaultRendererForDrawingStyle() local
169 if ( blueBand < 0 || blueBand > provider->bandCount() ) in defaultRendererForDrawingStyle()
171 blueBand = -1; in defaultRendererForDrawingStyle()
174 renderer = new QgsMultiBandColorRenderer( provider, redBand, greenBand, blueBand ); in defaultRendererForDrawingStyle()
H A Dqgsmultibandcolorrenderer.h35 QgsMultiBandColorRenderer( QgsRasterInterface *input, int redBand, int greenBand, int blueBand,
55 int blueBand() const { return mBlueBand; } in blueBand() function
H A Dqgsmultibandcolorrenderer.cpp30 …er::QgsMultiBandColorRenderer( QgsRasterInterface *input, int redBand, int greenBand, int blueBand, in QgsMultiBandColorRenderer() argument
37 , mBlueBand( blueBand ) in QgsMultiBandColorRenderer()
100 …const int blueBand = elem.attribute( QStringLiteral( "blueBand" ), QStringLiteral( "-1" ) ).toInt(… in create() local
126 input->dataType( blueBand ) ) ); in create()
130 …QgsRasterRenderer *r = new QgsMultiBandColorRenderer( input, redBand, greenBand, blueBand, redCont… in create()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/raster/
H A Dqgsrasterrendererregistry.cpp168 int blueBand = s.value( QStringLiteral( "/Raster/defaultBlueBand" ), 3 ).toInt(); in defaultRendererForDrawingStyle() local
169 if ( blueBand < 0 || blueBand > provider->bandCount() ) in defaultRendererForDrawingStyle()
171 blueBand = -1; in defaultRendererForDrawingStyle()
174 renderer = new QgsMultiBandColorRenderer( provider, redBand, greenBand, blueBand ); in defaultRendererForDrawingStyle()
H A Dqgsmultibandcolorrenderer.h35 QgsMultiBandColorRenderer( QgsRasterInterface *input, int redBand, int greenBand, int blueBand,
55 int blueBand() const { return mBlueBand; } in blueBand() function
H A Dqgsmultibandcolorrenderer.cpp28 …er::QgsMultiBandColorRenderer( QgsRasterInterface *input, int redBand, int greenBand, int blueBand, in QgsMultiBandColorRenderer() argument
35 , mBlueBand( blueBand ) in QgsMultiBandColorRenderer()
98 int blueBand = elem.attribute( QStringLiteral( "blueBand" ), QStringLiteral( "-1" ) ).toInt(); in create() local
124 input->dataType( blueBand ) ) ); in create()
128 …QgsRasterRenderer *r = new QgsMultiBandColorRenderer( input, redBand, greenBand, blueBand, redCont… in create()
/dports/graphics/qgis/qgis-3.22.3/src/gui/raster/
H A Dqgsmultibandcolorrendererwidget.cpp100 const int blueBand = mBlueBandComboBox->currentBand(); in renderer() local
102 …ultiBandColorRenderer *r = new QgsMultiBandColorRenderer( provider, redBand, greenBand, blueBand ); in renderer()
103 setCustomMinMaxValues( r, provider, redBand, greenBand, blueBand ); in renderer()
133 int redBand, int greenBand, int blueBand ) in setCustomMinMaxValues() argument
178 if ( blueMinOk && blueMaxOk && blueBand != -1 ) in setCustomMinMaxValues()
181 provider->dataType( blueBand ) ) ); in setCustomMinMaxValues()
340 mBlueBandComboBox->setBand( mbcr->blueBand() ); in setFromRenderer()
H A Dqgsmultibandcolorrendererwidget.h76 int blueBand );
/dports/graphics/qgis-ltr/qgis-3.16.16/src/gui/raster/
H A Dqgsmultibandcolorrendererwidget.cpp100 int blueBand = mBlueBandComboBox->currentBand(); in renderer() local
102 …ultiBandColorRenderer *r = new QgsMultiBandColorRenderer( provider, redBand, greenBand, blueBand ); in renderer()
103 setCustomMinMaxValues( r, provider, redBand, greenBand, blueBand ); in renderer()
133 int redBand, int greenBand, int blueBand ) in setCustomMinMaxValues() argument
178 if ( blueMinOk && blueMaxOk && blueBand != -1 ) in setCustomMinMaxValues()
181 provider->dataType( blueBand ) ) ); in setCustomMinMaxValues()
340 mBlueBandComboBox->setBand( mbcr->blueBand() ); in setFromRenderer()
H A Dqgsmultibandcolorrendererwidget.h76 int blueBand );
/dports/graphics/qgis-ltr/qgis-3.16.16/python/core/auto_generated/raster/
H A Dqgsmultibandcolorrenderer.sip.in23 QgsMultiBandColorRenderer( QgsRasterInterface *input, int redBand, int greenBand, int blueBand,
44 int blueBand() const;
/dports/math/vtk6/VTK-6.2.0/IO/GDAL/
H A DvtkGDALRasterReader.cxx279 GDALRasterBand* blueBand = 0; in GenericReadData() local
316 blueBand = rasterBand; in GenericReadData()
344 if (redBand && greenBand && blueBand) in GenericReadData()
361 err = blueBand->RasterIO( in GenericReadData()
386 err = blueBand->RasterIO(GF_Read, windowX, windowY, windowWidth, windowHeight, in GenericReadData()
/dports/graphics/qgis/qgis-3.22.3/src/providers/grass/
H A Dqgsgrassimport.cpp244 int blueBand = 0; in import() local
259 blueBand = band; in import()
463 …g( "redBand = %1 greenBand = %2 blueBand = %3" ).arg( redBand ).arg( greenBand ).arg( blueBand ) ); in import()
464 if ( redBand > 0 && greenBand > 0 && blueBand > 0 ) in import()
477 QString blueName = name + QStringLiteral( ".%1" ).arg( blueBand ); in import()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/providers/grass/
H A Dqgsgrassimport.cpp244 int blueBand = 0; in import() local
259 blueBand = band; in import()
463 …g( "redBand = %1 greenBand = %2 blueBand = %3" ).arg( redBand ).arg( greenBand ).arg( blueBand ) ); in import()
464 if ( redBand > 0 && greenBand > 0 && blueBand > 0 ) in import()
477 QString blueName = name + QStringLiteral( ".%1" ).arg( blueBand ); in import()
/dports/graphics/qgis/qgis-3.22.3/python/core/auto_generated/raster/
H A Dqgsmultibandcolorrenderer.sip.in23 QgsMultiBandColorRenderer( QgsRasterInterface *input, int redBand, int greenBand, int blueBand,
44 int blueBand() const;
/dports/math/vtk8/VTK-8.2.0/IO/GDAL/
H A DvtkGDALRasterReader.cxx293 GDALRasterBand* blueBand = 0; in GenericReadData() local
332 blueBand = rasterBand; in GenericReadData()
364 if (redBand && greenBand && blueBand) in GenericReadData()
383 err = blueBand->RasterIO( in GenericReadData()
412 err = blueBand->RasterIO(GF_Read, windowX, windowY, windowWidth, windowHeight, in GenericReadData()
/dports/math/vtk9/VTK-9.1.0/IO/GDAL/
H A DvtkGDALRasterReader.cxx320 GDALRasterBand* blueBand = nullptr; in GenericReadData() local
361 blueBand = rasterBand; in GenericReadData()
414 if (redBand && greenBand && blueBand) in GenericReadData()
437 err = blueBand->RasterIO(GF_Read, windowX, windowY, windowWidth, windowHeight, in GenericReadData()
460 err = blueBand->RasterIO(GF_Read, windowX, windowY, windowWidth, windowHeight, in GenericReadData()
/dports/graphics/qgis/qgis-3.22.3/src/core/project/
H A Dqgsprojectfiletransform.cpp1085 …const int blueBand = rasterBandNumber( rasterPropertiesElem, QStringLiteral( "mBlueBandName" ), rl… in convertRasterProperties() local
1088 rasterRendererElem.setAttribute( QStringLiteral( "blueBand" ), blueBand ); in convertRasterProperties()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/
H A Dqgsprojectfiletransform.cpp1083 …int blueBand = rasterBandNumber( rasterPropertiesElem, QStringLiteral( "mBlueBandName" ), rlayer ); in convertRasterProperties() local
1086 rasterRendererElem.setAttribute( QStringLiteral( "blueBand" ), blueBand ); in convertRasterProperties()

12