| 1505 | } |
| 1506 | |
| 1507 | void QmitkSlicesInterpolator::Show3DInterpolationResult(bool status) |
| 1508 | { |
| 1509 | if (m_InterpolatedSurfaceNode.IsNotNull()) |
| 1510 | m_InterpolatedSurfaceNode->SetVisibility(status); |
| 1511 | |
| 1512 | mitk::RenderingManager::GetInstance()->RequestUpdateAll(); |
| 1513 | } |
| 1514 | |
| 1515 | void QmitkSlicesInterpolator::OnActiveLabelChanged(mitk::Label::PixelType) |
| 1516 | { |
no test coverage detected