MCPcopy Create free account
hub / github.com/MITK/MITK / GetWeakPointer

Method GetWeakPointer

Modules/Core/src/DataManagement/mitkWeakPointerProperty.cpp:46–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46mitk::WeakPointerProperty::ValueType mitk::WeakPointerProperty::GetWeakPointer() const
47{
48 return m_WeakPointer.GetPointer();
49}
50
51mitk::WeakPointerProperty::ValueType mitk::WeakPointerProperty::GetValue() const
52{

Callers 1

ProcessNodeMethod · 0.80

Calls 1

GetPointerMethod · 0.80

Tested by

no test coverage detected