X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FcpPlugins%2FPlugins%2FBasicFilters%2FBinaryThresholdImageFilter.h;h=4658f9d23f094dd43bf8174d33e2ce650088bbc0;hb=a7ecb3b53f6688a84e4e5415486786863f72d672;hp=b41015102473d38b54cad4e3add0c1adf4f093ad;hpb=94a44f4cdf4747eccc933df0a9c75ec86e825d2e;p=cpPlugins.git diff --git a/lib/cpPlugins/Plugins/BasicFilters/BinaryThresholdImageFilter.h b/lib/cpPlugins/Plugins/BasicFilters/BinaryThresholdImageFilter.h index b410151..4658f9d 100644 --- a/lib/cpPlugins/Plugins/BasicFilters/BinaryThresholdImageFilter.h +++ b/lib/cpPlugins/Plugins/BasicFilters/BinaryThresholdImageFilter.h @@ -14,14 +14,17 @@ 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 + ); protected: BinaryThresholdImageFilter( ); @@ -30,7 +33,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 );