MrSID Decode SDK for Raster Reference Manual
9.0.0.3864
|
#include <lti_imageStageOverrides.h>
Public Member Functions | |
const LTIPixel & | getPixelProps () const |
const LTIPixel & | getMinDynamicRange () const |
const LTIPixel & | getMaxDynamicRange () const |
LT_STATUS | overridePixelBPS (lt_uint8 bps) |
LT_STATUS | overrideDynamicRange (const LTIPixel &drmin, const LTIPixel &drmax) |
Additional Inherited Members | |
![]() | |
LTIOverridePixelPropsData () | |
~LTIOverridePixelPropsData () | |
LT_STATUS | setPixelProps (const LTIPixel &pixelProps) |
set pixel properties of the image More... | |
LT_STATUS | setPixelBPS (lt_uint8 bps) |
LT_STATUS | setDynamicRange (const LTIPixel &drmin, const LTIPixel &drmax) |
set the dynamic range of the image More... | |
LT_STATUS | setDefaultDynamicRange (void) |
set the dynamic range of the image More... | |
![]() | |
LTIPixel * | m_pixelProps |
LTIPixel * | m_drminPixel |
LTIPixel * | m_drmaxPixel |
Definition at line 160 of file lti_imageStageOverrides.h.
|
inline |
Definition at line 173 of file lti_imageStageOverrides.h.
|
inline |
Definition at line 168 of file lti_imageStageOverrides.h.
|
inline |
Definition at line 163 of file lti_imageStageOverrides.h.
|
inline |
Definition at line 183 of file lti_imageStageOverrides.h.
|
inline |
Definition at line 178 of file lti_imageStageOverrides.h.
LizardTech |