|
GDCM
2.2.3
|
#include <gdcmDict.h>
Public Member Functions | |
| PrivateDict () | |
| ~PrivateDict () | |
| void | AddDictEntry (const PrivateTag &tag, const DictEntry &de) |
| bool | FindDictEntry (const PrivateTag &tag) const |
| const DictEntry & | GetDictEntry (const PrivateTag &tag) const |
| bool | IsEmpty () const |
| void | PrintXML () const |
| bool | RemoveDictEntry (const PrivateTag &tag) |
Protected Member Functions | |
| void | LoadDefault () |
Friends | |
| class | Dicts |
| std::ostream & | operator<< (std::ostream &os, const PrivateDict &val) |
Private Dict.
| gdcm::PrivateDict::PrivateDict | ( | ) | [inline] |
| gdcm::PrivateDict::~PrivateDict | ( | ) | [inline] |
| void gdcm::PrivateDict::AddDictEntry | ( | const PrivateTag & | tag, |
| const DictEntry & | de | ||
| ) | [inline] |
References gdcm::DictEntry::GetVM(), gdcm::DictEntry::GetVR(), gdcm::DictEntry::SetVR(), and gdcm::VR::UN.
| bool gdcm::PrivateDict::FindDictEntry | ( | const PrivateTag & | tag | ) | const [inline] |
| const DictEntry& gdcm::PrivateDict::GetDictEntry | ( | const PrivateTag & | tag | ) | const [inline] |
| bool gdcm::PrivateDict::IsEmpty | ( | ) | const [inline] |
| void gdcm::PrivateDict::LoadDefault | ( | ) | [protected] |
| void gdcm::PrivateDict::PrintXML | ( | ) | const [inline] |
| bool gdcm::PrivateDict::RemoveDictEntry | ( | const PrivateTag & | tag | ) | [inline] |
Remove entry 'tag'. Return true on success (element was found and remove). return false if element was not found.
friend class Dicts [friend] |
| std::ostream& operator<< | ( | std::ostream & | os, |
| const PrivateDict & | val | ||
| ) | [friend] |
1.7.6.1