]> Creatis software - gdcm.git/blobdiff - src/gdcmUtil.h
ajouts accesseurs
[gdcm.git] / src / gdcmUtil.h
index 32f68172b2576a8fb58f541a8e969ea7fef2420e..3432bf933ae2ecfd2f3fa33e50ccde5bef15db19 100644 (file)
@@ -1,6 +1,8 @@
 // gdcmUtil.h
 
 #include <iostream>
+#include <vector>
+#include <string>
 using namespace std;
 
 class gdcmDebug {
@@ -17,4 +19,8 @@ public:
 
 istream & eatwhite(istream & is);
 
+void Tokenize (const string& str,
+               vector<string>& tokens,
+               const string& delimiters = " ");
+
 extern gdcmDebug dbg;