21 #ifndef mia_core_pixeltype_hh 22 #define mia_core_pixeltype_hh 25 #include <miaconfig.h> 85 struct pixel_type<bool> {
90 struct pixel_type<int8_t> {
95 struct pixel_type<uint8_t> {
100 struct pixel_type<int16_t> {
105 struct pixel_type<uint16_t> {
110 struct pixel_type<int32_t> {
115 struct pixel_type<uint32_t> {
120 struct pixel_type<int64_t> {
125 struct pixel_type<uint64_t> {
130 struct pixel_type<float> {
135 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