]> Creatis software - gdcm.git/blobdiff - src/gdcmIdo.h
* src/*.h : add comments
[gdcm.git] / src / gdcmIdo.h
index d22cf3552aef0eb338c892b5a90dbf22abb3eb9a..bd2a69860ffdc831ff587bbd20ccf9939ab17c56 100644 (file)
@@ -1,9 +1,19 @@
-#include "gdcmlib.h"
+// gdcmIdo.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);
 };