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

Method Activated

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

Source from the content-addressed store, hash-verified

45}
46
47void mitk::LabelSelectionTool::Activated()
48{
49 Superclass::Activated();
50 m_HighlightGuard.SetHighlightedLabels({});
51 m_HighlightGuard.SetSegmentationNode(this->GetWorkingDataNode());
52}
53
54void mitk::LabelSelectionTool::Deactivated()
55{

Callers

nothing calls this directly

Calls 3

SetHighlightedLabelsMethod · 0.80
SetSegmentationNodeMethod · 0.80
GetWorkingDataNodeMethod · 0.80

Tested by

no test coverage detected