| 461 | } |
| 462 | |
| 463 | void QmitkSlicesInterpolator::OnInterpolationDisabled(bool status) |
| 464 | { |
| 465 | if (status) |
| 466 | { |
| 467 | OnInterpolationActivated(!status); |
| 468 | On3DInterpolationActivated(!status); |
| 469 | this->Show3DInterpolationResult(false); |
| 470 | } |
| 471 | } |
| 472 | |
| 473 | void QmitkSlicesInterpolator::HideAllInterpolationControls() |
| 474 | { |
nothing calls this directly
no test coverage detected