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

Method GetValue

Modules/Core/src/DataManagement/mitkSmartPointerProperty.cpp:90–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88}
89
90itk::Object::Pointer mitk::SmartPointerProperty::GetValue() const
91{
92 return this->GetSmartPointer();
93}
94
95void mitk::SmartPointerProperty::SetSmartPointer(itk::Object *pointer)
96{

Callers

nothing calls this directly

Calls 1

GetSmartPointerMethod · 0.95

Tested by

no test coverage detected