From 737670c7204c26d88d701dd415b4412356b9ef8f Mon Sep 17 00:00:00 2001 From: David Sarrut Date: Mon, 7 Nov 2011 16:13:12 +0100 Subject: [PATCH] compatibility with itk3.2 debug --- itk/clitkRelativePositionDataBase.h | 3 +++ 1 file changed, 3 insertions(+) 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); + } //-------------------------------------------------------------------- -- 2.45.1