X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDicomDirElement.cxx;h=e9558e9b0d6447f4760f2c275f086fdb8647c5e9;hb=81e328d78c2028a7c2ecb86e6cee04839f4d56b2;hp=be6ce16577dbf4e161370392a78c81a2c047f770;hpb=0e82725d64f17545e782c18039ced7ea898f8cad;p=gdcm.git diff --git a/src/gdcmDicomDirElement.cxx b/src/gdcmDicomDirElement.cxx index be6ce165..e9558e9b 100644 --- a/src/gdcmDicomDirElement.cxx +++ b/src/gdcmDicomDirElement.cxx @@ -13,13 +13,18 @@ #include "gdcmDicomDirElement.h" #include "gdcmUtil.h" #include "gdcmDebug.h" +#include "gdcmDictSet.h" #ifndef PUB_DICT_PATH # define PUB_DICT_PATH "../Dicts/" #endif #define DICT_ELEM "DicomDir.dic" - +/** + * \ingroup gdcmDicomDirElement + * \brief Class for the chained lists from the file 'Dicts/DicomDir.dic' + */ + //----------------------------------------------------------------------------- // Constructor / Destructor