]> Creatis software - gdcm.git/blobdiff - src/gdcmDicomDirElement.cxx
Add a black list of broken dicom images
[gdcm.git] / src / gdcmDicomDirElement.cxx
index be6ce16577dbf4e161370392a78c81a2c047f770..f0f82ed195fe3a2e061f6142ee1c146d7db4b331 100644 (file)
@@ -3,23 +3,18 @@
 #include <fstream>
 #include <stdio.h>    // For sprintf
 #include <iostream>
-#ifdef GDCM_NO_ANSI_STRING_STREAM
-#  include <strstream>
-#  define  ostringstream ostrstream
-# else
-#  include <sstream>
-#endif
 
 #include "gdcmDicomDirElement.h"
 #include "gdcmUtil.h"
 #include "gdcmDebug.h"
-
-#ifndef PUB_DICT_PATH
-#  define PUB_DICT_PATH     "../Dicts/"
-#endif
-#define DICT_ELEM "DicomDir.dic"
+#include "gdcmDictSet.h"
 
 
+/**
+ * \ingroup gdcmDicomDirElement
+ * \brief   Class for the chained lists from the file 'Dicts/DicomDir.dic'
+ */
 //-----------------------------------------------------------------------------
 // Constructor / Destructor