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

Method HasMxNSelectedSliceGetter

Modules/RESTAPI/src/mitkRenderWindowBridge.cpp:359–363  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

357}
358
359bool RenderWindowBridge::HasMxNSelectedSliceGetter() const
360{
361 std::lock_guard<std::mutex> lock(m_Mutex);
362 return static_cast<bool>(m_MxNSelectedSliceGetter);
363}
364
365bool RenderWindowBridge::HasMxNSelectedSliceStepSetter() const
366{

Calls

no outgoing calls