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

#include <lti_imageStageOverrides.h>

Inheritance diagram for LTIOverridePixelProps< BASE >:
Collaboration diagram for LTIOverridePixelProps< BASE >:

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 160 of file lti_imageStageOverrides.h.

Member Function Documentation

template<class BASE>
const LTIPixel& LTIOverridePixelProps< BASE >::getMaxDynamicRange ( ) const
inline

Definition at line 173 of file lti_imageStageOverrides.h.

template<class BASE>
const LTIPixel& LTIOverridePixelProps< BASE >::getMinDynamicRange ( ) const
inline

Definition at line 168 of file lti_imageStageOverrides.h.

template<class BASE>
const LTIPixel& LTIOverridePixelProps< BASE >::getPixelProps ( ) const
inline
Examples:
DerivedImageFilter.cpp.

Definition at line 163 of file lti_imageStageOverrides.h.

template<class BASE>
LT_STATUS LTIOverridePixelProps< BASE >::overrideDynamicRange ( const LTIPixel drmin,
const LTIPixel drmax 
)
inline

Definition at line 183 of file lti_imageStageOverrides.h.

template<class BASE>
LT_STATUS LTIOverridePixelProps< BASE >::overridePixelBPS ( lt_uint8  bps)
inline

Definition at line 178 of file lti_imageStageOverrides.h.


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

LizardTech