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

Method SetMxNLayoutSetter

Modules/RESTAPI/src/mitkRenderWindowBridge.cpp:230–234  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

228}
229
230void RenderWindowBridge::SetMxNLayoutSetter(MxNLayoutSetter setter)
231{
232 std::lock_guard<std::mutex> lock(m_Mutex);
233 m_MxNLayoutSetter = std::move(setter);
234}
235
236void RenderWindowBridge::ResetCallbacks()
237{

Calls

no outgoing calls