#include "gdcmDocEntry.h"
#include <list>
Include dependency graph for gdcmSeqEntry.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::SeqEntry |
a SeqEntry (as opposed to a DataEntry) is a non elementary DocEntry. It is composed by a set of SQItems. Each SQItem is composed by a set of DocEntry A DocEntry may be a SeqEntry ... and so forth More... | |
Typedefs | |
typedef std::list< SQItem * > | GDCM_NAME_SPACE::ListSQItem |