MrSID Decode SDK for Raster Reference Manual  9.5.4.4709
LTIOverridePixelProps< BASE > Struct Template Reference

#include <lti_imageStageOverrides.h>

Inheritance diagram for LTIOverridePixelProps< BASE >:
LTIOverridePixelPropsData

Public Member Functions

const LTIPixelgetPixelProps () const
 
const LTIPixelgetMinDynamicRange () const
 
const LTIPixelgetMaxDynamicRange () const
 
LT_STATUS overridePixelBPS (lt_uint8 bps)
 
LT_STATUS overrideDynamicRange (const LTIPixel &drmin, const LTIPixel &drmax)
 

Additional Inherited Members

- Protected Member Functions inherited from LTIOverridePixelPropsData
 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...
 
- Protected Attributes inherited from LTIOverridePixelPropsData
LTIPixelm_pixelProps
 
LTIPixelm_drminPixel
 
LTIPixelm_drmaxPixel
 

Detailed Description

template<class BASE>
struct LTIOverridePixelProps< BASE >

Examples:
DerivedImageFilter.cpp.

Definition at line 161 of file lti_imageStageOverrides.h.

Member Function Documentation

template<class BASE >
const LTIPixel& LTIOverridePixelProps< BASE >::getMaxDynamicRange ( ) const
inline
template<class BASE >
const LTIPixel& LTIOverridePixelProps< BASE >::getMinDynamicRange ( ) const
inline
template<class BASE >
const LTIPixel& LTIOverridePixelProps< BASE >::getPixelProps ( ) const
inline
template<class BASE >
LT_STATUS LTIOverridePixelProps< BASE >::overrideDynamicRange ( const LTIPixel drmin,
const LTIPixel drmax 
)
inline
template<class BASE >
LT_STATUS LTIOverridePixelProps< BASE >::overridePixelBPS ( lt_uint8  bps)
inline

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

LizardTech