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

#include <lti_imageStageOverrides.h>

Inheritance diagram for LTIOverridePixelProps< BASE >:
LTIOverridePixelPropsData

List of all members.

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)

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: