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