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

Method SetMxNLayoutGetter

Modules/RESTAPI/src/mitkRenderWindowBridge.cpp:224–228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

222}
223
224void RenderWindowBridge::SetMxNLayoutGetter(MxNLayoutGetter getter)
225{
226 std::lock_guard<std::mutex> lock(m_Mutex);
227 m_MxNLayoutGetter = std::move(getter);
228}
229
230void RenderWindowBridge::SetMxNLayoutSetter(MxNLayoutSetter setter)
231{

Calls

no outgoing calls