X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FcpPlugins%2FPlugins%2FBasicFilters%2FBinaryThresholdImageFilter.h;fp=lib%2FcpPlugins%2FPlugins%2FBasicFilters%2FBinaryThresholdImageFilter.h;h=0000000000000000000000000000000000000000;hb=98390bcac544f7f3a6762ce812dda491213d6f13;hp=76b725b95832beab58857d7df06f7daab435ec4c;hpb=b6c7e73ebcce23619daced67f85d9e1364b33f30;p=cpPlugins.git diff --git a/lib/cpPlugins/Plugins/BasicFilters/BinaryThresholdImageFilter.h b/lib/cpPlugins/Plugins/BasicFilters/BinaryThresholdImageFilter.h deleted file mode 100644 index 76b725b..0000000 --- a/lib/cpPlugins/Plugins/BasicFilters/BinaryThresholdImageFilter.h +++ /dev/null @@ -1,57 +0,0 @@ -#ifndef __CPPLUGINS__PLUGINS__BINARYTHRESHOLDIMAGEFILTER__H__ -#define __CPPLUGINS__PLUGINS__BINARYTHRESHOLDIMAGEFILTER__H__ - -#include -#include - -namespace cpPlugins -{ - namespace BasicFilters - { - /** - */ - class cpPluginsBasicFilters_EXPORT BinaryThresholdImageFilter - : public cpPlugins::Interface::ImageToImageFilter - { - public: - typedef BinaryThresholdImageFilter Self; - typedef cpPlugins::Interface::ImageToImageFilter Superclass; - typedef itk::SmartPointer< Self > Pointer; - typedef itk::SmartPointer< const Self > ConstPointer; - - public: - itkNewMacro( Self ); - itkTypeMacro( - BinaryThresholdImageFilter, - cpPluginsInterfaceImageToImageFilter - ); - cpPlugins_Id_Macro( - cpPlugins::BasicFilters::BinaryThresholdImageFilter, - ImageToBinaryImageFilter - ); - - protected: - BinaryThresholdImageFilter( ); - virtual ~BinaryThresholdImageFilter( ); - - virtual std::string _GenerateData( ); - - template< class I > - inline std::string _GD0( itk::DataObject* image ); - - template< class I, class O > - inline std::string _RealGD( itk::DataObject* image ); - - private: - // Purposely not implemented - BinaryThresholdImageFilter( const Self& ); - Self& operator=( const Self& ); - }; - - } // ecapseman - -} // ecapseman - -#endif // __CPPLUGINS__PLUGINS__BINARYTHRESHOLDIMAGEFILTER__H__ - -// eof - $RCSfile$