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

Method OnInterpolationDisabled

Modules/SegmentationUI/src/QmitkSlicesInterpolator.cpp:463–471  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected