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

Method Show3DInterpolationResult

Modules/SegmentationUI/src/QmitkSlicesInterpolator.cpp:1507–1513  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Calls 3

IsNotNullMethod · 0.80
SetVisibilityMethod · 0.45
RequestUpdateAllMethod · 0.45

Tested by

no test coverage detected