X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDicomDirElement.cxx;h=f0f82ed195fe3a2e061f6142ee1c146d7db4b331;hb=00be59e3db4bb1efcb3ac7980822863d1f7b92e5;hp=35746ab9cf49c483398088658872b4af01ef7cb3;hpb=55d77e0913ff360d639af1841c70d14dc8687584;p=gdcm.git diff --git a/src/gdcmDicomDirElement.cxx b/src/gdcmDicomDirElement.cxx index 35746ab9..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 @@ -71,7 +67,7 @@ /** * \ingroup gdcmDicomDirElement - * \brief destructor + * \brief canonical destructor */ gdcmDicomDirElement::~gdcmDicomDirElement() { DicomDirMetaList.clear();