]> Creatis software - gdcm.git/blobdiff - src/gdcmUtil.h
To avoid pb with xmedcon-breaker CT McTwin Elscint images
[gdcm.git] / src / gdcmUtil.h
index 131a57a590957eda921936bdf25ffab98b692a3a..2566e82fbd1a15e6f06898e556ee2b7bdd8db81b 100644 (file)
@@ -1,14 +1,14 @@
-// $Header: /cvs/public/gdcm/src/gdcmUtil.h,v 1.14 2003/09/19 15:36:05 malaterre Exp $
+// $Header: /cvs/public/gdcm/src/gdcmUtil.h,v 1.16 2003/10/02 11:26:16 malaterre Exp $
 
 #ifndef GDCMUTIL_H
 #define GDCMUTIL_H
 
-#include <iostream>
-#include <vector>
-#include <string>
 #include "gdcmVR.h"
 #include "gdcmTS.h"
 #include "gdcmDictSet.h"
+#include <iostream>
+#include <vector>
+#include <string>
 
 class gdcmDebug {
 private:
@@ -46,7 +46,7 @@ void Tokenize (const std::string& str,
 extern gdcmDebug dbg;
 
 char * _cleanString(char *v);
-//char * _CreateCleanString(std::string s);
+std::string _CreateCleanString(std::string s);
 
 std::string TranslateToKey(guint16 group, guint16 element);