#include <itkMetaDataDictionary.h>
Public Types | |
typedef MetaDataDictionary | Self |
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 &) |
bool | HasKey (const std::string &) |
Definition at line 44 of file itkMetaDataDictionary.h.
|
Definition at line 47 of file itkMetaDataDictionary.h. |
|
|
|
|
|
|
|
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
|