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

Method SetValue

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

Source from the content-addressed store, hash-verified

116}
117
118void mitk::SmartPointerProperty::SetValue(const ValueType &value)
119{
120 this->SetSmartPointer(value.GetPointer());
121}
122
123std::string mitk::SmartPointerProperty::GetValueAsString() const
124{

Callers

nothing calls this directly

Calls 2

SetSmartPointerMethod · 0.95
GetPointerMethod · 0.80

Tested by

no test coverage detected