21 #ifndef mia_core_pixeltype_hh
22 #define mia_core_pixeltype_hh
25 #include <miaconfig.h>
87 struct pixel_type<bool> {
92 struct pixel_type<signed char> {
97 struct pixel_type<unsigned char> {
102 struct pixel_type<signed short> {
107 struct pixel_type<unsigned short> {
112 struct pixel_type<signed int> {
117 struct pixel_type<unsigned int> {
123 struct pixel_type<signed long> {
128 struct pixel_type<unsigned long> {
134 struct pixel_type<float> {
139 struct pixel_type<double> {
#define NS_MIA_BEGIN
conveniance define to start the mia namespace
EXPORT_CORE const TDictMap< EPixelType > CPixelTypeDict
dictionary for the pixel types
EXPORT_CORE const TDictMap< EPixelConversion >::Table ConversionTypeTable[]
dictionary table for the pixel conversion types
EXPORT_CORE const TDictMap< EPixelConversion > CPixelConversionDict
dictionary for the pixel conversion types
#define EXPORT_CORE
Macro to manage Visual C++ style dllimport/dllexport.
EXPORT_CORE const TDictMap< EPixelType >::Table PixelTypeTable[]
dictionary table for the pixel types
A mapper from emums to string values. - usefull for names flags.
#define NS_MIA_END
conveniance define to end the mia namespace