X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmVR.cxx;h=c400af1489e6200db6120feb75d53fe0b650c765;hb=44a9814938a6824d3a66b932429084517da6dadf;hp=9a7091686fa497306cc87d39d2643d6e5f22e3cc;hpb=8b0d3c6c373474dc31af9eb56cf949298a723a76;p=gdcm.git diff --git a/src/gdcmVR.cxx b/src/gdcmVR.cxx index 9a709168..c400af14 100644 --- a/src/gdcmVR.cxx +++ b/src/gdcmVR.cxx @@ -1,5 +1,21 @@ -// gdcmVR.cxx -//----------------------------------------------------------------------------- +/*========================================================================= + + Program: gdcm + Module: $RCSfile: gdcmVR.cxx,v $ + Language: C++ + Date: $Date: 2004/09/10 18:54:39 $ + Version: $Revision: 1.16 $ + + Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de + l'Image). All rights reserved. See Doc/License.txt or + http://www.creatis.insa-lyon.fr/Public/Gdcm/License.htm for details. + + This software is distributed WITHOUT ANY WARRANTY; without even + the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR + PURPOSE. See the above copyright notices for more information. + +=========================================================================*/ + #include #include @@ -53,7 +69,6 @@ gdcmVR::~gdcmVR() { //----------------------------------------------------------------------------- // Print /** - * \ingroup gdcmVR * \brief Print all * @param os The output stream to be written to. */ @@ -61,7 +76,7 @@ void gdcmVR::Print(std::ostream &os) { std::ostringstream s; - for (VRHT::iterator it = vr.begin(); it != vr.end(); ++it) + for (gdcmVRHT::iterator it = vr.begin(); it != vr.end(); ++it) { s << "VR : "<first<<" = "<second<