X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=src%2FgdcmDictSet.h;h=2c480fff5971b89aafb541324273b2cc40fb4539;hb=0aefbe64c65acfed527a7f18b352a2621f4bc92b;hp=a992fc66fc3990b9d33a21fae8998aba39618c3c;hpb=65467b71ee500909b0ef7c31d442ca0c160d6a15;p=gdcm.git diff --git a/src/gdcmDictSet.h b/src/gdcmDictSet.h index a992fc66..2c480fff 100644 --- a/src/gdcmDictSet.h +++ b/src/gdcmDictSet.h @@ -37,7 +37,7 @@ public: std::map > * GetPubDictEntryNamesByCategory(void); - void LoadDictFromFile(std::string FileName, DictKey Name); + gdcmDict *LoadDictFromFile(std::string FileName, DictKey Name); gdcmDict *GetDict(DictKey DictName); gdcmDict *GetDefaultPubDict(void); @@ -57,7 +57,7 @@ private: DictSetHT Dicts; /// Directory path to dictionaries std::string DictPath; - + /// H table for the on the fly created gdcmDictEntries std::map virtualEntry; };