X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=inline;f=src%2FgdcmVR.cxx;h=596ac9ee37a958771c2c8958ca9983ae55755f46;hb=8ac4df8c7543a827c7b89fc9bbcf86625f3c1afe;hp=12370084c5d39d408fb226c2cc210acb751e21db;hpb=9f596ccd6001b165eca959c6a7b104eb10ff9911;p=gdcm.git diff --git a/src/gdcmVR.cxx b/src/gdcmVR.cxx index 12370084..596ac9ee 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/27 08:39:08 $ + Version: $Revision: 1.17 $ + + 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.html 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 @@ -60,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<