X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=src%2FgdcmTS.h;h=65b4a35d728e786fa387a5459feef9867d1da3fe;hb=81e328d78c2028a7c2ecb86e6cee04839f4d56b2;hp=7cd142bc14362332feca2f7f7048d2c01f7922a7;hpb=06c1c583239fdf5196260e6ef83a78669c1bd17f;p=gdcm.git diff --git a/src/gdcmTS.h b/src/gdcmTS.h index 7cd142bc..65b4a35d 100644 --- a/src/gdcmTS.h +++ b/src/gdcmTS.h @@ -6,6 +6,7 @@ #include "gdcmCommon.h" #include #include +#include //----------------------------------------------------------------------------- typedef std::string TSKey; @@ -21,6 +22,9 @@ class GDCM_EXPORT gdcmTS { public: gdcmTS(void); ~gdcmTS(); + + void Print(std::ostream &os = std::cout); + int Count(TSKey key); std::string GetValue(TSKey key);