X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDictEntry.h;h=5fc005d980b959f5f8e49d89798e027d84ec3984;hb=53d8646509a5a15166422a0d41533be61670c6aa;hp=89a85c0c704cff8a5490dc9b5d85eb1e90f833cf;hpb=f81c61f9ca9f0c33f35e04f2c1c1ffa11a09db59;p=gdcm.git diff --git a/src/gdcmDictEntry.h b/src/gdcmDictEntry.h index 89a85c0c..5fc005d9 100644 --- a/src/gdcmDictEntry.h +++ b/src/gdcmDictEntry.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDictEntry.h,v $ Language: C++ - Date: $Date: 2005/01/13 16:35:37 $ - Version: $Revision: 1.29 $ + Date: $Date: 2005/01/16 04:50:41 $ + Version: $Revision: 1.30 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -47,7 +47,7 @@ public: TagName const &name = GDCM_UNKNOWN); // Print - void Print(std::ostream &os = std::cout); + void Print(std::ostream &os = std::cout, std::string const &indent = ""); // Key creation static TagKey TranslateToKey(uint16_t group, uint16_t element);