]> Creatis software - clitk.git/blob - tools/clitkDicomWave2Text.h
fa492679bdebda6b18532334efdabb5a96fd5592
[clitk.git] / tools / clitkDicomWave2Text.h
1 #ifndef CLITKDICOMWAVE2TEXT_H
2 #define CLITKDICOMWAVE2TEXT_H
3
4 #include "clitkCommon.h"
5 //gdcm include
6 #include "gdcmUtil.h"
7 #include "gdcmFile.h"
8 #include "gdcmValEntry.h"
9 #include "gdcmSeqEntry.h"
10 #include "gdcmSQItem.h"
11 #include "gdcmSerieHelper.h"
12
13
14 namespace clitk {
15
16   //---------------------------------------------------------------------
17   class DicomWave2Text
18   {
19
20       public:
21       //constructor;
22       DicomWave2Text();
23       //destructor;
24       ~DicomWave2Text();
25
26   };
27   
28 } // end namespace
29
30 #endif