| 1422 | } |
| 1423 | |
| 1424 | void QmitkSlicesInterpolator::UpdateVisibleSuggestion() |
| 1425 | { |
| 1426 | mitk::RenderingManager::GetInstance()->RequestUpdateAll(); |
| 1427 | } |
| 1428 | |
| 1429 | void QmitkSlicesInterpolator::OnInterpolationInfoChanged(const itk::EventObject & /*e*/) |
| 1430 | { |
no test coverage detected