#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) |
Definition at line 235 of file lti_imageStageOverrides.h.
const LTIPixel* LTIOverrideBackgroundPixel< BASE >::getBackgroundPixel | ( | ) | const [inline] |
Definition at line 239 of file lti_imageStageOverrides.h.
const LTIPixel* LTIOverrideBackgroundPixel< BASE >::getNoDataPixel | ( | ) | const [inline] |
Definition at line 243 of file lti_imageStageOverrides.h.
LT_STATUS LTIOverrideBackgroundPixel< BASE >::overrideBackgroundPixel | ( | const LTIPixel * | backgroundPixel | ) | [inline] |
Definition at line 248 of file lti_imageStageOverrides.h.
LT_STATUS LTIOverrideBackgroundPixel< BASE >::overrideNoDataPixel | ( | const LTIPixel * | nodataPixel | ) | [inline] |
Definition at line 260 of file lti_imageStageOverrides.h.
LizardTech |