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

Method Deactivated

Modules/Segmentation/src/Interactions/mitkLabelSelectionTool.cpp:54–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54void mitk::LabelSelectionTool::Deactivated()
55{
56 m_HighlightGuard.SetSegmentationNode(nullptr);
57 m_HighlightGuard.SetHighlightedLabels({});
58 Superclass::Deactivated();
59}
60
61void mitk::LabelSelectionTool::ConnectActionsAndFunctions()
62{

Callers

nothing calls this directly

Calls 2

SetSegmentationNodeMethod · 0.80
SetHighlightedLabelsMethod · 0.80

Tested by

no test coverage detected