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


Member Function Documentation

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

Definition at line 174 of file lti_imageStageOverrides.h.

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

Definition at line 169 of file lti_imageStageOverrides.h.

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

Definition at line 164 of file lti_imageStageOverrides.h.

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

Definition at line 184 of file lti_imageStageOverrides.h.

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

Definition at line 179 of file lti_imageStageOverrides.h.


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

LizardTech