X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=lib%2FcpExtensions%2FAlgorithms%2FRGBImageToOtherChannelsFilter.h;h=4ce67542dccbfb74e182bd951160cc6e92c9703e;hb=8eaa2cf759c39233848cdd5b8346faccbea4c172;hp=eec919d8b89034409d10faca6e7bd1cc1e032aad;hpb=a3cae0375976d524c957493a3cc565b9f5b20bce;p=cpPlugins.git diff --git a/lib/cpExtensions/Algorithms/RGBImageToOtherChannelsFilter.h b/lib/cpExtensions/Algorithms/RGBImageToOtherChannelsFilter.h index eec919d..4ce6754 100644 --- a/lib/cpExtensions/Algorithms/RGBImageToOtherChannelsFilter.h +++ b/lib/cpExtensions/Algorithms/RGBImageToOtherChannelsFilter.h @@ -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( );