MrSID Decode SDK for Raster Reference Manual  9.5.1.4427
LTIOverrideBackgroundPixel< BASE > Struct Template Reference

#include <lti_imageStageOverrides.h>

Inheritance diagram for LTIOverrideBackgroundPixel< BASE >:
LTIOverrideBackgroundPixelData

Public Member Functions

const LTIPixelgetBackgroundPixel () const
 
const LTIPixelgetNoDataPixel () 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
LTIPixelm_backgroundPixel
 
LTIPixelm_nodataPixel
 

Detailed Description

template<class BASE>
struct LTIOverrideBackgroundPixel< BASE >

Definition at line 234 of file lti_imageStageOverrides.h.

Member Function Documentation

template<class BASE>
const LTIPixel* LTIOverrideBackgroundPixel< BASE >::getBackgroundPixel ( ) const
inline

Definition at line 238 of file lti_imageStageOverrides.h.

template<class BASE>
const LTIPixel* LTIOverrideBackgroundPixel< BASE >::getNoDataPixel ( ) const
inline

Definition at line 242 of file lti_imageStageOverrides.h.

template<class BASE>
LT_STATUS LTIOverrideBackgroundPixel< BASE >::overrideBackgroundPixel ( const LTIPixel backgroundPixel)
inline

Definition at line 247 of file lti_imageStageOverrides.h.

template<class BASE>
LT_STATUS LTIOverrideBackgroundPixel< BASE >::overrideNoDataPixel ( const LTIPixel nodataPixel)
inline

Definition at line 251 of file lti_imageStageOverrides.h.


The documentation for this struct was generated from the following file:

LizardTech