#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) |
Definition at line 160 of file lti_imageStageOverrides.h.
const LTIPixel& LTIOverridePixelProps< BASE >::getPixelProps | ( | ) | const [inline] |
const LTIPixel& LTIOverridePixelProps< BASE >::getMinDynamicRange | ( | ) | const [inline] |
Definition at line 168 of file lti_imageStageOverrides.h.
const LTIPixel& LTIOverridePixelProps< BASE >::getMaxDynamicRange | ( | ) | const [inline] |
Definition at line 173 of file lti_imageStageOverrides.h.
LT_STATUS LTIOverridePixelProps< BASE >::overridePixelBPS | ( | lt_uint8 | bps | ) | [inline] |
Definition at line 178 of file lti_imageStageOverrides.h.
LT_STATUS LTIOverridePixelProps< BASE >::overrideDynamicRange | ( | const LTIPixel & | drmin, | |
const LTIPixel & | drmax | |||
) | [inline] |
Definition at line 183 of file lti_imageStageOverrides.h.
LizardTech |