13 #ifndef mitkWeakPointerProperty_h
14 #define mitkWeakPointerProperty_h
16 #include "itkWeakPointer.h"
24 #pragma warning(disable : 4522)
36 itkFactorylessNewMacro(
Self);
48 void SetWeakPointer(itk::Object *pointer);
51 std::string GetValueAsString()
const override;
53 using BaseProperty::operator=;
66 itk::LightObject::Pointer InternalClone()
const override;
68 bool IsEqual(
const BaseProperty &property)
const override;