eLynx SDK v3.3.0
C++ image processing API reference
Public Types | Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes

eLynx::Image::PixelL< T > Struct Template Reference

Inheritance diagram for eLynx::Image::PixelL< T >:
eLynx::Image::PixelBase< PixelL< T > >

List of all members.

Public Types

typedef T type
typedef IntegerToType
< ResolutionTypeTraits< T >
::_bInteger > 
IntType
typedef LutToType
< ResolutionTypeTraits< T >
::_bLUT > 
LutType
typedef ResolutionTypeTraits
< T >::SumOverflow_type 
S_type
typedef ResolutionTypeTraits
< T >::MulOverflow_type 
M_type
typedef ResolutionTypeTraits
< T >::Floating_type 
F_type
typedef PixelL< S_type > SumOverflowPixel
typedef PixelL< M_type > MulOverflowPixel
typedef PixelL< F_type > FloatingPixel

Public Member Functions

 PixelL (T iL)
 PixelL (const PixelL &iPixel)
 PixelL (const PixelLA< T > &iPixel, bool ibBlendAlpha=false)
 PixelL (const PixelRGB< T > &iPixel, EColorToGreyConversion iMethod=CGC_Default)
 PixelL (const PixelRGBA< T > &iPixel, EColorToGreyConversion iMethod=CGC_Default)
 PixelL (const PixelHLS< T > &iPixel)
 PixelL (const PixelLab< T > &iPixel)
PixelLoperator= (const PixelL &iPixel)
template<typename U >
 PixelL (const PixelL< U > &iPixel)
template<typename U >
PixelLoperator= (const PixelL< U > &iPixel)
GetChannel0 () const
GetLuminance () const

Static Public Member Functions

static const PixelL Null ()
static const PixelL Black ()
static const PixelL White ()
static const uint32 GetChannelCount ()
static const uint32 GetChannelMask ()
static bool IsFullMask (uint32 iMask)
static bool IsMasking (uint32 iMask)
static const EPixelMode GetPixelMode ()
static const EPixelType GetPixelType ()
static const EColorSpace GetColorSpace ()
static const EResolution GetResolution ()
static const bool HasAlpha ()
static const bool IsGrey ()
static const bool IsColor ()
static EPixelFormat GetPixelFormat ()

Public Attributes

union {
   T   _channel [_nChannel]
 channel access
   T   _luminance
 grey lunimance
}; 

Static Public Attributes

static const uint32 _nChannel = 1
static const bool _bColor = false
static const bool _bGrey = true
static const bool _bHasAlpha = false
static const bool _bRange [_nChannel]
static const T _min [_nChannel]
static const T _max [_nChannel]

template<typename T>
struct eLynx::Image::PixelL< T >


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

Generated on Thu Dec 9 2010 by doxygen 1.7.2