]> Creatis software - cpPlugins.git/blobdiff - lib/cpExtensions/Algorithms/RGBImageToOtherChannelsFilter.h
...
[cpPlugins.git] / lib / cpExtensions / Algorithms / RGBImageToOtherChannelsFilter.h
index eec919d8b89034409d10faca6e7bd1cc1e032aad..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( );