MCPcopy 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
85itk::Object::Pointer mitk::SmartPointerProperty::GetSmartPointer() const
86{
87 return m_SmartPointer;
88}
89
90itk::Object::Pointer mitk::SmartPointerProperty::GetValue() const
91{

Callers 4

GetValueMethod · 0.95
ApplyAllPropertiesMethod · 0.80
GetPointerParameterFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected