Home
last modified time | relevance | path

Searched refs:GDALColorTable (Results 1 – 25 of 407) sorted by relevance

12345678910>>...17

/dports/graphics/py-gdal/gdal-3.3.3/gcore/
H A Dgdalcolortable.cpp56 GDALColorTable::GDALColorTable( GDALPaletteInterp eInterpIn ) : in GDALColorTable() function in GDALColorTable
72 return GDALColorTable::ToHandle( new GDALColorTable( eInterp ) ); in GDALCreateColorTable()
85 GDALColorTable::~GDALColorTable() = default;
99 delete GDALColorTable::FromHandle( hTable ); in GDALDestroyColorTable()
265 GDALColorTable *GDALColorTable::Clone() const in Clone()
268 return new GDALColorTable(*this); in Clone()
285 return GDALColorTable::ToHandle( in GDALCloneColorTable()
301 int GDALColorTable::GetColorEntryCount() const in GetColorEntryCount()
381 int GDALColorTable::CreateColorRamp( in CreateColorRamp()
453 GDALColorTable::FromHandle( hTable )-> in GDALCreateColorRamp()
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/gcore/
H A Dgdalcolortable.cpp56 GDALColorTable::GDALColorTable( GDALPaletteInterp eInterpIn ) : in GDALColorTable() function in GDALColorTable
72 return GDALColorTable::ToHandle( new GDALColorTable( eInterp ) ); in GDALCreateColorTable()
85 GDALColorTable::~GDALColorTable() = default;
99 delete GDALColorTable::FromHandle( hTable ); in GDALDestroyColorTable()
265 GDALColorTable *GDALColorTable::Clone() const in Clone()
268 return new GDALColorTable(*this); in Clone()
285 return GDALColorTable::ToHandle( in GDALCloneColorTable()
301 int GDALColorTable::GetColorEntryCount() const in GetColorEntryCount()
381 int GDALColorTable::CreateColorRamp( in CreateColorRamp()
453 GDALColorTable::FromHandle( hTable )-> in GDALCreateColorRamp()
[all …]
/dports/graphics/gdal/gdal-3.3.3/gcore/
H A Dgdalcolortable.cpp56 GDALColorTable::GDALColorTable( GDALPaletteInterp eInterpIn ) : in GDALColorTable() function in GDALColorTable
72 return GDALColorTable::ToHandle( new GDALColorTable( eInterp ) ); in GDALCreateColorTable()
85 GDALColorTable::~GDALColorTable() = default;
99 delete GDALColorTable::FromHandle( hTable ); in GDALDestroyColorTable()
265 GDALColorTable *GDALColorTable::Clone() const in Clone()
268 return new GDALColorTable(*this); in Clone()
285 return GDALColorTable::ToHandle( in GDALCloneColorTable()
301 int GDALColorTable::GetColorEntryCount() const in GetColorEntryCount()
381 int GDALColorTable::CreateColorRamp( in CreateColorRamp()
453 GDALColorTable::FromHandle( hTable )-> in GDALCreateColorRamp()
[all …]
/dports/devel/upp/upp/bazaar/plugin/gdal/gcore/
H A Dgdalcolortable.cpp48 GDALColorTable::GDALColorTable( GDALPaletteInterp eInterpIn ) in GDALColorTable() function in GDALColorTable
66 return (GDALColorTableH) (new GDALColorTable( eInterp )); in GDALCreateColorTable()
80 GDALColorTable::~GDALColorTable() in ~GDALColorTable()
97 delete (GDALColorTable *) hTable; in GDALDestroyColorTable()
139 return ((GDALColorTable *) hTable)->GetColorEntry( i ); in GDALGetColorEntry()
251 ((GDALColorTable *) hTable)->SetColorEntry( i, poEntry ); in GDALSetColorEntry()
265 GDALColorTable *GDALColorTable::Clone() const in Clone()
268 return new GDALColorTable(*this); in Clone()
300 int GDALColorTable::GetColorEntryCount() const in GetColorEntryCount()
377 int GDALColorTable::CreateColorRamp( in CreateColorRamp()
[all …]
/dports/devel/upp/upp/bazaar/plugin/geotiff/libgeotiff/gcore/
H A Dgdalcolortable.cpp47 GDALColorTable::GDALColorTable( GDALPaletteInterp eInterpIn ) in GDALColorTable() function in GDALColorTable
60 return (GDALColorTableH) (new GDALColorTable( eInterp )); in GDALCreateColorTable()
74 GDALColorTable::~GDALColorTable() in ~GDALColorTable()
86 delete (GDALColorTable *) hTable; in GDALDestroyColorTable()
122 return ((GDALColorTable *) hTable)->GetColorEntry( i ); in GDALGetColorEntry()
216 ((GDALColorTable *) hTable)->SetColorEntry( i, poEntry ); in GDALSetColorEntry()
230 GDALColorTable *GDALColorTable::Clone() const in Clone()
233 return new GDALColorTable(*this); in Clone()
260 int GDALColorTable::GetColorEntryCount() const in GetColorEntryCount()
275 return ((GDALColorTable *) hTable)->GetColorEntryCount(); in GDALGetColorEntryCount()
[all …]
/dports/astro/qmapshack/qmapshack-V_1.16.1/src/qmt_rgb2pct/
H A DCApp.h25 class GDALColorTable; variable
38 …static GDALColorTable* createColorTable(qint32 ncolors, const QString& pctFilename, GDALDataset* d…
39 static void saveColorTable(GDALColorTable* ct, QString& sctFilename);
40 static void ditherMap(GDALDataset* dsSrc, const QString& tarFilename, GDALColorTable* ct);
H A DCApp.cpp56 GDALColorTable* ct = nullptr; in exec()
92 GDALColorTable* CApp::createColorTable(qint32 ncolors, const QString& pctFilename, GDALDataset* dat… in createColorTable()
94 GDALColorTable* ct = nullptr; in createColorTable()
99 ct = (GDALColorTable*)GDALCreateColorTable(GPI_RGB); in createColorTable()
154 void CApp::saveColorTable(GDALColorTable* ct, QString& sctFilename) in saveColorTable()
180 void CApp::ditherMap(GDALDataset* dsSrc, const QString& tarFilename, GDALColorTable* ct) in ditherMap()
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/nitf/
H A Dnitfdataset.h190 GDALColorTable *poColorTable;
205 virtual GDALColorTable *GetColorTable();
206 virtual CPLErr SetColorTable( GDALColorTable * );
259 virtual GDALColorTable *GetColorTable();
331 GDALColorTable* poColorTable;
349 virtual GDALColorTable *GetColorTable();
/dports/graphics/py-gdal/gdal-3.3.3/frmts/raw/
H A Dehdrdataset.h88 std::shared_ptr<GDALColorTable> m_poColorTable{};
141 std::shared_ptr<GDALColorTable> m_poColorTable{};
185 CPLErr SetColorTable( GDALColorTable *poNewCT ) override;
186 GDALColorTable* GetColorTable() override;
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/raw/
H A Dehdrdataset.h88 std::shared_ptr<GDALColorTable> m_poColorTable{};
141 std::shared_ptr<GDALColorTable> m_poColorTable{};
185 CPLErr SetColorTable( GDALColorTable *poNewCT ) override;
186 GDALColorTable* GetColorTable() override;
/dports/graphics/gdal/gdal-3.3.3/frmts/raw/
H A Dehdrdataset.h88 std::shared_ptr<GDALColorTable> m_poColorTable{};
141 std::shared_ptr<GDALColorTable> m_poColorTable{};
185 CPLErr SetColorTable( GDALColorTable *poNewCT ) override;
186 GDALColorTable* GetColorTable() override;
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/kea/
H A Dkeaband.h56 GDALColorTable *m_pColorTable; // pointer to the color table
87 GDALColorTable *GetColorTable();
88 CPLErr SetColorTable(GDALColorTable *poCT);
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/nitf/
H A Dnitfdataset.h207 GDALColorTable *poColorTable;
222 virtual GDALColorTable *GetColorTable() override;
223 virtual CPLErr SetColorTable( GDALColorTable * ) override;
276 virtual GDALColorTable *GetColorTable() override;
348 GDALColorTable* poColorTable;
366 virtual GDALColorTable *GetColorTable() override;
/dports/graphics/gdal/gdal-3.3.3/frmts/nitf/
H A Dnitfdataset.h207 GDALColorTable *poColorTable;
222 virtual GDALColorTable *GetColorTable() override;
223 virtual CPLErr SetColorTable( GDALColorTable * ) override;
276 virtual GDALColorTable *GetColorTable() override;
348 GDALColorTable* poColorTable;
366 virtual GDALColorTable *GetColorTable() override;
/dports/graphics/py-gdal/gdal-3.3.3/frmts/nitf/
H A Dnitfdataset.h207 GDALColorTable *poColorTable;
222 virtual GDALColorTable *GetColorTable() override;
223 virtual CPLErr SetColorTable( GDALColorTable * ) override;
276 virtual GDALColorTable *GetColorTable() override;
348 GDALColorTable* poColorTable;
366 virtual GDALColorTable *GetColorTable() override;
/dports/astro/opencpn/OpenCPN-5.2.4/libs/gdal/include/gdal/
H A Dgdal_priv.h407 class CPL_DLL GDALColorTable
415 GDALColorTable( GDALPaletteInterp = GPI_RGB );
416 ~GDALColorTable();
418 GDALColorTable *Clone() const;
508 virtual GDALColorTable *GetColorTable();
513 virtual CPLErr SetColorTable( GDALColorTable * );
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/ingr/
H A DIntergraphBand.h42 GDALColorTable *poColorTable;
73 virtual GDALColorTable *GetColorTable();
77 virtual CPLErr SetColorTable( GDALColorTable *poColorTable );
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/kea/
H A Dkeaband.h53 GDALColorTable *m_pColorTable = nullptr; // pointer to the color table
93 GDALColorTable *GetColorTable() override;
94 CPLErr SetColorTable(GDALColorTable *poCT) override;
/dports/graphics/gdal/gdal-3.3.3/frmts/kea/
H A Dkeaband.h53 GDALColorTable *m_pColorTable = nullptr; // pointer to the color table
93 GDALColorTable *GetColorTable() override;
94 CPLErr SetColorTable(GDALColorTable *poCT) override;
/dports/graphics/py-gdal/gdal-3.3.3/frmts/kea/
H A Dkeaband.h53 GDALColorTable *m_pColorTable = nullptr; // pointer to the color table
93 GDALColorTable *GetColorTable() override;
94 CPLErr SetColorTable(GDALColorTable *poCT) override;
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/raw/
H A Drawdataset.h96 GDALColorTable *poCT;
141 virtual GDALColorTable *GetColorTable();
143 virtual CPLErr SetColorTable( GDALColorTable * );
/dports/graphics/py-gdal/gdal-3.3.3/frmts/ingr/
H A DIntergraphBand.h42 GDALColorTable *poColorTable;
73 virtual GDALColorTable *GetColorTable() override;
77 virtual CPLErr SetColorTable( GDALColorTable *poColorTable ) override;
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/ingr/
H A DIntergraphBand.h42 GDALColorTable *poColorTable;
73 virtual GDALColorTable *GetColorTable() override;
77 virtual CPLErr SetColorTable( GDALColorTable *poColorTable ) override;
/dports/graphics/gdal/gdal-3.3.3/frmts/ingr/
H A DIntergraphBand.h42 GDALColorTable *poColorTable;
73 virtual GDALColorTable *GetColorTable() override;
77 virtual CPLErr SetColorTable( GDALColorTable *poColorTable ) override;
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/xpm/
H A Dxpmdataset.cpp41 GDALColorTable **ppoRetTable );
147 GDALColorTable *poCT = NULL; in Open()
213 GDALColorTable *poCT; in XPMCreateCopy()
244 GDALColorTable oGreyTable; in XPMCreateCopy()
456 GDALColorTable **ppoRetTable ) in ParseXPM()
553 GDALColorTable oCTable; in ParseXPM()

12345678910>>...17