Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MITK/MITK
/ GetSmartPointer
Method
GetSmartPointer
Modules/Core/src/DataManagement/mitkSmartPointerProperty.cpp:85–88 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
83
}
84
85
itk::Object::Pointer mitk::SmartPointerProperty::GetSmartPointer() const
86
{
87
return m_SmartPointer;
88
}
89
90
itk::Object::Pointer mitk::SmartPointerProperty::GetValue() const
91
{
Callers
4
GetValue
Method · 0.95
ApplyAllProperties
Method · 0.80
GenerateDataForRenderer
Method · 0.80
GetPointerParameter
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected