X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2Fgdcm.h;h=bae51665f76ae44ed824521fd8d5cca66861acd0;hb=28e546efc3dc694c93a006529aecad5c4821b432;hp=cd173d27a0568678a6e5dde7fff942ae7b5588e5;hpb=5a6910a313a526514242a21b868c7186fca14168;p=gdcm.git diff --git a/src/gdcm.h b/src/gdcm.h index cd173d27..bae51665 100644 --- a/src/gdcm.h +++ b/src/gdcm.h @@ -1,9 +1,9 @@ // gdcm.h - +//----------------------------------------------------------------------------- #ifndef GDCM_H #define GDCM_H -//////////////////////////////////////////////////////////////////////////// +//----------------------------------------------------------------------------- // Tag based hash tables. // We shall use as keys the strings (as the C++ type) obtained by // concatenating the group value and the element value (both of type @@ -20,15 +20,15 @@ #include "gdcmDict.h" #include "gdcmDictSet.h" -#include "gdcmElValue.h" -#include "gdcmElValSet.h" +#include "gdcmParser.h" + +#include "gdcmHeaderEntry.h" #include "gdcmHeader.h" #include "gdcmHeaderHelper.h" #include "gdcmFile.h" -//#include "gdcmTS.h" -//#include "gdcmVR.h" -//#include "gdcmUtil.h" +#include "gdcmUtil.h" -#endif // #ifndef GDCM_H +//----------------------------------------------------------------------------- +#endif