Go to the documentation of this file.
21 #ifndef mia_core_pixeltype_hh
22 #define mia_core_pixeltype_hh
25 #include <miaconfig.h>
86 struct pixel_type<bool> {
91 struct pixel_type<int8_t> {
96 struct pixel_type<uint8_t> {
101 struct pixel_type<int16_t> {
106 struct pixel_type<uint16_t> {
111 struct pixel_type<int32_t> {
116 struct pixel_type<uint32_t> {
121 struct pixel_type<int64_t> {
126 struct pixel_type<uint64_t> {
131 struct pixel_type<float> {
136 struct pixel_type<double> {
#define NS_MIA_BEGIN
conveniance define to start the mia namespace
#define NS_MIA_END
conveniance define to end the mia namespace
A mapper from emums to string values. - usefull for names flags.
const EXPORT_CORE TDictMap< EPixelConversion > CPixelConversionDict
dictionary for the pixel conversion types
#define EXPORT_CORE
Macro to manage Visual C++ style dllimport/dllexport.
const EXPORT_CORE TDictMap< EPixelType > CPixelTypeDict
dictionary for the pixel types
const EXPORT_CORE TDictMap< EPixelConversion >::Table ConversionTypeTable[]
dictionary table for the pixel conversion types
const EXPORT_CORE TDictMap< EPixelType >::Table PixelTypeTable[]
dictionary table for the pixel types