]> Creatis software - cpPlugins.git/blobdiff - lib/cpPlugins/Interface/BaseProcessObjects.h
binary threshold image filter added
[cpPlugins.git] / lib / cpPlugins / Interface / BaseProcessObjects.h
index 688a9555f6847b065277ff72d84a0e77d4c73832..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                                     \
     );                                                                  \
@@ -139,10 +175,18 @@ namespace cpPlugins
     cpPlugins_Interface_Define_ProcessObject( MeshSource, SourceObject );
     cpPlugins_Interface_Define_ProcessObject( ImageSink, SinkObject );
     cpPlugins_Interface_Define_ProcessObject( MeshSink, SinkObject );
-    cpPlugins_Interface_Define_ProcessObject( ImageToImageFilter, FilterObject );
-    cpPlugins_Interface_Define_ProcessObject( ImageToMeshFilter, FilterObject );
-    cpPlugins_Interface_Define_ProcessObject( MeshToImageFilter, FilterObject );
-    cpPlugins_Interface_Define_ProcessObject( MeshToMeshFilter, FilterObject );
+    cpPlugins_Interface_Define_ProcessObject(
+      ImageToImageFilter, FilterObject
+      );
+    cpPlugins_Interface_Define_ProcessObject(
+      ImageToMeshFilter, FilterObject
+      );
+    cpPlugins_Interface_Define_ProcessObject(
+      MeshToImageFilter, FilterObject
+      );
+    cpPlugins_Interface_Define_ProcessObject(
+      MeshToMeshFilter, FilterObject
+      );
 
   } // ecapseman