Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
46
mitk::WeakPointerProperty::ValueType mitk::WeakPointerProperty::GetWeakPointer() const
47
{
48
return m_WeakPointer.GetPointer();
49
}
50
51
mitk::WeakPointerProperty::ValueType mitk::WeakPointerProperty::GetValue() const
52
{
Callers
1
ProcessNode
Method · 0.80
Calls
1
GetPointer
Method · 0.80
Tested by
no test coverage detected