]> Creatis software - gdcm.git/blobdiff - src/gdcmUtil.h
* Added python wrappers of vtkGdcmReader vtk class (see the
[gdcm.git] / src / gdcmUtil.h
index 325bde910b5bdf53f33cb03e3b8ce960b633d05c..cb9dcbd389ea8a9407a4fad58bb2f4bd799c6b3b 100644 (file)
@@ -7,6 +7,7 @@
 #include <vector>
 #include <string>
 #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);