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

Method HasStdMultiCameraGetter

Modules/RESTAPI/src/mitkRenderWindowBridge.cpp:305–309  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

303}
304
305bool RenderWindowBridge::HasStdMultiCameraGetter() const
306{
307 std::lock_guard<std::mutex> lock(m_Mutex);
308 return static_cast<bool>(m_StdMultiCameraGetter);
309}
310
311bool RenderWindowBridge::HasStdMultiCameraSetter() const
312{

Calls

no outgoing calls