X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDict.h;h=10a585693b1a93de7b15dd2a687219730c313f42;hb=9b3db5f141ec2b11eadefaa2ea2a3a20058b37f9;hp=8add2a6bfe75bda9e4ae4b21f89599e1b36a9561;hpb=1e74cf45bc96f14c342cc404f0f91dfffe0810b9;p=gdcm.git diff --git a/src/gdcmDict.h b/src/gdcmDict.h index 8add2a6b..10a58569 100644 --- a/src/gdcmDict.h +++ b/src/gdcmDict.h @@ -42,12 +42,12 @@ public: bool RemoveEntry (guint16 group, guint16 element); // Tag - gdcmDictEntry * GetTagByName(TagName name); - gdcmDictEntry * GetTagByNumber(guint16 group, guint16 element); + gdcmDictEntry *GetDictEntryByName(TagName name); + gdcmDictEntry *GetDictEntryByNumber(guint16 group, guint16 element); - std::list *GetTagNames(void); + std::list *GetDictEntryNames(void); std::map > * - GetTagNamesByCategory(void); + GetDictEntryNamesByCategory(void); /** * \ingroup gdcmDict @@ -57,9 +57,8 @@ public: inline TagKeyHT & gdcmDict::GetEntries(void) { return KeyHt; } private: - std::string name; + /// ASCII file holding the Dictionnary std::string filename; - /// Access through TagKey (see alternate access with NameHt) TagKeyHT KeyHt; /// Access through TagName (see alternate access with KeyHt)