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

Method HasMxNSelectedPositionGetter

Modules/RESTAPI/src/mitkRenderWindowBridge.cpp:371–375  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

369}
370
371bool RenderWindowBridge::HasMxNSelectedPositionGetter() const
372{
373 std::lock_guard<std::mutex> lock(m_Mutex);
374 return static_cast<bool>(m_MxNSelectedPositionGetter);
375}
376
377bool RenderWindowBridge::HasMxNSelectedPositionSetter() const
378{

Calls

no outgoing calls