X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmVR.h;h=2fed34d18eec9b28ee3c865b9c145ee305fcf18e;hb=4297b237d3010e089a89e0242d4151168553778f;hp=7a2af7b5b5c5cdfafd8d35b948222ff337233d37;hpb=6b51b22366f878e1050c75a6ebb755bd2ff365c7;p=gdcm.git diff --git a/src/gdcmVR.h b/src/gdcmVR.h index 7a2af7b5..2fed34d1 100644 --- a/src/gdcmVR.h +++ b/src/gdcmVR.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmVR.h,v $ Language: C++ - Date: $Date: 2005/10/25 14:52:35 $ - Version: $Revision: 1.25 $ + Date: $Date: 2005/10/26 08:04:16 $ + Version: $Revision: 1.26 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -46,7 +46,8 @@ class GDCM_EXPORT VR : public RefCounter public: static VR *New() {return new VR();} - void Print(std::ostream &os = std::cout); + virtual void Print(std::ostream &os = std::cout, + std::string const &indent = "" ); /// \brief Get the count for an element int Count(VRKey const &key) { return vr.count(key); };