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

Method HasMxNSelectedSliceStepSetter

Modules/RESTAPI/src/mitkRenderWindowBridge.cpp:365–369  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

363}
364
365bool RenderWindowBridge::HasMxNSelectedSliceStepSetter() const
366{
367 std::lock_guard<std::mutex> lock(m_Mutex);
368 return static_cast<bool>(m_MxNSelectedSliceStepSetter);
369}
370
371bool RenderWindowBridge::HasMxNSelectedPositionGetter() const
372{

Calls

no outgoing calls