]> Creatis software - clitk.git/blobdiff - itk/clitkRelativePositionDataBase.h
compatibility with itk3.2 debug
[clitk.git] / 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);
+  }
   //--------------------------------------------------------------------