]> Creatis software - gdcm.git/blobdiff - src/gdcmIdo.h
* src/*.h : add comments
[gdcm.git] / src / gdcmIdo.h
index 5884baea549a4690400bcbdafc5ade5dd03ace3e..bd2a69860ffdc831ff587bbd20ccf9939ab17c56 100644 (file)
@@ -2,10 +2,18 @@
 
 #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);
 };