#include "gdcmRefCounter.h"
#include "gdcmDictEntry.h"
#include <iostream>
#include <fstream>
#include <list>
#include <map>
Include dependency graph for gdcmDict.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::Dict |
Dict acts a memory representation of a dicom dictionary i.e. it is a container for a collection of dictionary entries. The dictionary is loaded from in an ascii file. There should be a single public dictionary (THE dictionary of the actual DICOM v3) but as many shadow dictionaries as imagers combined with all software versions... More... | |
Typedefs | |
typedef std::string | GDCM_NAME_SPACE::DictKey |
typedef std::map< TagKey, DictEntry * > | GDCM_NAME_SPACE::TagKeyHT |