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

Method SyncDispatcherToController

Modules/RESTAPI/src/mitkRestServer.cpp:467–471  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

465}
466
467void RestServer::SyncDispatcherToController()
468{
469 if (m_RenderingController)
470 m_RenderingController->SetDispatcher(m_Dispatcher.Lock());
471}
472
473RenderWindowBridge* RestServer::GetRenderWindowBridge()
474{

Callers 2

StartMethod · 0.95
SetDispatcherMethod · 0.95

Calls 2

SetDispatcherMethod · 0.45
LockMethod · 0.45

Tested by

no test coverage detected