Home
last modified time | relevance | path

Searched defs:blueBand (Results 1 – 16 of 16) sorted by relevance

/dports/graphics/qgis/qgis-3.22.3/src/core/raster/
H A Dqgsmultibandcolorrenderer.h55 int blueBand() const { return mBlueBand; } in blueBand() function
H A Dqgsmultibandcolorrenderer.cpp30 …er::QgsMultiBandColorRenderer( QgsRasterInterface *input, int redBand, int greenBand, int blueBand, in QgsMultiBandColorRenderer()
100 …const int blueBand = elem.attribute( QStringLiteral( "blueBand" ), QStringLiteral( "-1" ) ).toInt(… in create() local
H A Dqgsrasterrendererregistry.cpp168 int blueBand = s.value( QStringLiteral( "/Raster/defaultBlueBand" ), 3 ).toInt(); in defaultRendererForDrawingStyle() local
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/raster/
H A Dqgsmultibandcolorrenderer.h55 int blueBand() const { return mBlueBand; } in blueBand() function
H A Dqgsmultibandcolorrenderer.cpp28 …er::QgsMultiBandColorRenderer( QgsRasterInterface *input, int redBand, int greenBand, int blueBand, in QgsMultiBandColorRenderer()
98 int blueBand = elem.attribute( QStringLiteral( "blueBand" ), QStringLiteral( "-1" ) ).toInt(); in create() local
H A Dqgsrasterrendererregistry.cpp168 int blueBand = s.value( QStringLiteral( "/Raster/defaultBlueBand" ), 3 ).toInt(); in defaultRendererForDrawingStyle() local
/dports/graphics/qgis/qgis-3.22.3/src/gui/raster/
H A Dqgsmultibandcolorrendererwidget.cpp100 const int blueBand = mBlueBandComboBox->currentBand(); in renderer() local
133 int redBand, int greenBand, int blueBand ) in setCustomMinMaxValues()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/gui/raster/
H A Dqgsmultibandcolorrendererwidget.cpp100 int blueBand = mBlueBandComboBox->currentBand(); in renderer() local
133 int redBand, int greenBand, int blueBand ) in setCustomMinMaxValues()
/dports/math/vtk6/VTK-6.2.0/IO/GDAL/
H A DvtkGDALRasterReader.cxx279 GDALRasterBand* blueBand = 0; in GenericReadData() local
/dports/graphics/qgis/qgis-3.22.3/src/providers/grass/
H A Dqgsgrassimport.cpp244 int blueBand = 0; in import() local
/dports/graphics/qgis-ltr/qgis-3.16.16/src/providers/grass/
H A Dqgsgrassimport.cpp244 int blueBand = 0; in import() local
/dports/math/vtk8/VTK-8.2.0/IO/GDAL/
H A DvtkGDALRasterReader.cxx293 GDALRasterBand* blueBand = 0; in GenericReadData() local
/dports/math/vtk9/VTK-9.1.0/IO/GDAL/
H A DvtkGDALRasterReader.cxx320 GDALRasterBand* blueBand = nullptr; in GenericReadData() local
/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
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/
H A Dqgsprojectfiletransform.cpp1083 …int blueBand = rasterBandNumber( rasterPropertiesElem, QStringLiteral( "mBlueBandName" ), rlayer ); in convertRasterProperties() local
/dports/graphics/librasterlite2/librasterlite2-1.0.0-rc0/headers/
H A Drasterlite2_private.h485 unsigned char blueBand; member