| 45 | } |
| 46 | |
| 47 | void mitk::LabelSelectionTool::Activated() |
| 48 | { |
| 49 | Superclass::Activated(); |
| 50 | m_HighlightGuard.SetHighlightedLabels({}); |
| 51 | m_HighlightGuard.SetSegmentationNode(this->GetWorkingDataNode()); |
| 52 | } |
| 53 | |
| 54 | void mitk::LabelSelectionTool::Deactivated() |
| 55 | { |
nothing calls this directly
no test coverage detected