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

Method HasMxNLayoutSetter

Modules/RESTAPI/src/mitkRenderWindowBridge.cpp:389–393  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

387}
388
389bool RenderWindowBridge::HasMxNLayoutSetter() const
390{
391 std::lock_guard<std::mutex> lock(m_Mutex);
392 return static_cast<bool>(m_MxNLayoutSetter);
393}
394
395std::vector<unsigned char> RenderWindowBridge::TakeScreenshot(
396 std::optional<std::pair<int, int>> size,

Calls

no outgoing calls