#include <itkMetaDataObject.h>
Allows arbitrary data types to be stored as MetaDataObjectBase types, and to be stored in a MetaDataDictionary.
The MetaDataObject class is a templated class that is a specialization of the MetaDataObjectBase type. This class allows arbitrary data types to be stored as MetaDataObjectBase types, and to be stored in a MetaDataDictionary.
Any class or built in type that has valid copy constructor and operator= can be wrapped directly with this simple template type.
Classes or built in types that do not have valid copy constructors or operator= implemented will have to implement those functions by deriving from MetaDataObject<MetaDataObjectType> and redefining the copy constructor and initializing constructor and the Get/Set functions to work around those deficiencies.
The default implementation prints uses the MetaDataObjectType's Print or operator<< if available. Otherwise, it prints string "[UNKNOWN PRINT CHARACTERISTICS]".
Definition at line 68 of file itkMetaDataObject.h.
Public Types | |
using | ConstPointer = SmartPointer<const Self> |
using | Pointer = SmartPointer<Self> |
using | Self = MetaDataObject |
using | Superclass = MetaDataObjectBase |
![]() | |
using | ConstPointer = SmartPointer<const Self> |
using | Pointer = SmartPointer<Self> |
using | Self = MetaDataObjectBase |
using | Superclass = LightObject |
![]() | |
using | ConstPointer = SmartPointer<const Self> |
using | Pointer = SmartPointer<Self> |
using | Self = LightObject |
Public Member Functions | |
virtual ::itk::LightObject::Pointer | CreateAnother () const |
const std::type_info & | GetMetaDataObjectTypeInfo () const override |
const char * | GetMetaDataObjectTypeName () const override |
const MetaDataObjectType & | GetMetaDataObjectValue () const |
const char * | GetNameOfClass () const override |
void | Print (std::ostream &os) const override |
void | SetMetaDataObjectValue (const MetaDataObjectType &newValue) |
![]() | |
const char * | GetNameOfClass () const override |
![]() | |
Pointer | Clone () const |
virtual void | Delete () |
virtual int | GetReferenceCount () const |
void | Print (std::ostream &os, Indent indent=0) const |
virtual void | Register () const |
virtual void | SetReferenceCount (int) |
virtual void | UnRegister () const noexcept |
Static Public Member Functions | |
static Pointer | New () |
![]() | |
static void | BreakOnError () |
static Pointer | New () |
Protected Member Functions | |
MetaDataObject ()=default | |
~MetaDataObject () override=default | |
![]() | |
MetaDataObjectBase () | |
~MetaDataObjectBase () override | |
![]() | |
virtual LightObject::Pointer | InternalClone () const |
LightObject () | |
virtual void | PrintHeader (std::ostream &os, Indent indent) const |
virtual void | PrintSelf (std::ostream &os, Indent indent) const |
virtual void | PrintTrailer (std::ostream &os, Indent indent) const |
virtual | ~LightObject () |
Private Member Functions | |
bool | Equal (const MetaDataObjectBase &metaDataObjectBase) const override |
Static Private Member Functions | |
template<typename TValue> | |
static auto | Assign (TValue &target, const TValue &source) -> decltype(target=source) |
template<typename TValue, vcl_size_t VNumberOfElements> | |
static void | Assign (TValue(&target)[VNumberOfElements], const TValue(&source)[VNumberOfElements]) |
template<typename TValue> | |
static auto | EqualValues (const TValue &lhs, const TValue &rhs) -> decltype(lhs==rhs) |
template<typename TValue, vcl_size_t VNumberOfElements> | |
static bool | EqualValues (const TValue(&lhs)[VNumberOfElements], const TValue(&rhs)[VNumberOfElements]) |
Private Attributes | |
MetaDataObjectType | m_MetaDataObjectValue {} |
Friends | |
bool | operator!= (const Self &lhs, const Self &rhs) |
bool | operator== (const Self &lhs, const Self &rhs) |
Additional Inherited Members | |
![]() | |
std::atomic< int > | m_ReferenceCount {} |
using itk::MetaDataObject< MetaDataObjectType >::ConstPointer = SmartPointer<const Self> |
Definition at line 77 of file itkMetaDataObject.h.
using itk::MetaDataObject< MetaDataObjectType >::Pointer = SmartPointer<Self> |
Definition at line 76 of file itkMetaDataObject.h.
using itk::MetaDataObject< MetaDataObjectType >::Self = MetaDataObject |
Smart pointer type alias support
Definition at line 74 of file itkMetaDataObject.h.
using itk::MetaDataObject< MetaDataObjectType >::Superclass = MetaDataObjectBase |
Definition at line 75 of file itkMetaDataObject.h.
|
protecteddefault |
Referenced by GetNameOfClass().
|
overrideprotecteddefault |
|
inlinestaticprivate |
Assigns the value of source
to target
.
Definition at line 149 of file itkMetaDataObject.h.
Referenced by Assign().
|
inlinestaticprivate |
Assign
overload for C-style arrays (as well as arrays of arrays).
Definition at line 157 of file itkMetaDataObject.h.
References Assign().
|
virtual |
Create an object from an instance, potentially deferring to a factory. This method allows you to create an instance of an object that is exactly the same type as the referring object. This is useful in cases where an object has been cast back to a base class.
Reimplemented from itk::LightObject.
|
inlineoverrideprivatevirtual |
Internal helper function used to implement operator== for MetaDataObjectBase.
Implements itk::MetaDataObjectBase.
Definition at line 193 of file itkMetaDataObject.h.
References itk::MetaDataObjectBase::MetaDataObjectBase().
|
inlinestaticprivate |
Tells whether the specified arguments compare equal.
Definition at line 170 of file itkMetaDataObject.h.
Referenced by EqualValues(), and operator==.
|
inlinestaticprivate |
EqualValues
overload for C-style arrays (as well as arrays of arrays).
Definition at line 178 of file itkMetaDataObject.h.
References EqualValues().
|
overridevirtual |
The definition of this function is necessary to fulfill the interface of the MetaDataObjectBase
Reimplemented from itk::MetaDataObjectBase.
|
overridevirtual |
The definition of this function is necessary to fulfill the interface of the MetaDataObjectBase
Reimplemented from itk::MetaDataObjectBase.
const MetaDataObjectType & itk::MetaDataObject< MetaDataObjectType >::GetMetaDataObjectValue | ( | ) | const |
Function to return the stored value of type MetaDataObjectType.
|
overridevirtual |
Reimplemented from itk::LightObject.
References MetaDataObject().
|
static |
Method for creation through the object factory.
Referenced by itk::EncapsulateMetaData().
|
overridevirtual |
Defines the default behavior for printing out this element
os | An output stream |
Reimplemented from itk::MetaDataObjectBase.
void itk::MetaDataObject< MetaDataObjectType >::SetMetaDataObjectValue | ( | const MetaDataObjectType & | newValue | ) |
Function to set the stored value of type MetaDataObjectType.
newValue | A constant reference to at MetaDataObjectType. |
Returns (metaDataObject1 != metaDataObject2).
Definition at line 135 of file itkMetaDataObject.h.
Returns (metaDataObject1 == metaDataObject2).
Definition at line 128 of file itkMetaDataObject.h.
References EqualValues(), and m_MetaDataObjectValue.
|
private |
A variable to store this derived type.
Definition at line 203 of file itkMetaDataObject.h.
Referenced by operator==.