]> Creatis software - gdcm.git/blobdiff - src/gdcmIdo.h
* src/*.h : add comments
[gdcm.git] / src / gdcmIdo.h
index 61796397ee884a17b2feee32db3da04dd10112a6..bd2a69860ffdc831ff587bbd20ccf9939ab17c56 100644 (file)
@@ -1,11 +1,19 @@
 // gdcmIdo.h
 
-#include "gdcm.h"
+#include "gdcmHeader.h"
 
+/*
+ * A gdcmHeaderIdo is a specific gdcmHeader that recognize
+ * the creation's source of the file : the libIdo library.
+ * Thus the file type is modified in consequence.
+ *
+ * \see gdcmHeader
+ */
 class gdcmHeaderIdo: protected gdcmHeader {
 private:
        void setAcrLibido(void);
        void BuildHeader(void);
+
 public:
        gdcmHeaderIdo(char* filename);
 };