]> Creatis software - clitk.git/blob - tools/clitkDicomWave2Text.h
Make clitkDicomWave2Text compile with itk4
[clitk.git] / tools / clitkDicomWave2Text.h
1 #ifndef CLITKDICOMWAVE2TEXT_H
2 #define CLITKDICOMWAVE2TEXT_H
3
4 namespace clitk {
5
6   //---------------------------------------------------------------------
7   class DicomWave2Text
8   {
9
10       public:
11       //constructor;
12       DicomWave2Text();
13       //destructor;
14       ~DicomWave2Text();
15
16   };
17
18 } // end namespace
19
20 #endif