X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDict.h;h=1e83f1b692720b1c7f1f908184e6ecb067f02e31;hb=0f683a63c5ba0c53a1077a6a61e8aa4b36c88d2b;hp=56db9453a880ead7dc8d3b0d7a692120b3dfc152;hpb=25c9af365d9221bd45f3fbe27275ff0f66a265b1;p=gdcm.git diff --git a/src/gdcmDict.h b/src/gdcmDict.h index 56db9453..1e83f1b6 100644 --- a/src/gdcmDict.h +++ b/src/gdcmDict.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDict.h,v $ Language: C++ - Date: $Date: 2005/02/07 09:51:03 $ - Version: $Revision: 1.38 $ + Date: $Date: 2005/05/11 15:01:47 $ + Version: $Revision: 1.39 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -61,6 +61,7 @@ public: // Tag DictEntry *GetEntry(uint16_t group, uint16_t elem); + DictEntry *GetEntry(TagKey const &key); DictEntry *GetFirstEntry(); DictEntry *GetNextEntry();