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

Method HasMxNSelectedPositionSetter

Modules/RESTAPI/src/mitkRenderWindowBridge.cpp:377–381  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

375}
376
377bool RenderWindowBridge::HasMxNSelectedPositionSetter() const
378{
379 std::lock_guard<std::mutex> lock(m_Mutex);
380 return static_cast<bool>(m_MxNSelectedPositionSetter);
381}
382
383bool RenderWindowBridge::HasMxNLayoutGetter() const
384{

Calls

no outgoing calls