|
MrSID Decode SDK for Raster Reference Manual
9.5.4.4709
|
#include <lti_imageStageOverrides.h>
Public Member Functions | |
| const LTIPixel * | getBackgroundPixel () const |
| const LTIPixel * | getNoDataPixel () const |
| LT_STATUS | overrideBackgroundPixel (const LTIPixel *backgroundPixel) |
| LT_STATUS | overrideNoDataPixel (const LTIPixel *nodataPixel) |
Additional Inherited Members | |
Protected Member Functions inherited from LTIOverrideBackgroundPixelData | |
| LTIOverrideBackgroundPixelData () | |
| ~LTIOverrideBackgroundPixelData () | |
| LT_STATUS | setBackgroundPixel (const LTIPixel *backgroundPixel) |
| set the background color of the image More... | |
| LT_STATUS | setNoDataPixel (const LTIPixel *nodataPixel) |
| set the "no data" (transparency) color of the image More... | |
Protected Attributes inherited from LTIOverrideBackgroundPixelData | |
| LTIPixel * | m_backgroundPixel |
| LTIPixel * | m_nodataPixel |
Definition at line 235 of file lti_imageStageOverrides.h.
|
inline |
Definition at line 239 of file lti_imageStageOverrides.h.
References LTIOverrideBackgroundPixelData::m_backgroundPixel.
|
inline |
Definition at line 243 of file lti_imageStageOverrides.h.
References LTIOverrideBackgroundPixelData::m_nodataPixel.
|
inline |
Definition at line 248 of file lti_imageStageOverrides.h.
References LTIOverrideBackgroundPixelData::setBackgroundPixel(), and LTIPixel::setNonAlphaSampleValuesFromPixel().
|
inline |
Definition at line 260 of file lti_imageStageOverrides.h.
References LTIOverrideBackgroundPixelData::setNoDataPixel(), and LTIPixel::setNonAlphaSampleValuesFromPixel().
| LizardTech |