X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmVR.cxx;h=3fcb456cd0774173e51602ae22be8882d0a67ead;hb=709489e13fe8c2b2a3f0cff5b5c948fd516bf855;hp=12370084c5d39d408fb226c2cc210acb751e21db;hpb=9f596ccd6001b165eca959c6a7b104eb10ff9911;p=gdcm.git diff --git a/src/gdcmVR.cxx b/src/gdcmVR.cxx index 12370084..3fcb456c 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/07/02 13:55:28 $ + Version: $Revision: 1.15 $ + + 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 @@ -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<