X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmUtil.h;h=cb9dcbd389ea8a9407a4fad58bb2f4bd799c6b3b;hb=00bc08e9b8fd5aadac41221a071783ef3d485f94;hp=325bde910b5bdf53f33cb03e3b8ce960b633d05c;hpb=541ed5b2824ff14630565a474b1406e58b677662;p=gdcm.git diff --git a/src/gdcmUtil.h b/src/gdcmUtil.h index 325bde91..cb9dcbd3 100644 --- a/src/gdcmUtil.h +++ b/src/gdcmUtil.h @@ -7,6 +7,7 @@ #include #include #include "gdcmVR.h" +#include "gdcmDictSet.h" using namespace std; class gdcmDebug { @@ -24,10 +25,12 @@ public: class gdcmGlobal { private: static gdcmVR *VR; + static gdcmDictSet *Dicts; public: gdcmGlobal(void); - ~gdcmGlobal(void); + ~gdcmGlobal(); static gdcmVR * GetVR(void); + static gdcmDictSet * GetDicts(void); }; istream & eatwhite(istream & is);