]> Creatis software - gdcm.git/blobdiff - src/gdcmDict.h
BUG: Fix previously instroduce cmake bug, now should compile fine even without VTK...
[gdcm.git] / src / gdcmDict.h
index 56db9453a880ead7dc8d3b0d7a692120b3dfc152..1e83f1b692720b1c7f1f908184e6ecb067f02e31 100644 (file)
@@ -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();