X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmVR.h;h=11ad35969fe7741a0b50f2a65ff941bde8940511;hb=cab33b4e50f532b0222121fca7daf9bdaf94eb7e;hp=82663675463063eb3cf0af556e130a25505ec369;hpb=06c1c583239fdf5196260e6ef83a78669c1bd17f;p=gdcm.git diff --git a/src/gdcmVR.h b/src/gdcmVR.h index 82663675..11ad3596 100644 --- a/src/gdcmVR.h +++ b/src/gdcmVR.h @@ -6,6 +6,7 @@ #include "gdcmCommon.h" #include #include +#include //----------------------------------------------------------------------------- typedef std::string VRKey; @@ -17,10 +18,14 @@ typedef std::map VRHT; // Value Representation Hash Table * Container for dicom Value Representation Hash Table * \note This is a singleton */ -class GDCM_EXPORT gdcmVR { +class GDCM_EXPORT gdcmVR +{ public: gdcmVR(void); ~gdcmVR(); + + void Print(std::ostream &os = std::cout); + int Count(VRKey key); private: