#include <itkMetaDataDictionary.h>
Provides a mechanism for storing a collection of arbitrary data types.
- Author
- Hans J. Johnson
The MetaDataDictionary, along with the MetaDataObject derived template classes, is designed to provide a mechanism for storing a collection of arbitrary data types. The main motivation for such a collection is to associate arbitrary data elements with itk DataObjects.
- Examples:
- Examples/Filtering/DiffusionTensor3DReconstructionImageFilter.cxx, Examples/IO/DicomImageReadChangeHeaderWrite.cxx, Examples/IO/DicomImageReadPrintTags.cxx, Examples/IO/DicomSeriesReadPrintTags.cxx, Examples/IO/ImageReadDicomSeriesWrite.cxx, and WikiExamples/DICOM/ResampleDICOM.cxx.
Definition at line 40 of file itkMetaDataDictionary.h.
itk::MetaDataDictionary::MetaDataDictionary |
( |
| ) |
|
virtual itk::MetaDataDictionary::~MetaDataDictionary |
( |
| ) |
|
|
virtual |
Iterator itk::MetaDataDictionary::Begin |
( |
| ) |
|
- Warning
- the following functions SHOULD NOT be used with the visual studio 6 compiler since iterator outside of the dll context cannot be dereferenced safely Returns an iterator to the beginning of the map
- Examples:
- WikiExamples/DICOM/ResampleDICOM.cxx.
void itk::MetaDataDictionary::Clear |
( |
| ) |
|
remove all MetaObjects from dictionary
Iterator itk::MetaDataDictionary::End |
( |
| ) |
|
bool itk::MetaDataDictionary::Erase |
( |
const std::string & |
| ) |
|
Iterator itk::MetaDataDictionary::Find |
( |
const std::string & |
key | ) |
|
Returns an iterator matching the string key
ConstIterator itk::MetaDataDictionary::Find |
( |
const std::string & |
key | ) |
const |
std::vector< std::string > itk::MetaDataDictionary::GetKeys |
( |
| ) |
const |
bool itk::MetaDataDictionary::HasKey |
( |
const std::string & |
| ) |
const |
const MetaDataObjectBase* itk::MetaDataDictionary::operator[] |
( |
const std::string & |
| ) |
const |
virtual void itk::MetaDataDictionary::Print |
( |
std::ostream & |
os | ) |
const |
|
virtual |
Defines the default behavior for printing out this element
- Parameters
-
The documentation for this class was generated from the following file: