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

Method HasMxNCameraGetter

Modules/RESTAPI/src/mitkRenderWindowBridge.cpp:347–351  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

345}
346
347bool RenderWindowBridge::HasMxNCameraGetter() const
348{
349 std::lock_guard<std::mutex> lock(m_Mutex);
350 return static_cast<bool>(m_MxNCameraGetter);
351}
352
353bool RenderWindowBridge::HasMxNCameraSetter() const
354{

Calls

no outgoing calls