]> Creatis software - clitk.git/commitdiff
compatibility with itk3.2 debug
authorDavid Sarrut <david.sarrut@gmail.com>
Mon, 7 Nov 2011 15:13:12 +0000 (16:13 +0100)
committerDavid Sarrut <david.sarrut@gmail.com>
Mon, 7 Nov 2011 15:13:12 +0000 (16:13 +0100)
itk/clitkRelativePositionDataBase.h

index 57cdcec3f2ea70c93f6c5814b7d176efddaf420a..439c015bc3b912e8458ae9f9f94896d01c291163 100644 (file)
@@ -109,6 +109,9 @@ namespace clitk {
       os << std::endl;
     }
   };
+  std::ostream operator<<(std::ostream & os, const clitk::RelativePositionInformationType & rp) {
+    rp.Print(os);
+  }
   //--------------------------------------------------------------------