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=74a970f49d56100a4101c14d7dae37f0773329cf;hb=72853b99e3ec514e82859f47b390be4dc2958d0b;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..74a970f 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( );