21#ifndef mia_core_pixeltype_hh
22#define mia_core_pixeltype_hh
86struct pixel_type<bool> {
91struct pixel_type<int8_t> {
96struct pixel_type<uint8_t> {
101struct pixel_type<int16_t> {
106struct pixel_type<uint16_t> {
111struct pixel_type<int32_t> {
116struct pixel_type<uint32_t> {
121struct pixel_type<int64_t> {
126struct pixel_type<uint64_t> {
131struct pixel_type<float> {
136struct 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