X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=itk%2FclitkSetBackgroundImageFilter.h;h=500ecc4dc1603b83524c5585f70f7ebacb46cacc;hb=8d51bd1cb7e9ca416b46677dcd73ba76d107a587;hp=e5ac118e58c8bf3a1d6de546b1b54a6dae80f241;hpb=5312281fb385245fff3d64693e1549ffc27206e4;p=clitk.git diff --git a/itk/clitkSetBackgroundImageFilter.h b/itk/clitkSetBackgroundImageFilter.h index e5ac118..500ecc4 100644 --- a/itk/clitkSetBackgroundImageFilter.h +++ b/itk/clitkSetBackgroundImageFilter.h @@ -20,6 +20,8 @@ #include "itkFlexibleBinaryFunctorImageFilter.h" #include "itkNumericTraits.h" +#include "clitkCommon.h" + namespace clitk { @@ -211,7 +213,7 @@ protected: SetBackgroundImageFilter() {} virtual ~SetBackgroundImageFilter() {} - void PrintSelf(std::ostream &os, itk::Indent indent) const + void PrintSelf(std::ostream &os, itk::Indent indent) const ITK_OVERRIDE { Superclass::PrintSelf(os, indent); os << indent << "OutsideValue: " << this->GetOutsideValue() << std::endl;