#include "gdcmDocEntrySet.h"
#include <map>
#include <iostream>
#include <fstream>
Include dependency graph for gdcmElementSet.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::ElementSet |
ElementSet is based on the STL map<> container (see ElementSet::TagHT), as opposed to SQItem which is based on an STL list container (see ListDocEntry). It contains the 'zero-level- DocEntry (out of any Dicom Sequence) More... | |
Typedefs | |
typedef std::map< TagKey, DocEntry * > | GDCM_NAME_SPACE::TagDocEntryHT |