From: David Sarrut Date: Mon, 7 Nov 2011 15:13:12 +0000 (+0100) Subject: compatibility with itk3.2 debug X-Git-Tag: v1.3.0~104^2~39 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=737670c7204c26d88d701dd415b4412356b9ef8f;p=clitk.git compatibility with itk3.2 debug --- diff --git a/itk/clitkRelativePositionDataBase.h b/itk/clitkRelativePositionDataBase.h index 57cdcec..439c015 100644 --- a/itk/clitkRelativePositionDataBase.h +++ b/itk/clitkRelativePositionDataBase.h @@ -109,6 +109,9 @@ namespace clitk { os << std::endl; } }; + std::ostream operator<<(std::ostream & os, const clitk::RelativePositionInformationType & rp) { + rp.Print(os); + } //--------------------------------------------------------------------