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

Method WaitForFutures

Modules/SegmentationUI/src/QmitkSlicesInterpolator.cpp:1570–1581  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1568}
1569
1570void QmitkSlicesInterpolator::WaitForFutures()
1571{
1572 if (m_Watcher.isRunning())
1573 {
1574 m_Watcher.waitForFinished();
1575 }
1576
1577 if (m_PlaneWatcher.isRunning())
1578 {
1579 m_PlaneWatcher.waitForFinished();
1580 }
1581}
1582
1583void QmitkSlicesInterpolator::NodeRemoved(const mitk::DataNode* node)
1584{

Callers

nothing calls this directly

Calls 1

isRunningMethod · 0.45

Tested by

no test coverage detected