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

Method HasStdMultiSelectedSliceGetter

Modules/RESTAPI/src/mitkRenderWindowBridge.cpp:317–321  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

315}
316
317bool RenderWindowBridge::HasStdMultiSelectedSliceGetter() const
318{
319 std::lock_guard<std::mutex> lock(m_Mutex);
320 return static_cast<bool>(m_StdMultiSelectedSliceGetter);
321}
322
323bool RenderWindowBridge::HasStdMultiSelectedSliceStepSetter() const
324{

Calls

no outgoing calls