#include "gdcmDocument.h"
#include "gdcmDebug.h"
#include <list>
#include <vector>
Include dependency graph for gdcmDicomDir.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | GDCM_NAME_SPACE |
Classes | |
class | GDCM_NAME_SPACE::DicomDir |
DicomDir defines an object representing a DICOMDIR in memory as a tree-like structure :. More... | |
Typedefs | |
typedef std::list< DicomDirPatient * > | GDCM_NAME_SPACE::ListDicomDirPatient |
typedef std::vector< Document * > | GDCM_NAME_SPACE::VectDocument |