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

Method SetMxNSelectedPositionSetter

Modules/RESTAPI/src/mitkRenderWindowBridge.cpp:218–222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

216}
217
218void RenderWindowBridge::SetMxNSelectedPositionSetter(MxNSelectedPositionSetter setter)
219{
220 std::lock_guard<std::mutex> lock(m_Mutex);
221 m_MxNSelectedPositionSetter = std::move(setter);
222}
223
224void RenderWindowBridge::SetMxNLayoutGetter(MxNLayoutGetter getter)
225{

Calls

no outgoing calls