X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmIdo.h;h=bd2a69860ffdc831ff587bbd20ccf9939ab17c56;hb=15d7b1b38f5ddb59d395e0e4e3f9b0250eb90eec;hp=d22cf3552aef0eb338c892b5a90dbf22abb3eb9a;hpb=baecaa4a3a8de7d236921b836a442ff7ac7e65ee;p=gdcm.git diff --git a/src/gdcmIdo.h b/src/gdcmIdo.h index d22cf355..bd2a6986 100644 --- a/src/gdcmIdo.h +++ b/src/gdcmIdo.h @@ -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); };