]> Creatis software - cpPlugins.git/blobdiff - lib/cpExtensions/Algorithms/RGBImageToOtherChannelsFilter.h
Cast image filter added. ROI filter modified.
[cpPlugins.git] / lib / cpExtensions / Algorithms / RGBImageToOtherChannelsFilter.h
index b5370154bdda2920efdf21fb78711c62f550937b..4ce67542dccbfb74e182bd951160cc6e92c9703e 100644 (file)
@@ -33,19 +33,6 @@ namespace cpExtensions
       itkNewMacro( Self );
       itkTypeMacro( RGBImageToOtherChannelsFilter, itkImageToImageFilter );
 
-    public:
-      O* GetChannel1( );
-      O* GetChannel2( );
-      O* GetChannel3( );
-
-      const O* GetChannel1( ) const;
-      const O* GetChannel2( ) const;
-      const O* GetChannel3( ) const;
-
-      void GraftChannel1( O* c1 );
-      void GraftChannel2( O* c2 );
-      void GraftChannel3( O* c3 );
-
     protected:
       RGBImageToOtherChannelsFilter( );
       virtual ~RGBImageToOtherChannelsFilter( );
@@ -71,7 +58,9 @@ namespace cpExtensions
 
 } // ecapseman
 
+#ifndef ITK_MANUAL_INSTANTIATION
 #include <cpExtensions/Algorithms/RGBImageToOtherChannelsFilter.hxx>
+#endif // ITK_MANUAL_INSTANTIATION
 
 #endif // __CPEXTENSIONS__ALGORITHMS__RGBIMAGETOOTHERCHANNELSFILTER__H__