X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDict.h;h=7c01895f29f90181dcedc5832c20d6440362f831;hb=b868cc4addde15e2f692a7b1fe9451c1335258f4;hp=dd4910dc3451a8ea33fb6a52913d26c50e12717b;hpb=a0091d68a2eaa1a0c128f962030bb6c45cc0c366;p=gdcm.git diff --git a/src/gdcmDict.h b/src/gdcmDict.h index dd4910dc..7c01895f 100644 --- a/src/gdcmDict.h +++ b/src/gdcmDict.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDict.h,v $ Language: C++ - Date: $Date: 2004/11/16 02:54:35 $ - Version: $Revision: 1.23 $ + Date: $Date: 2005/01/07 09:03:52 $ + Version: $Revision: 1.28 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -19,7 +19,7 @@ #ifndef GDCMDICT_H #define GDCMDICT_H -#include "gdcmCommon.h" +#include "gdcmBase.h" #include "gdcmDictEntry.h" #include @@ -30,8 +30,8 @@ namespace gdcm { //----------------------------------------------------------------------------- +typedef std::string DictKey; typedef std::map TagKeyHT; -typedef std::map TagNameHT; typedef std::list EntryNamesList; typedef std::map > EntryNamesByCatMap; @@ -39,14 +39,14 @@ typedef std::map