X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=itk%2FclitkRelativePositionDataBase.h;h=fa83a3ea3b3fe8dd9c07db2eabd5ffca8f50a010;hb=afede09ad631dcf7297e3189aeb1d2288fb25902;hp=439c015bc3b912e8458ae9f9f94896d01c291163;hpb=737670c7204c26d88d701dd415b4412356b9ef8f;p=clitk.git diff --git a/itk/clitkRelativePositionDataBase.h b/itk/clitkRelativePositionDataBase.h index 439c015..fa83a3e 100644 --- a/itk/clitkRelativePositionDataBase.h +++ b/itk/clitkRelativePositionDataBase.h @@ -109,9 +109,7 @@ namespace clitk { os << std::endl; } }; - std::ostream operator<<(std::ostream & os, const clitk::RelativePositionInformationType & rp) { - rp.Print(os); - } + std::ostream& operator<<(std::ostream & os, const clitk::RelativePositionInformationType & rp); //--------------------------------------------------------------------