X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FcpPlugins%2FPlugins%2FBasicFilters%2FBinaryThresholdImageFilter.h;h=6f8331453195c61d06c8fbf4a1e00bcf7d79e61f;hb=2553991938011b002691361f0ed4ae95a552a686;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..6f83314 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, + "ImageToBinaryImageFilter" + ); 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 );