#include <itkMetaDataDictionary.h>
Collaboration diagram for itk::MetaDataDictionary:
Public Types | |
typedef MetaDataDictionary | Self |
typedef MetaDataDictionaryMapType::iterator | Iterator |
typedef MetaDataDictionaryMapType::const_iterator | ConstIterator |
Public Member Functions | |
virtual void | Print (std::ostream &os) const |
MetaDataDictionary () | |
MetaDataDictionary (const MetaDataDictionary &) | |
void | operator= (const MetaDataDictionary &) |
virtual | ~MetaDataDictionary () |
std::vector< std::string > | GetKeys () const |
MetaDataObjectBase::Pointer & | operator[] (const std::string &) |
const MetaDataObjectBase * | operator[] (const std::string &) const |
bool | HasKey (const std::string &) |
Iterator | Begin () |
ConstIterator | Begin () const |
Iterator | End () |
ConstIterator | End () const |
Iterator | Find (const std::string &key) |
ConstIterator | Find (const std::string &key) const |
Definition at line 35 of file itkMetaDataDictionary.h.
|
Definition at line 54 of file itkMetaDataDictionary.h. |
|
Definition at line 53 of file itkMetaDataDictionary.h. |
|
Definition at line 38 of file itkMetaDataDictionary.h. |
|
|
|
|
|
|
|
Returns an iterator to the beginning of the map |
|
Returns an iterator to the beginning of the map |
|
Returns an iterator to the end of the map |
|
Returns an iterator to the end of the map |
|
Returns an iterator matching the string key |
|
Returns an iterator matching the string key |
|
Returns a vector of keys to the key/value entries in the dictionary. Iterate through the dictionary using these keys. |
|
|
|
|
|
|
|
|
|
Defines the default behavior for printing out this element
|