X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDicomDirElement.cxx;h=f0f82ed195fe3a2e061f6142ee1c146d7db4b331;hb=8cdbf11a3b1f8427281f31a9fd2a70aa66d620fa;hp=c26b9d32ae87c4f4167f633a99dec15d32867ee1;hpb=be70f5cdc8ac472bff8ad8a36637457fe49778bd;p=gdcm.git diff --git a/src/gdcmDicomDirElement.cxx b/src/gdcmDicomDirElement.cxx index c26b9d32..f0f82ed1 100644 --- a/src/gdcmDicomDirElement.cxx +++ b/src/gdcmDicomDirElement.cxx @@ -2,23 +2,19 @@ //----------------------------------------------------------------------------- #include #include // For sprintf +#include #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" - -#include -#ifdef GDCM_NO_ANSI_STRING_STREAM -# include -# define ostringstream ostrstream -# else -# include -#endif +/** + * \ingroup gdcmDicomDirElement + * \brief Class for the chained lists from the file 'Dicts/DicomDir.dic' + */ + //----------------------------------------------------------------------------- // Constructor / Destructor