Home
last modified time | relevance | path

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

/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/fit/
H A Dfit.cpp98 GDALGetColorInterpretationName(colorInterp), nBands); \
102 int fitGetColorModel(GDALColorInterp colorInterp, int nBands) { in fitGetColorModel() argument
105 switch(colorInterp) { in fitGetColorModel()
174 GDALGetColorInterpretationName(colorInterp)); in fitGetColorModel()
179 "number of bands (%i)", colorInterp, nBands); in fitGetColorModel()
193 "unrecognized number of bands (%i)", colorInterp, nBands); in fitGetColorModel()
H A Dfit.h109 int fitGetColorModel(GDALColorInterp colorInterp, int nBands);
/dports/graphics/py-gdal/gdal-3.3.3/frmts/fit/
H A Dfit.cpp97 GDALGetColorInterpretationName(colorInterp), nBands); \
100 int fitGetColorModel(GDALColorInterp colorInterp, int nBands) { in fitGetColorModel() argument
103 switch(colorInterp) { in fitGetColorModel()
172 GDALGetColorInterpretationName(colorInterp)); in fitGetColorModel()
177 "number of bands (%i)", colorInterp, nBands); in fitGetColorModel()
191 "unrecognized number of bands (%i)", colorInterp, nBands); in fitGetColorModel()
H A Dfit.h108 int fitGetColorModel(GDALColorInterp colorInterp, int nBands);
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/fit/
H A Dfit.cpp97 GDALGetColorInterpretationName(colorInterp), nBands); \
100 int fitGetColorModel(GDALColorInterp colorInterp, int nBands) { in fitGetColorModel() argument
103 switch(colorInterp) { in fitGetColorModel()
172 GDALGetColorInterpretationName(colorInterp)); in fitGetColorModel()
177 "number of bands (%i)", colorInterp, nBands); in fitGetColorModel()
191 "unrecognized number of bands (%i)", colorInterp, nBands); in fitGetColorModel()
H A Dfit.h108 int fitGetColorModel(GDALColorInterp colorInterp, int nBands);
/dports/graphics/gdal/gdal-3.3.3/frmts/fit/
H A Dfit.cpp97 GDALGetColorInterpretationName(colorInterp), nBands); \
100 int fitGetColorModel(GDALColorInterp colorInterp, int nBands) { in fitGetColorModel() argument
103 switch(colorInterp) { in fitGetColorModel()
172 GDALGetColorInterpretationName(colorInterp)); in fitGetColorModel()
177 "number of bands (%i)", colorInterp, nBands); in fitGetColorModel()
191 "unrecognized number of bands (%i)", colorInterp, nBands); in fitGetColorModel()
H A Dfit.h108 int fitGetColorModel(GDALColorInterp colorInterp, int nBands);
/dports/graphics/qgis-ltr/qgis-3.16.16/src/gui/raster/
H A Dqgsrasterbandcombobox.cpp171 QString colorInterp = provider->colorInterpretationName( band ); in displayBandName() local
172 if ( colorInterp != QLatin1String( "Undefined" ) ) in displayBandName()
174 name.append( QStringLiteral( " (%1)" ).arg( colorInterp ) ); in displayBandName()
/dports/astro/xtide/xtide-2.15.3/libxtide/
H A DSettings.cc420 case Configurable::colorInterp: in checkConfigurable()
642 case Configurable::colorInterp: in checkArg()
724 …ser.", Configurable::settingKind, Configurable::dstrRep, Configurable::colorInterp, false, 0,0,0,b… in Settings()
725 …ons.", Configurable::settingKind, Configurable::dstrRep, Configurable::colorInterp, false, 0,0,0,f… in Settings()
726 …ons.", Configurable::settingKind, Configurable::dstrRep, Configurable::colorInterp, false, 0,0,0,b… in Settings()
728 …phs.", Configurable::settingKind, Configurable::dstrRep, Configurable::colorInterp, false, 0,0,0,d… in Settings()
729 …phs.", Configurable::settingKind, Configurable::dstrRep, Configurable::colorInterp, false, 0,0,0,d… in Settings()
730 …ide.", Configurable::settingKind, Configurable::dstrRep, Configurable::colorInterp, false, 0,0,0,e… in Settings()
732 …phs.", Configurable::settingKind, Configurable::dstrRep, Configurable::colorInterp, false, 0,0,0,m… in Settings()
733 …phs.", Configurable::settingKind, Configurable::dstrRep, Configurable::colorInterp, false, 0,0,0,m… in Settings()
[all …]
H A DConfigurable.hh79 colorInterp, // constrains dstrRep to contain a color spec enumerator
/dports/misc/usd/USD-21.11/pxr/usdImaging/usdImaging/
H A DgprimAdapter.cpp352 TfToken colorInterp; in UpdateForTime() local
355 if (GetColor(prim, time, &colorInterp, &color, &colorIndices)) { in UpdateForTime()
359 _UsdToHdInterpolation(colorInterp), in UpdateForTime()
741 TfToken colorInterp; in GetColor() local
769 colorInterp = UsdGeomTokens->constant; in GetColor()
782 colorInterp = primvar.GetInterpolation(); in GetColor()
789 if (colorInterp == UsdGeomTokens->constant && in GetColor()
802 if (colorInterp == UsdGeomTokens->constant && in GetColor()
829 *interpolation = colorInterp; in GetColor()
/dports/graphics/reallyslick/rss-glx_0.9.1/src/
H A Dhelios.cpp565 static float colorInterp = 1.0f, colorChange; in hack_draw() local
567 colorInterp += elapsedTime * colorChange; in hack_draw()
568 if (colorInterp >= 1.0f) { in hack_draw()
573 colorInterp = 0.0f; in hack_draw()
580 newHsl[0] = oldHsl[0] + colorInterp * diff; in hack_draw()
582 newHsl[0] = oldHsl[0] - colorInterp * diff; in hack_draw()
584 newHsl[1] = oldHsl[1] + colorInterp * diff; in hack_draw()
/dports/misc/usd/USD-21.11/pxr/imaging/hd/
H A DunitTestDelegate.cpp1208 HdInterpolation colorInterp, in AddPolygons() argument
1233 if (colorInterp == HdInterpolationConstant) { in AddPolygons()
1240 } else if (colorInterp == HdInterpolationVertex) { in AddPolygons()
1268 colorInterp, in AddPolygons()
1539 HdInterpolation colorInterp, in AddCurves() argument
1580 if (colorInterp == HdInterpolationConstant) { in AddCurves()
1624 color, colorInterp, in AddCurves()
1633 HdInterpolation colorInterp, in AddPoints() argument
1650 if (colorInterp == HdInterpolationConstant || in AddPoints()
1651 colorInterp == HdInterpolationUniform) { in AddPoints()
[all …]
H A DunitTestDelegate.h165 HdInterpolation colorInterp,
202 HdInterpolation colorInterp=HdInterpolationConstant,
222 HdInterpolation colorInterp=HdInterpolationConstant,
/dports/graphics/qgis/qgis-3.22.3/src/core/raster/
H A Dqgsrasterinterface.cpp639 const QString colorInterp = colorInterpretationName( bandNumber ); in displayBandName() local
640 if ( colorInterp != QLatin1String( "Undefined" ) ) in displayBandName()
642 name.append( QStringLiteral( " (%1)" ).arg( colorInterp ) ); in displayBandName()
H A Dqgsrasterfilewriter.cpp920 QStringList colorInterp; in createVRT() local
921colorInterp << QStringLiteral( "Red" ) << QStringLiteral( "Green" ) << QStringLiteral( "Blue" ) <<… in createVRT()
947 const QDomText interpText = mVRTDocument.createTextNode( colorInterp.value( i - 1 ) ); in createVRT()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/doc/source/development/rfc/
H A Drfc44_gdalinfoxml.rst221 "colorInterp": "Gray",
/dports/graphics/gdal/gdal-3.3.3/doc/source/development/rfc/
H A Drfc44_gdalinfoxml.rst221 "colorInterp": "Gray",
/dports/graphics/py-gdal/gdal-3.3.3/doc/source/development/rfc/
H A Drfc44_gdalinfoxml.rst221 "colorInterp": "Gray",
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/raster/
H A Dqgsrasterfilewriter.cpp918 QStringList colorInterp; in createVRT() local
919colorInterp << QStringLiteral( "Red" ) << QStringLiteral( "Green" ) << QStringLiteral( "Blue" ) <<… in createVRT()
945 QDomText interpText = mVRTDocument.createTextNode( colorInterp.value( i - 1 ) ); in createVRT()
/dports/astro/xtide/xtide-2.15.3/
H A DxxRoot.cc216 case Configurable::colorInterp: in apply()
526 case Configurable::colorInterp: in xxRoot()
/dports/graphics/mapserver/mapserver-7.6.4/
H A Dmapwcs.c2783 GDALColorInterp colorInterp; in msWCSGetCoverageMetadata() local
2785 colorInterp = GDALGetRasterColorInterpretation(hBand); in msWCSGetCoverageMetadata()
2786 cm->bandinterpretation[i-1] = GDALGetColorInterpretationName(colorInterp); in msWCSGetCoverageMetadata()
H A Dmapwcs20.c2985 GDALColorInterp colorInterp; in msWCSGetCoverageMetadata20() local
2989 colorInterp = GDALGetRasterColorInterpretation(hBand); in msWCSGetCoverageMetadata20()
2990 cm->bands[i].interpretation = msStrdup(GDALGetColorInterpretationName(colorInterp)); in msWCSGetCoverageMetadata20()
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarthDrivers/gdal/
H A DReaderWriterGDAL.cpp1259 static GDALRasterBand* findBandByColorInterp(GDALDataset *ds, GDALColorInterp colorInterp)
1265 … if (ds->GetRasterBand(i)->GetColorInterpretation() == colorInterp) return ds->GetRasterBand(i);