Go to the source code of this file.
Namespaces | |
| namespace | itk |
Defines | |
| #define | ITK_IMAGE_TYPE_METADATAPRINT(STORAGE_TYPE) |
Functions | |
| template<class T> | |
| void | EncapsulateMetaData (MetaDataDictionary &Dictionary, const char *key, const T &invalue) |
| template<class T> | |
| bool | ExposeMetaData (MetaDataDictionary &Dictionary, const std::string key, T &outval) |
| template<class T> | |
| bool | ExposeMetaData (MetaDataDictionary &Dictionary, const char *const key, T &outval) |
|
|
Value: ITK_OBJECT_TYPE_METADATAPRINT_1COMMA(itk::Image< STORAGE_TYPE , 1 >::Pointer) \ ITK_OBJECT_TYPE_METADATAPRINT_1COMMA(itk::Image< STORAGE_TYPE , 2 >::Pointer) \ ITK_OBJECT_TYPE_METADATAPRINT_1COMMA(itk::Image< STORAGE_TYPE , 3 >::Pointer) \ ITK_OBJECT_TYPE_METADATAPRINT_1COMMA(itk::Image< STORAGE_TYPE , 4 >::Pointer) \ ITK_OBJECT_TYPE_METADATAPRINT_1COMMA(itk::Image< STORAGE_TYPE , 5 >::Pointer) \ ITK_OBJECT_TYPE_METADATAPRINT_1COMMA(itk::Image< STORAGE_TYPE , 6 >::Pointer) \ ITK_OBJECT_TYPE_METADATAPRINT_1COMMA(itk::Image< STORAGE_TYPE , 7 >::Pointer) \ ITK_OBJECT_TYPE_METADATAPRINT_1COMMA(itk::Image< STORAGE_TYPE , 8 >::Pointer) \
Definition at line 293 of file itkMetaDataObject.h. |
|
|
Value: template <> \ void \ itk::MetaDataObject< TYPE_NAME_PART1 , TYPE_NAME_PART2 > \ ::Print(std::ostream& os) const \ { \ this->m_MetaDataObjectValue->Print(os); \ } \ template <> \ void \ itk::MetaDataObject< const TYPE_NAME_PART1 , TYPE_NAME_PART2 > \ ::Print(std::ostream& os) const \ { \ this->m_MetaDataObjectValue->Print(os); \ }
Definition at line 269 of file itkMetaDataObject.h. |
|
|
Value: template <> \ void \ itk::MetaDataObject< TYPE_NAME > \ ::Print(std::ostream& os) const \ { \ os << this->m_MetaDataObjectValue << std::endl; \ } \ template <> \ void \ itk::MetaDataObject< const TYPE_NAME > \ ::Print(std::ostream& os) const \ { \ os << this->m_MetaDataObjectValue << std::endl; \ }
Definition at line 244 of file itkMetaDataObject.h. |
|
||||||||||||||||||||
|
Definition at line 165 of file itkMetaDataObject.h. |
|
||||||||||||||||||||
|
EncapsulateMetaData is a convenience function that encapsulates raw MetaData into a MetaDataObject that can be put into the MetaDataDictionary.
Definition at line 156 of file itkMetaDataObject.h. |
|
||||||||||||||||||||
|
Definition at line 230 of file itkMetaDataObject.h. |
|
||||||||||||||||||||
|
FindValInDictionary provides a shortcut for pulling a value of type T out of a MetaDataDictionary. If Dictionary[key] isn't set, return false, otherwise copy into outval reference and return true.
Definition at line 180 of file itkMetaDataObject.h. |
1.4.1 written by Dimitri van Heesch,
© 1997-2000