15 bool mitk::WeakPointerProperty::IsEqual(
const BaseProperty &property)
const 20 bool mitk::WeakPointerProperty::Assign(
const BaseProperty &property)
70 itk::LightObject::Pointer mitk::WeakPointerProperty::InternalClone()
const 72 itk::LightObject::Pointer result(
new Self(*
this));
std::string GetValueAsString() const override
void SetValue(const ValueType &value)
DataCollection - Class to facilitate loading/accessing structured data.
Property containing a smart-pointer.
Abstract base class for properties.
WeakPointerProperty(const WeakPointerProperty &)
ValueType GetValue() const
~WeakPointerProperty() override
itk::WeakPointer< itk::Object > ValueType
itk::WeakPointer< itk::Object > m_WeakPointer
ValueType GetWeakPointer() const
void SetWeakPointer(itk::Object *pointer)