| 1568 | } |
| 1569 | |
| 1570 | void 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 | |
| 1583 | void QmitkSlicesInterpolator::NodeRemoved(const mitk::DataNode* node) |
| 1584 | { |