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

Method SetMxNSelectedPositionGetter

Modules/RESTAPI/src/mitkRenderWindowBridge.cpp:212–216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

210}
211
212void RenderWindowBridge::SetMxNSelectedPositionGetter(MxNSelectedPositionGetter getter)
213{
214 std::lock_guard<std::mutex> lock(m_Mutex);
215 m_MxNSelectedPositionGetter = std::move(getter);
216}
217
218void RenderWindowBridge::SetMxNSelectedPositionSetter(MxNSelectedPositionSetter setter)
219{

Calls

no outgoing calls