eLynx SDK
v3.0.1 C++ image processing API reference |
#include <Pixels.h>
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 PixelXYZ< S_type > | SumOverflowPixel |
typedef PixelXYZ< M_type > | MulOverflowPixel |
typedef PixelXYZ< F_type > | FloatingPixel |
Public Member Functions | |
PixelXYZ () | |
PixelXYZ (T iX, T iY, T iZ) | |
PixelXYZ (const PixelXYZ &ip) | |
PixelXYZ (const PixelRGB< T > &iPixel) | |
PixelXYZ (const PixelHLS< T > &iPixel) | |
PixelXYZ (const PixelLuv< T > &iPixel) | |
PixelXYZ (const PixelLab< T > &iPixel) | |
PixelXYZ (const PixelLch< T > &iPixel) | |
PixelXYZ (const PixelHLab< T > &iPixel) | |
PixelXYZ & | operator= (const PixelXYZ &ip) |
template<typename U > | |
PixelXYZ (const PixelXYZ< U > &ip) | |
template<typename U > | |
PixelXYZ & | operator= (const PixelXYZ< U > &ip) |
T | GetChannel0 () const |
T | GetChannel1 () const |
T | GetChannel2 () const |
T | GetX () const |
T | GetY () const |
T | GetZ () const |
T | GetLuminance () const |
Static Public Member Functions | |
static const PixelXYZ | Null () |
static const PixelXYZ | Black () |
static const PixelXYZ | 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 [_channels] | |
struct { | |
T _X | |
T _Y | |
T _Z | |
} | |
}; | |
Static Public Attributes | |
static const bool | _bColor = true |
static const bool | _bGrey = false |
static const bool | _bHasAlpha = false |
static const uint32 | _channels = 3 |
Definition at line 545 of file Pixels.h.
typedef T eLynx::Image::PixelXYZ< T >::type |
typedef IntegerToType< ResolutionTypeTraits<T>::_bInteger > eLynx::Image::PixelXYZ< T >::IntType |
typedef LutToType< ResolutionTypeTraits<T>::_bLUT > eLynx::Image::PixelXYZ< T >::LutType |
typedef ResolutionTypeTraits<T>::SumOverflow_type eLynx::Image::PixelXYZ< T >::S_type |
typedef ResolutionTypeTraits<T>::MulOverflow_type eLynx::Image::PixelXYZ< T >::M_type |
typedef ResolutionTypeTraits<T>::Floating_type eLynx::Image::PixelXYZ< T >::F_type |
typedef PixelXYZ<S_type> eLynx::Image::PixelXYZ< T >::SumOverflowPixel |
typedef PixelXYZ<M_type> eLynx::Image::PixelXYZ< T >::MulOverflowPixel |
typedef PixelXYZ<F_type> eLynx::Image::PixelXYZ< T >::FloatingPixel |
eLynx::Image::PixelXYZ< T >::PixelXYZ | ( | ) | [inline] |
eLynx::Image::PixelXYZ< T >::PixelXYZ | ( | T | iX, | |
T | iY, | |||
T | iZ | |||
) | [inline] |
eLynx::Image::PixelXYZ< T >::PixelXYZ | ( | const PixelXYZ< T > & | ip | ) | [inline] |
eLynx::Image::PixelXYZ< T >::PixelXYZ | ( | const PixelRGB< T > & | iPixel | ) |
eLynx::Image::PixelXYZ< T >::PixelXYZ | ( | const PixelHLS< T > & | iPixel | ) |
eLynx::Image::PixelXYZ< T >::PixelXYZ | ( | const PixelLuv< T > & | iPixel | ) |
eLynx::Image::PixelXYZ< T >::PixelXYZ | ( | const PixelLab< T > & | iPixel | ) |
eLynx::Image::PixelXYZ< T >::PixelXYZ | ( | const PixelLch< T > & | iPixel | ) |
eLynx::Image::PixelXYZ< T >::PixelXYZ | ( | const PixelHLab< T > & | iPixel | ) |
eLynx::Image::PixelXYZ< T >::PixelXYZ | ( | const PixelXYZ< U > & | ip | ) | [inline] |
PixelXYZ& eLynx::Image::PixelXYZ< T >::operator= | ( | const PixelXYZ< T > & | ip | ) | [inline] |
PixelXYZ& eLynx::Image::PixelXYZ< T >::operator= | ( | const PixelXYZ< U > & | ip | ) | [inline] |
static const PixelXYZ eLynx::Image::PixelXYZ< T >::Null | ( | ) | [inline, static] |
static const PixelXYZ eLynx::Image::PixelXYZ< T >::Black | ( | ) | [inline, static] |
static const PixelXYZ eLynx::Image::PixelXYZ< T >::White | ( | ) | [inline, static] |
T eLynx::Image::PixelXYZ< T >::GetChannel0 | ( | ) | const [inline] |
T eLynx::Image::PixelXYZ< T >::GetChannel1 | ( | ) | const [inline] |
T eLynx::Image::PixelXYZ< T >::GetChannel2 | ( | ) | const [inline] |
T eLynx::Image::PixelXYZ< T >::GetX | ( | ) | const [inline] |
T eLynx::Image::PixelXYZ< T >::GetY | ( | ) | const [inline] |
T eLynx::Image::PixelXYZ< T >::GetZ | ( | ) | const [inline] |
T eLynx::Image::PixelXYZ< T >::GetLuminance | ( | ) | const [inline] |
static const uint32 eLynx::Image::PixelXYZ< T >::GetChannelCount | ( | ) | [inline, static] |
static const uint32 eLynx::Image::PixelXYZ< T >::GetChannelMask | ( | ) | [inline, static] |
static bool eLynx::Image::PixelXYZ< T >::IsFullMask | ( | uint32 | iMask | ) | [inline, static] |
static bool eLynx::Image::PixelXYZ< T >::IsMasking | ( | uint32 | iMask | ) | [inline, static] |
static const EPixelMode eLynx::Image::PixelXYZ< T >::GetPixelMode | ( | ) | [inline, static] |
static const EPixelType eLynx::Image::PixelXYZ< T >::GetPixelType | ( | ) | [inline, static] |
static const EColorSpace eLynx::Image::PixelXYZ< T >::GetColorSpace | ( | ) | [inline, static] |
static const EResolution eLynx::Image::PixelXYZ< T >::GetResolution | ( | ) | [inline, static] |
static const bool eLynx::Image::PixelXYZ< T >::HasAlpha | ( | ) | [inline, static] |
static const bool eLynx::Image::PixelXYZ< T >::IsGrey | ( | ) | [inline, static] |
static const bool eLynx::Image::PixelXYZ< T >::IsColor | ( | ) | [inline, static] |
static EPixelFormat eLynx::Image::PixelXYZ< T >::GetPixelFormat | ( | ) | [static] |
const bool eLynx::Image::PixelXYZ< T >::_bColor = true [static] |
const bool eLynx::Image::PixelXYZ< T >::_bGrey = false [static] |
const bool eLynx::Image::PixelXYZ< T >::_bHasAlpha = false [static] |
const uint32 eLynx::Image::PixelXYZ< T >::_channels = 3 [static] |
T eLynx::Image::PixelXYZ< T >::_channel[_channels] |
T eLynx::Image::PixelXYZ< T >::_X |
T eLynx::Image::PixelXYZ< T >::_Y |
T eLynx::Image::PixelXYZ< T >::_Z |
union { ... } |