X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FcpPlugins%2FInterface%2FBaseProcessObjects.h;h=04c29822b1b7afb3660d53ed0f00170477adaaca;hb=75dc4945344b4a5a7be10a3ca33fa2e6fff87df8;hp=229a0c34b9a98b8920ec830fd6a656d3f899f431;hpb=75740198fa0c55f8fdcd8b33ddff00071c893a94;p=cpPlugins.git diff --git a/lib/cpPlugins/Interface/BaseProcessObjects.h b/lib/cpPlugins/Interface/BaseProcessObjects.h index 229a0c3..04c2982 100644 --- a/lib/cpPlugins/Interface/BaseProcessObjects.h +++ b/lib/cpPlugins/Interface/BaseProcessObjects.h @@ -82,24 +82,60 @@ 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 \ ); \