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

Method GetValue

Modules/Core/src/DataManagement/mitkWeakPointerProperty.cpp:51–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51mitk::WeakPointerProperty::ValueType mitk::WeakPointerProperty::GetValue() const
52{
53 return GetWeakPointer();
54}
55
56void mitk::WeakPointerProperty::SetWeakPointer(itk::Object *pointer)
57{

Callers 15

ApplyAllPropertiesMethod · 0.45
CreateContourMethod · 0.45
ApplyAllPropertiesMethod · 0.45
CreateVtkCrosshairMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected