My Project
|
Go to the source code of this file.
Enumerations | |
enum | EPixelConversion { pc_copy , pc_linear , pc_range , pc_opt , pc_opt_stat , pc_unknown } |
enum | EPixelType { it_bit , it_sbyte , it_ubyte , it_sshort , it_ushort , it_sint , it_uint , it_slong , it_ulong , it_float , it_double , it_none , it_unknown } |
Variables | |
EXPORT_CORE const TDictMap< EPixelConversion >::Table | ConversionTypeTable [] |
dictionary table for the pixel conversion types More... | |
EXPORT_CORE const TDictMap< EPixelConversion > | CPixelConversionDict |
dictionary for the pixel conversion types More... | |
EXPORT_CORE const TDictMap< EPixelType > | CPixelTypeDict |
dictionary for the pixel types More... | |
EXPORT_CORE const TDictMap< EPixelType >::Table | PixelTypeTable [] |
dictionary table for the pixel types More... | |
enum EPixelConversion |
types of pixel conversions
Definition at line 50 of file pixeltype.hh.
enum EPixelType |
an enumerate for the different pixel types
Definition at line 32 of file pixeltype.hh.
|
extern |
dictionary table for the pixel conversion types
|
extern |
dictionary for the pixel conversion types
|
extern |
dictionary for the pixel types
|
extern |
dictionary table for the pixel types