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;
56 using BaseProperty::operator=;
69 itk::LightObject::Pointer InternalClone()
const override;
71 bool IsEqual(
const BaseProperty &property)
const override;