X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FcpPlugins%2FPlugins%2FBasicFilters%2FBinaryThresholdImageFilter.h;h=7bfa56c9812c27d23e5cf61d4b6ac18caeff8c2d;hb=a4bc3b8e36e91e45f37a3b7eecb5789c635aa5c0;hp=b41015102473d38b54cad4e3add0c1adf4f093ad;hpb=c3c3da5217b6eb255db9c0424f22d4e01250901e;p=cpPlugins.git diff --git a/lib/cpPlugins/Plugins/BasicFilters/BinaryThresholdImageFilter.h b/lib/cpPlugins/Plugins/BasicFilters/BinaryThresholdImageFilter.h index b410151..7bfa56c 100644 --- a/lib/cpPlugins/Plugins/BasicFilters/BinaryThresholdImageFilter.h +++ b/lib/cpPlugins/Plugins/BasicFilters/BinaryThresholdImageFilter.h @@ -14,14 +14,21 @@ namespace cpPlugins : public cpPlugins::Interface::ImageToImageFilter { public: - typedef BinaryThresholdImageFilter Self; + 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 ); + itkTypeMacro( + BinaryThresholdImageFilter, + cpPluginsInterfaceImageToImageFilter + ); + cpPlugins_Id_Macro( + cpPlugins::BasicFilters::BinaryThresholdImageFilter, + "ImageToImageFilter" + ); protected: BinaryThresholdImageFilter( ); @@ -30,7 +37,7 @@ namespace cpPlugins virtual std::string _GenerateData( ); template< class I > - inline std::string _DemangleOutput( itk::DataObject* image ); + inline std::string _GD0( itk::DataObject* image ); template< class I, class O > inline std::string _RealGD( itk::DataObject* image );