X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=itk%2FclitkSetBackgroundImageFilter.h;h=500ecc4dc1603b83524c5585f70f7ebacb46cacc;hb=a523f5be1e221995c0d4d29a0077b5e8b984c96d;hp=e5ac118e58c8bf3a1d6de546b1b54a6dae80f241;hpb=65a613313ab43ff6efc452b378f7569e68e883a2;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;