Home
last modified time | relevance | path

Searched refs:GetColorInterpretation (Results 1 – 25 of 503) sorted by relevance

12345678910>>...21

/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/gdal/
H A DReaderWriterGDAL.cpp297 if (band->GetColorInterpretation()==GCI_GrayIndex) bandGray = band; in local_readImage()
298 else if (band->GetColorInterpretation()==GCI_RedBand) bandRed = band; in local_readImage()
299 else if (band->GetColorInterpretation()==GCI_GreenBand) bandGreen = band; in local_readImage()
300 else if (band->GetColorInterpretation()==GCI_BlueBand) bandBlue = band; in local_readImage()
301 else if (band->GetColorInterpretation()==GCI_AlphaBand) bandAlpha = band; in local_readImage()
302 else if (band->GetColorInterpretation()==GCI_PaletteIndex) bandPalette = band; in local_readImage()
742 if (band->GetColorInterpretation()==GCI_GrayIndex) bandGray = band; in local_readHeightField()
743 else if (band->GetColorInterpretation()==GCI_RedBand) bandRed = band; in local_readHeightField()
744 else if (band->GetColorInterpretation()==GCI_GreenBand) bandGreen = band; in local_readHeightField()
745 else if (band->GetColorInterpretation()==GCI_BlueBand) bandBlue = band; in local_readHeightField()
[all …]
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/gdal/
H A DReaderWriterGDAL.cpp297 if (band->GetColorInterpretation()==GCI_GrayIndex) bandGray = band; in local_readImage()
298 else if (band->GetColorInterpretation()==GCI_RedBand) bandRed = band; in local_readImage()
299 else if (band->GetColorInterpretation()==GCI_GreenBand) bandGreen = band; in local_readImage()
300 else if (band->GetColorInterpretation()==GCI_BlueBand) bandBlue = band; in local_readImage()
301 else if (band->GetColorInterpretation()==GCI_AlphaBand) bandAlpha = band; in local_readImage()
302 else if (band->GetColorInterpretation()==GCI_PaletteIndex) bandPalette = band; in local_readImage()
742 if (band->GetColorInterpretation()==GCI_GrayIndex) bandGray = band; in local_readHeightField()
743 else if (band->GetColorInterpretation()==GCI_RedBand) bandRed = band; in local_readHeightField()
744 else if (band->GetColorInterpretation()==GCI_GreenBand) bandGreen = band; in local_readHeightField()
745 else if (band->GetColorInterpretation()==GCI_BlueBand) bandBlue = band; in local_readHeightField()
[all …]
/dports/math/vtk6/VTK-6.2.0/IO/GDAL/
H A DvtkGDALRasterReader.cxx303 if ((rasterBand->GetColorInterpretation() == GCI_RedBand) || in GenericReadData()
304 (rasterBand->GetColorInterpretation() == GCI_YCbCr_YBand)) in GenericReadData()
308 else if ((rasterBand->GetColorInterpretation() == GCI_GreenBand) || in GenericReadData()
309 (rasterBand->GetColorInterpretation() == GCI_YCbCr_CbBand)) in GenericReadData()
313 else if ((rasterBand->GetColorInterpretation() == GCI_BlueBand) || in GenericReadData()
314 (rasterBand->GetColorInterpretation() == GCI_YCbCr_CrBand)) in GenericReadData()
318 else if (rasterBand->GetColorInterpretation() == GCI_AlphaBand) in GenericReadData()
322 else if (rasterBand->GetColorInterpretation() == GCI_GrayIndex || in GenericReadData()
323 rasterBand->GetColorInterpretation() == GCI_Undefined) in GenericReadData()
/dports/math/vtk8/VTK-8.2.0/IO/GDAL/
H A DvtkGDALRasterReader.cxx319 if ((rasterBand->GetColorInterpretation() == GCI_RedBand) || in GenericReadData()
320 (rasterBand->GetColorInterpretation() == GCI_YCbCr_YBand)) in GenericReadData()
324 else if ((rasterBand->GetColorInterpretation() == GCI_GreenBand) || in GenericReadData()
325 (rasterBand->GetColorInterpretation() == GCI_YCbCr_CbBand)) in GenericReadData()
329 else if ((rasterBand->GetColorInterpretation() == GCI_BlueBand) || in GenericReadData()
330 (rasterBand->GetColorInterpretation() == GCI_YCbCr_CrBand)) in GenericReadData()
334 else if (rasterBand->GetColorInterpretation() == GCI_AlphaBand) in GenericReadData()
338 else if (rasterBand->GetColorInterpretation() == GCI_GrayIndex || in GenericReadData()
339 rasterBand->GetColorInterpretation() == GCI_Undefined) in GenericReadData()
343 else if (rasterBand->GetColorInterpretation() == GCI_PaletteIndex) in GenericReadData()
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/gtiff/
H A Dgt_jpeg_copy.cpp278 poSrcDS->GetRasterBand(1)->GetColorInterpretation() == GCI_CyanBand && in GTIFF_CanCopyFromJPEG()
279 poSrcDS->GetRasterBand(2)->GetColorInterpretation() == GCI_MagentaBand && in GTIFF_CanCopyFromJPEG()
280 poSrcDS->GetRasterBand(3)->GetColorInterpretation() == GCI_YellowBand && in GTIFF_CanCopyFromJPEG()
281 poSrcDS->GetRasterBand(4)->GetColorInterpretation() == GCI_BlackBand) || in GTIFF_CanCopyFromJPEG()
288 poSrcDS->GetRasterBand(1)->GetColorInterpretation() == GCI_CyanBand && in GTIFF_CanCopyFromJPEG()
289 poSrcDS->GetRasterBand(2)->GetColorInterpretation() == GCI_MagentaBand && in GTIFF_CanCopyFromJPEG()
290 poSrcDS->GetRasterBand(3)->GetColorInterpretation() == GCI_YellowBand && in GTIFF_CanCopyFromJPEG()
291 poSrcDS->GetRasterBand(4)->GetColorInterpretation() == GCI_BlackBand ) in GTIFF_CanCopyFromJPEG()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/gtiff/
H A Dgt_jpeg_copy.cpp303 poSrcDS->GetRasterBand(1)->GetColorInterpretation() == GCI_CyanBand && in GTIFF_CanCopyFromJPEG()
304 poSrcDS->GetRasterBand(2)->GetColorInterpretation() == in GTIFF_CanCopyFromJPEG()
306 poSrcDS->GetRasterBand(3)->GetColorInterpretation() == in GTIFF_CanCopyFromJPEG()
308 poSrcDS->GetRasterBand(4)->GetColorInterpretation() == in GTIFF_CanCopyFromJPEG()
316 poSrcDS->GetRasterBand(1)->GetColorInterpretation() == GCI_CyanBand && in GTIFF_CanCopyFromJPEG()
317 poSrcDS->GetRasterBand(2)->GetColorInterpretation() == in GTIFF_CanCopyFromJPEG()
319 poSrcDS->GetRasterBand(3)->GetColorInterpretation() == in GTIFF_CanCopyFromJPEG()
321 poSrcDS->GetRasterBand(4)->GetColorInterpretation() == GCI_BlackBand ) in GTIFF_CanCopyFromJPEG()
/dports/graphics/gdal/gdal-3.3.3/frmts/gtiff/
H A Dgt_jpeg_copy.cpp303 poSrcDS->GetRasterBand(1)->GetColorInterpretation() == GCI_CyanBand && in GTIFF_CanCopyFromJPEG()
304 poSrcDS->GetRasterBand(2)->GetColorInterpretation() == in GTIFF_CanCopyFromJPEG()
306 poSrcDS->GetRasterBand(3)->GetColorInterpretation() == in GTIFF_CanCopyFromJPEG()
308 poSrcDS->GetRasterBand(4)->GetColorInterpretation() == in GTIFF_CanCopyFromJPEG()
316 poSrcDS->GetRasterBand(1)->GetColorInterpretation() == GCI_CyanBand && in GTIFF_CanCopyFromJPEG()
317 poSrcDS->GetRasterBand(2)->GetColorInterpretation() == in GTIFF_CanCopyFromJPEG()
319 poSrcDS->GetRasterBand(3)->GetColorInterpretation() == in GTIFF_CanCopyFromJPEG()
321 poSrcDS->GetRasterBand(4)->GetColorInterpretation() == GCI_BlackBand ) in GTIFF_CanCopyFromJPEG()
/dports/graphics/py-gdal/gdal-3.3.3/frmts/gtiff/
H A Dgt_jpeg_copy.cpp303 poSrcDS->GetRasterBand(1)->GetColorInterpretation() == GCI_CyanBand && in GTIFF_CanCopyFromJPEG()
304 poSrcDS->GetRasterBand(2)->GetColorInterpretation() == in GTIFF_CanCopyFromJPEG()
306 poSrcDS->GetRasterBand(3)->GetColorInterpretation() == in GTIFF_CanCopyFromJPEG()
308 poSrcDS->GetRasterBand(4)->GetColorInterpretation() == in GTIFF_CanCopyFromJPEG()
316 poSrcDS->GetRasterBand(1)->GetColorInterpretation() == GCI_CyanBand && in GTIFF_CanCopyFromJPEG()
317 poSrcDS->GetRasterBand(2)->GetColorInterpretation() == in GTIFF_CanCopyFromJPEG()
319 poSrcDS->GetRasterBand(3)->GetColorInterpretation() == in GTIFF_CanCopyFromJPEG()
321 poSrcDS->GetRasterBand(4)->GetColorInterpretation() == GCI_BlackBand ) in GTIFF_CanCopyFromJPEG()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/swig/python/gdal-utils/osgeo_utils/
H A Dgdalcompare.py106 if golden_band.GetColorInterpretation() != new_band.GetColorInterpretation():
108 print(' Golden: ' + gdal.GetColorInterpretationName(golden_band.GetColorInterpretation()))
109 print(' New: ' + gdal.GetColorInterpretationName(new_band.GetColorInterpretation()))
/dports/graphics/gdal/gdal-3.3.3/swig/python/gdal-utils/osgeo_utils/
H A Dgdalcompare.py106 if golden_band.GetColorInterpretation() != new_band.GetColorInterpretation():
108 print(' Golden: ' + gdal.GetColorInterpretationName(golden_band.GetColorInterpretation()))
109 print(' New: ' + gdal.GetColorInterpretationName(new_band.GetColorInterpretation()))
/dports/graphics/py-gdal/gdal-3.3.3/swig/python/gdal-utils/osgeo_utils/
H A Dgdalcompare.py106 if golden_band.GetColorInterpretation() != new_band.GetColorInterpretation():
108 print(' Golden: ' + gdal.GetColorInterpretationName(golden_band.GetColorInterpretation()))
109 print(' New: ' + gdal.GetColorInterpretationName(new_band.GetColorInterpretation()))
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/ingr/
H A DIntergraphBand.h74 virtual GDALColorInterp GetColorInterpretation();
125 virtual GDALColorInterp GetColorInterpretation();
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/nitf/
H A Dnitfdataset.h203 virtual GDALColorInterp GetColorInterpretation();
258 virtual GDALColorInterp GetColorInterpretation();
346 virtual GDALColorInterp GetColorInterpretation();
/dports/math/vtk9/VTK-9.1.0/IO/GDAL/
H A DvtkGDALRasterReader.cxx343 if ((rasterBand->GetColorInterpretation() == GCI_RedBand || in GenericReadData()
344 rasterBand->GetColorInterpretation() == GCI_YCbCr_YBand) && in GenericReadData()
350 else if ((rasterBand->GetColorInterpretation() == GCI_GreenBand || in GenericReadData()
351 rasterBand->GetColorInterpretation() == GCI_YCbCr_CbBand) && in GenericReadData()
357 else if ((rasterBand->GetColorInterpretation() == GCI_BlueBand || in GenericReadData()
358 rasterBand->GetColorInterpretation() == GCI_YCbCr_CrBand) && in GenericReadData()
364 else if (rasterBand->GetColorInterpretation() == GCI_AlphaBand && alphaIndex == 0) in GenericReadData()
369 else if (rasterBand->GetColorInterpretation() == GCI_GrayIndex && grayIndex == 0) in GenericReadData()
374 else if (rasterBand->GetColorInterpretation() == GCI_PaletteIndex && paletteIndex == 0) in GenericReadData()
/dports/graphics/py-gdal/gdal-3.3.3/frmts/ingr/
H A DIntergraphBand.h74 virtual GDALColorInterp GetColorInterpretation() override;
125 virtual GDALColorInterp GetColorInterpretation() override;
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/ingr/
H A DIntergraphBand.h74 virtual GDALColorInterp GetColorInterpretation() override;
125 virtual GDALColorInterp GetColorInterpretation() override;
/dports/graphics/gdal/gdal-3.3.3/frmts/ingr/
H A DIntergraphBand.h74 virtual GDALColorInterp GetColorInterpretation() override;
125 virtual GDALColorInterp GetColorInterpretation() override;
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/nitf/
H A Dnitfdataset.h220 virtual GDALColorInterp GetColorInterpretation() override;
275 virtual GDALColorInterp GetColorInterpretation() override;
363 virtual GDALColorInterp GetColorInterpretation() override;
/dports/graphics/gdal/gdal-3.3.3/frmts/nitf/
H A Dnitfdataset.h220 virtual GDALColorInterp GetColorInterpretation() override;
275 virtual GDALColorInterp GetColorInterpretation() override;
363 virtual GDALColorInterp GetColorInterpretation() override;
/dports/graphics/py-gdal/gdal-3.3.3/frmts/nitf/
H A Dnitfdataset.h220 virtual GDALColorInterp GetColorInterpretation() override;
275 virtual GDALColorInterp GetColorInterpretation() override;
363 virtual GDALColorInterp GetColorInterpretation() override;
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/stacta/
H A Dstactadataset.h123 GDALColorInterp GetColorInterpretation() override { return m_eColorInterp; } in GetColorInterpretation() function
193 GDALColorInterp GetColorInterpretation() override { return m_eColorInterp; } in GetColorInterpretation() function
/dports/graphics/gdal/gdal-3.3.3/frmts/stacta/
H A Dstactadataset.h123 GDALColorInterp GetColorInterpretation() override { return m_eColorInterp; } in GetColorInterpretation() function
193 GDALColorInterp GetColorInterpretation() override { return m_eColorInterp; } in GetColorInterpretation() function
/dports/graphics/py-gdal/gdal-3.3.3/frmts/stacta/
H A Dstactadataset.h123 GDALColorInterp GetColorInterpretation() override { return m_eColorInterp; } in GetColorInterpretation() function
193 GDALColorInterp GetColorInterpretation() override { return m_eColorInterp; } in GetColorInterpretation() function
/dports/devel/upp/upp/bazaar/plugin/geotiff/libgeotiff/gcore/
H A Dgdalpamrasterband.cpp547 if( poSrcBand->GetColorInterpretation() != GCI_Undefined ) in CloneInfo()
550 || poSrcBand->GetColorInterpretation() in CloneInfo()
551 != GetColorInterpretation() ) in CloneInfo()
553 poSrcBand->GetColorInterpretation() ); in CloneInfo()
889 GDALColorInterp GDALPamRasterBand::GetColorInterpretation() in GetColorInterpretation() function in GDALPamRasterBand
895 return GDALRasterBand::GetColorInterpretation(); in GetColorInterpretation()
/dports/astro/qmapshack/qmapshack-V_1.16.1/src/qmaptool/helpers/
H A DCGdalFile.cpp75 if(pBand->GetColorInterpretation() == GCI_PaletteIndex ) in load()
84 else if(pBand->GetColorInterpretation() == GCI_GrayIndex ) in load()

12345678910>>...21