Home
last modified time | relevance | path

Searched refs:poColorTable (Results 1 – 25 of 163) sorted by relevance

1234567

/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/ingr/
H A DIntergraphBand.cpp53 this->poColorTable = new GDALColorTable(); in IntergraphRasterBand()
233 if( poColorTable ) in ~IntergraphRasterBand()
235 delete poColorTable; in ~IntergraphRasterBand()
315 if( poColorTable->GetColorEntryCount() == 0 ) in GetColorTable()
321 return poColorTable; in GetColorTable()
331 if( poColorTable == NULL ) in SetColorTable()
336 delete this->poColorTable; in SetColorTable()
337 this->poColorTable = poColorTable->Clone(); in SetColorTable()
1202 if( poColorTable->GetColorEntryCount() > 0 ) in FlushBandHeader()
1262 poColorTable->SetColorEntry( 1, &oBlack ); in BlackWhiteCT()
[all …]
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/nitf/
H A Dnitfrasterband.cpp46 GDALColorTable* poColorTable = NULL; in NITFMakeColorTable() local
52 poColorTable = new GDALColorTable(); in NITFMakeColorTable()
96 return poColorTable; in NITFMakeColorTable()
477 if( poColorTable != NULL ) in ~NITFRasterBand()
478 delete poColorTable; in ~NITFRasterBand()
608 if( poColorTable != NULL ) in GetColorInterpretation()
714 return poColorTable; in GetColorTable()
906 poColorTable = NULL; in NITFWrapperRasterBand()
919 if( poColorTable != NULL ) in ~NITFWrapperRasterBand()
920 delete poColorTable; in ~NITFWrapperRasterBand()
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/ingr/
H A DIntergraphBand.cpp75 poColorTable(new GDALColorTable()), in IntergraphRasterBand()
272 if( poColorTable ) in ~IntergraphRasterBand()
274 delete poColorTable; in ~IntergraphRasterBand()
336 if( poColorTable->GetColorEntryCount() > 0 ) in GetColorInterpretation()
351 if( poColorTable->GetColorEntryCount() == 0 ) in GetColorTable()
356 return poColorTable; in GetColorTable()
370 delete this->poColorTable; in SetColorTable()
371 this->poColorTable = poColorTableIn->Clone(); in SetColorTable()
978 if( poColorTable->GetColorEntryCount() > 0 ) in GetColorInterpretation()
1318 if( poColorTable->GetColorEntryCount() > 0 ) in FlushBandHeader()
[all …]
/dports/graphics/gdal/gdal-3.3.3/frmts/ingr/
H A DIntergraphBand.cpp75 poColorTable(new GDALColorTable()), in IntergraphRasterBand()
272 if( poColorTable ) in ~IntergraphRasterBand()
274 delete poColorTable; in ~IntergraphRasterBand()
336 if( poColorTable->GetColorEntryCount() > 0 ) in GetColorInterpretation()
351 if( poColorTable->GetColorEntryCount() == 0 ) in GetColorTable()
356 return poColorTable; in GetColorTable()
370 delete this->poColorTable; in SetColorTable()
371 this->poColorTable = poColorTableIn->Clone(); in SetColorTable()
978 if( poColorTable->GetColorEntryCount() > 0 ) in GetColorInterpretation()
1318 if( poColorTable->GetColorEntryCount() > 0 ) in FlushBandHeader()
[all …]
/dports/graphics/py-gdal/gdal-3.3.3/frmts/ingr/
H A DIntergraphBand.cpp75 poColorTable(new GDALColorTable()), in IntergraphRasterBand()
272 if( poColorTable ) in ~IntergraphRasterBand()
274 delete poColorTable; in ~IntergraphRasterBand()
336 if( poColorTable->GetColorEntryCount() > 0 ) in GetColorInterpretation()
351 if( poColorTable->GetColorEntryCount() == 0 ) in GetColorTable()
356 return poColorTable; in GetColorTable()
370 delete this->poColorTable; in SetColorTable()
371 this->poColorTable = poColorTableIn->Clone(); in SetColorTable()
978 if( poColorTable->GetColorEntryCount() > 0 ) in GetColorInterpretation()
1318 if( poColorTable->GetColorEntryCount() > 0 ) in FlushBandHeader()
[all …]
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/ozi/
H A Dozidataset.cpp82 GDALColorTable* poColorTable; member in OZIRasterBand
90 GDALColorTable* poColorTable);
166 GDALColorTable* poColorTable ) in OZIRasterBand() argument
180 this->poColorTable = poColorTable; in OZIRasterBand()
192 delete poColorTable; in ~OZIRasterBand()
212 return poColorTable; in GetColorTable()
620 GDALColorTable* poColorTable = new GDALColorTable(); in Open() local
633 poColorTable->SetColorEntry(j, &sEntry); in Open()
636 poDS->papoOvrBands[i] = new OZIRasterBand(poDS, i, nW, nH, nTileX, poColorTable); in Open()
643 delete poDS->papoOvrBands[i]->poColorTable; in Open()
[all …]
/dports/graphics/py-gdal/gdal-3.3.3/frmts/nitf/
H A Dnitfrasterband.cpp65 GDALColorTable* poColorTable = nullptr; in NITFMakeColorTable() local
110 return poColorTable; in NITFMakeColorTable()
372 poColorTable(nullptr), in NITFRasterBand()
488 if( poColorTable != nullptr ) in ~NITFRasterBand()
489 delete poColorTable; in ~NITFRasterBand()
621 if( poColorTable != nullptr ) in GetColorInterpretation()
727 return poColorTable; in GetColorTable()
979 poColorTable(nullptr), in NITFWrapperRasterBand()
998 if( poColorTable != nullptr ) in ~NITFWrapperRasterBand()
999 delete poColorTable; in ~NITFWrapperRasterBand()
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/nitf/
H A Dnitfrasterband.cpp65 GDALColorTable* poColorTable = nullptr; in NITFMakeColorTable() local
110 return poColorTable; in NITFMakeColorTable()
372 poColorTable(nullptr), in NITFRasterBand()
488 if( poColorTable != nullptr ) in ~NITFRasterBand()
489 delete poColorTable; in ~NITFRasterBand()
621 if( poColorTable != nullptr ) in GetColorInterpretation()
727 return poColorTable; in GetColorTable()
979 poColorTable(nullptr), in NITFWrapperRasterBand()
998 if( poColorTable != nullptr ) in ~NITFWrapperRasterBand()
999 delete poColorTable; in ~NITFWrapperRasterBand()
[all …]
/dports/graphics/gdal/gdal-3.3.3/frmts/nitf/
H A Dnitfrasterband.cpp65 GDALColorTable* poColorTable = nullptr; in NITFMakeColorTable() local
110 return poColorTable; in NITFMakeColorTable()
372 poColorTable(nullptr), in NITFRasterBand()
488 if( poColorTable != nullptr ) in ~NITFRasterBand()
489 delete poColorTable; in ~NITFRasterBand()
621 if( poColorTable != nullptr ) in GetColorInterpretation()
727 return poColorTable; in GetColorTable()
979 poColorTable(nullptr), in NITFWrapperRasterBand()
998 if( poColorTable != nullptr ) in ~NITFWrapperRasterBand()
999 delete poColorTable; in ~NITFWrapperRasterBand()
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/ozi/
H A Dozidataset.cpp78 GDALColorTable* poColorTable; member in OZIRasterBand
86 GDALColorTable* poColorTable);
166 poColorTable(poColorTableIn), in OZIRasterBand()
187 delete poColorTable; in ~OZIRasterBand()
206 return poColorTable; in GetColorTable()
623 GDALColorTable* poColorTable = new GDALColorTable(); in Open() local
635 poColorTable->SetColorEntry(j, &sEntry); in Open()
638 poDS->papoOvrBands[i] = new OZIRasterBand(poDS, i, nW, nH, nTileX, poColorTable); in Open()
645 delete poDS->papoOvrBands[i]->poColorTable; in Open()
646 poDS->papoOvrBands[i]->poColorTable = poDS->papoOvrBands[0]->poColorTable->Clone(); in Open()
/dports/graphics/gdal/gdal-3.3.3/frmts/ozi/
H A Dozidataset.cpp78 GDALColorTable* poColorTable; member in OZIRasterBand
86 GDALColorTable* poColorTable);
166 poColorTable(poColorTableIn), in OZIRasterBand()
187 delete poColorTable; in ~OZIRasterBand()
206 return poColorTable; in GetColorTable()
623 GDALColorTable* poColorTable = new GDALColorTable(); in Open() local
635 poColorTable->SetColorEntry(j, &sEntry); in Open()
638 poDS->papoOvrBands[i] = new OZIRasterBand(poDS, i, nW, nH, nTileX, poColorTable); in Open()
645 delete poDS->papoOvrBands[i]->poColorTable; in Open()
646 poDS->papoOvrBands[i]->poColorTable = poDS->papoOvrBands[0]->poColorTable->Clone(); in Open()
/dports/graphics/py-gdal/gdal-3.3.3/frmts/ozi/
H A Dozidataset.cpp78 GDALColorTable* poColorTable; member in OZIRasterBand
86 GDALColorTable* poColorTable);
166 poColorTable(poColorTableIn), in OZIRasterBand()
187 delete poColorTable; in ~OZIRasterBand()
206 return poColorTable; in GetColorTable()
623 GDALColorTable* poColorTable = new GDALColorTable(); in Open() local
635 poColorTable->SetColorEntry(j, &sEntry); in Open()
638 poDS->papoOvrBands[i] = new OZIRasterBand(poDS, i, nW, nH, nTileX, poColorTable); in Open()
645 delete poDS->papoOvrBands[i]->poColorTable; in Open()
646 poDS->papoOvrBands[i]->poColorTable = poDS->papoOvrBands[0]->poColorTable->Clone(); in Open()
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/northwood/
H A Dgrcdataset.cpp64 GDALColorTable * poColorTable; member in NWT_GRCDataset
122 poGDS->poColorTable = new GDALColorTable(); in NWT_GRCRasterBand()
131 poGDS->poColorTable->SetColorEntry( 0, &oEntry ); in NWT_GRCRasterBand()
141 poGDS->poColorTable->SetColorEntry( poDS->pGrd-> in NWT_GRCRasterBand()
206 return poGDS->poColorTable; in GetColorTable()
249 poColorTable = NULL; in NWT_GRCDataset()
260 delete poColorTable; in ~NWT_GRCDataset()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/northwood/
H A Dgrcdataset.cpp64 GDALColorTable * poColorTable; member in NWT_GRCDataset
124 poGDS->poColorTable = new GDALColorTable(); in NWT_GRCRasterBand()
130 poGDS->poColorTable->SetColorEntry( 0, &oEntry ); in NWT_GRCRasterBand()
141 poGDS->poColorTable->SetColorEntry( poGDS->pGrd-> in NWT_GRCRasterBand()
205 return poGDS->poColorTable; in GetColorTable()
255 poColorTable(nullptr) in NWT_GRCDataset()
265 delete poColorTable; in ~NWT_GRCDataset()
/dports/graphics/gdal/gdal-3.3.3/frmts/northwood/
H A Dgrcdataset.cpp64 GDALColorTable * poColorTable; member in NWT_GRCDataset
124 poGDS->poColorTable = new GDALColorTable(); in NWT_GRCRasterBand()
130 poGDS->poColorTable->SetColorEntry( 0, &oEntry ); in NWT_GRCRasterBand()
141 poGDS->poColorTable->SetColorEntry( poGDS->pGrd-> in NWT_GRCRasterBand()
205 return poGDS->poColorTable; in GetColorTable()
255 poColorTable(nullptr) in NWT_GRCDataset()
265 delete poColorTable; in ~NWT_GRCDataset()
/dports/graphics/py-gdal/gdal-3.3.3/frmts/northwood/
H A Dgrcdataset.cpp64 GDALColorTable * poColorTable; member in NWT_GRCDataset
124 poGDS->poColorTable = new GDALColorTable(); in NWT_GRCRasterBand()
130 poGDS->poColorTable->SetColorEntry( 0, &oEntry ); in NWT_GRCRasterBand()
141 poGDS->poColorTable->SetColorEntry( poGDS->pGrd-> in NWT_GRCRasterBand()
205 return poGDS->poColorTable; in GetColorTable()
255 poColorTable(nullptr) in NWT_GRCDataset()
265 delete poColorTable; in ~NWT_GRCDataset()
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/sde/
H A Dsderasterband.cpp115 this->poColorTable = NULL; in SDERasterBand()
155 if (poColorTable != NULL) in ~SDERasterBand()
156 delete poColorTable; in ~SDERasterBand()
167 if (poColorTable == NULL) in GetColorTable()
169 return poColorTable; in GetColorTable()
492 poColorTable = new GDALColorTable(GPI_RGB); in ComputeColorTable()
513 poColorTable->SetColorEntry(i,&sColor); in ComputeColorTable()
533 poColorTable->SetColorEntry(i,&sColor); in ComputeColorTable()
558 poColorTable->SetColorEntry(i,&sColor); in ComputeColorTable()
578 poColorTable->SetColorEntry(i,&sColor); in ComputeColorTable()
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/gif/
H A Dgifabstractdataset.cpp447 poColorTable = NULL; in GIFAbstractRasterBand()
509 poColorTable = new GDALColorTable(); in GIFAbstractRasterBand()
523 poColorTable->SetColorEntry( iColor, &oEntry ); in GIFAbstractRasterBand()
548 if( poColorTable != NULL ) in ~GIFAbstractRasterBand()
549 delete poColorTable; in ~GIFAbstractRasterBand()
571 return poColorTable; in GetColorTable()
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/vrt/
H A Dvrtrasterband.cpp75 poColorTable = NULL; in Initialize()
97 if( poColorTable != NULL ) in ~VRTRasterBand()
98 delete poColorTable; in ~VRTRasterBand()
607 if( poColorTable != NULL ) in SerializeToXML()
613 for( int iEntry=0; iEntry < poColorTable->GetColorEntryCount(); in SerializeToXML()
625 poColorTable->GetColorEntryAsRGB( iEntry, &sEntry ); in SerializeToXML()
739 if( poColorTable != NULL ) in SetColorTable()
741 delete poColorTable; in SetColorTable()
742 poColorTable = NULL; in SetColorTable()
747 poColorTable = poTableIn->Clone(); in SetColorTable()
[all …]
/dports/graphics/py-gdal/gdal-3.3.3/frmts/gif/
H A Dgifabstractdataset.cpp459 poColorTable(nullptr), in GIFAbstractRasterBand()
527 poColorTable = new GDALColorTable(); in GIFAbstractRasterBand()
541 poColorTable->SetColorEntry( iColor, &oEntry ); in GIFAbstractRasterBand()
566 if( poColorTable != nullptr ) in ~GIFAbstractRasterBand()
567 delete poColorTable; in ~GIFAbstractRasterBand()
589 return poColorTable; in GetColorTable()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/gif/
H A Dgifabstractdataset.cpp459 poColorTable(nullptr), in GIFAbstractRasterBand()
527 poColorTable = new GDALColorTable(); in GIFAbstractRasterBand()
541 poColorTable->SetColorEntry( iColor, &oEntry ); in GIFAbstractRasterBand()
566 if( poColorTable != nullptr ) in ~GIFAbstractRasterBand()
567 delete poColorTable; in ~GIFAbstractRasterBand()
589 return poColorTable; in GetColorTable()
/dports/graphics/gdal/gdal-3.3.3/frmts/gif/
H A Dgifabstractdataset.cpp459 poColorTable(nullptr), in GIFAbstractRasterBand()
527 poColorTable = new GDALColorTable(); in GIFAbstractRasterBand()
541 poColorTable->SetColorEntry( iColor, &oEntry ); in GIFAbstractRasterBand()
566 if( poColorTable != nullptr ) in ~GIFAbstractRasterBand()
567 delete poColorTable; in ~GIFAbstractRasterBand()
589 return poColorTable; in GetColorTable()
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/wms/
H A Dminidriver_tiled_wms.cpp476 GDALColorTable *poColorTable=NULL; in Initialize() local
500 poColorTable = new GDALColorTable(eInterp); in Initialize()
501 poColorTable->CreateColorRamp(0,&ce_start,entries-1,&ce_end); in Initialize()
511 delete poColorTable; in Initialize()
514 poColorTable->SetColorEntry(start_idx,&ce_start); in Initialize()
522 delete poColorTable; in Initialize()
525 poColorTable->CreateColorRamp(start_idx,&ce_start, in Initialize()
531 m_parent_dataset->SetColorTable(poColorTable); in Initialize()
651 if (poColorTable!=NULL) band->SetColorInterpretation(GCI_PaletteIndex); in Initialize()
/dports/devel/upp/upp/bazaar/plugin/geotiff/libgeotiff/gcore/
H A Dgdalpamrasterband.cpp141 if( psPam->poColorTable != NULL ) in SerializeToXML()
146 for( int iEntry=0; iEntry < psPam->poColorTable->GetColorEntryCount(); in SerializeToXML()
153 psPam->poColorTable->GetColorEntryAsRGB( iEntry, &sEntry ); in SerializeToXML()
264 if( psPam->poColorTable ) in PamClear()
265 delete psPam->poColorTable; in PamClear()
266 psPam->poColorTable = NULL; in PamClear()
827 return psPam->poColorTable; in GetColorTable()
843 if( psPam->poColorTable != NULL ) in SetColorTable()
845 delete psPam->poColorTable; in SetColorTable()
846 psPam->poColorTable = NULL; in SetColorTable()
[all …]
/dports/devel/upp/upp/bazaar/plugin/gdal/gcore/
H A Dgdalpamrasterband.cpp150 if( psPam->poColorTable != NULL ) in SerializeToXML()
156 for( int iEntry=0; iEntry < psPam->poColorTable->GetColorEntryCount(); in SerializeToXML()
168 psPam->poColorTable->GetColorEntryAsRGB( iEntry, &sEntry ); in SerializeToXML()
280 if( psPam->poColorTable ) in PamClear()
281 delete psPam->poColorTable; in PamClear()
282 psPam->poColorTable = NULL; in PamClear()
880 return psPam->poColorTable; in GetColorTable()
896 if( psPam->poColorTable != NULL ) in SetColorTable()
898 delete psPam->poColorTable; in SetColorTable()
899 psPam->poColorTable = NULL; in SetColorTable()
[all …]

1234567