]> Creatis software - gdcm.git/blob - src/gdcmIdo.h
* src/*.h : add comments
[gdcm.git] / src / gdcmIdo.h
1 // gdcmIdo.h
2
3 #include "gdcmHeader.h"
4
5 /*
6  * A gdcmHeaderIdo is a specific gdcmHeader that recognize
7  * the creation's source of the file : the libIdo library.
8  * Thus the file type is modified in consequence.
9  *
10  * \see gdcmHeader
11  */
12 class gdcmHeaderIdo: protected gdcmHeader {
13 private:
14         void setAcrLibido(void);
15         void BuildHeader(void);
16
17 public:
18         gdcmHeaderIdo(char* filename);
19 };