]> Creatis software - cpPlugins.git/blobdiff - lib/cpPlugins/Interface/BaseProcessObjects.h
...
[cpPlugins.git] / lib / cpPlugins / Interface / BaseProcessObjects.h
index 229a0c34b9a98b8920ec830fd6a656d3f899f431..04c29822b1b7afb3660d53ed0f00170477adaaca 100644 (file)
   else cpPlugins_Image_Input_Demangle(                                  \
     itk::RGBPixel< short >, D, I, O, r, f                               \
     );                                                                  \
+  else cpPlugins_Image_Input_Demangle(                                  \
+    itk::RGBPixel< int >, D, I, O, r, f                                 \
+    );                                                                  \
+  else cpPlugins_Image_Input_Demangle(                                  \
+    itk::RGBPixel< long >, D, I, O, r, f                                \
+    );                                                                  \
   else cpPlugins_Image_Input_Demangle(                                  \
     itk::RGBPixel< unsigned char >, D, I, O, r, f                       \
     );                                                                  \
   else cpPlugins_Image_Input_Demangle(                                  \
     itk::RGBPixel< unsigned short >, D, I, O, r, f                      \
     );                                                                  \
+  else cpPlugins_Image_Input_Demangle(                                  \
+    itk::RGBPixel< unsigned int >, D, I, O, r, f                        \
+    );                                                                  \
+  else cpPlugins_Image_Input_Demangle(                                  \
+    itk::RGBPixel< unsigned long >, D, I, O, r, f                       \
+    );                                                                  \
+  else cpPlugins_Image_Input_Demangle(                                  \
+    itk::RGBPixel< float >, D, I, O, r, f                               \
+    );                                                                  \
+  else cpPlugins_Image_Input_Demangle(                                  \
+    itk::RGBPixel< double >, D, I, O, r, f                              \
+    );                                                                  \
   else cpPlugins_Image_Input_Demangle(                                  \
     itk::RGBAPixel< char >, D, I, O, r, f                               \
     );                                                                  \
   else cpPlugins_Image_Input_Demangle(                                  \
     itk::RGBAPixel< short >, D, I, O, r, f                              \
     );                                                                  \
+  else cpPlugins_Image_Input_Demangle(                                  \
+    itk::RGBAPixel< int >, D, I, O, r, f                                \
+    );                                                                  \
+  else cpPlugins_Image_Input_Demangle(                                  \
+    itk::RGBAPixel< long >, D, I, O, r, f                               \
+    );                                                                  \
   else cpPlugins_Image_Input_Demangle(                                  \
     itk::RGBAPixel< unsigned char >, D, I, O, r, f                      \
     );                                                                  \
   else cpPlugins_Image_Input_Demangle(                                  \
     itk::RGBAPixel< unsigned short >, D, I, O, r, f                     \
     );                                                                  \
+  else cpPlugins_Image_Input_Demangle(                                  \
+    itk::RGBAPixel< unsigned int >, D, I, O, r, f                       \
+    );                                                                  \
+  else cpPlugins_Image_Input_Demangle(                                  \
+    itk::RGBAPixel< unsigned long >, D, I, O, r, f                      \
+    );                                                                  \
+  else cpPlugins_Image_Input_Demangle(                                  \
+    itk::RGBAPixel< float >, D, I, O, r, f                              \
+    );                                                                  \
+  else cpPlugins_Image_Input_Demangle(                                  \
+    itk::RGBAPixel< double >, D, I, O, r, f                             \
+    );                                                                  \
   else cpPlugins_Image_Input_Demangle(                                  \
     itk::Offset< D >, D, I, O, r, f                                     \
     );                                                                  \