21#ifndef mia_core_pixeltype_hh
22#define mia_core_pixeltype_hh
87struct pixel_type<bool> {
92struct pixel_type<int8_t> {
97struct pixel_type<uint8_t> {
102struct pixel_type<int16_t> {
107struct pixel_type<uint16_t> {
112struct pixel_type<int32_t> {
117struct pixel_type<uint32_t> {
122struct pixel_type<int64_t> {
127struct pixel_type<uint64_t> {
132struct pixel_type<float> {
137struct pixel_type<double> {
A mapper from emums to string values. - usefull for names flags.
#define NS_MIA_BEGIN
conveniance define to start the mia namespace
#define EXPORT_CORE
Macro to manage Visual C++ style dllimport/dllexport.
#define NS_MIA_END
conveniance define to end the mia namespace
EXPORT_CORE const TDictMap< EPixelType > CPixelTypeDict
dictionary for the pixel types
EXPORT_CORE const TDictMap< EPixelType >::Table PixelTypeTable[]
dictionary table for the pixel types
EXPORT_CORE const TDictMap< EPixelConversion > CPixelConversionDict
dictionary for the pixel conversion types
EXPORT_CORE const TDictMap< EPixelConversion >::Table ConversionTypeTable[]
dictionary table for the pixel conversion types