MrSID Decode SDK for Raster Reference Manual  9.5.4.4709
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 235 of file lti_imageStageOverrides.h.

Member Function Documentation

template<class BASE >
const LTIPixel* LTIOverrideBackgroundPixel< BASE >::getBackgroundPixel ( ) const
inline
template<class BASE >
const LTIPixel* LTIOverrideBackgroundPixel< BASE >::getNoDataPixel ( ) const
inline
template<class BASE >
LT_STATUS LTIOverrideBackgroundPixel< BASE >::overrideBackgroundPixel ( const LTIPixel backgroundPixel)
inline
template<class BASE >
LT_STATUS LTIOverrideBackgroundPixel< BASE >::overrideNoDataPixel ( const LTIPixel nodataPixel)
inline

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

LizardTech