| 52 | } |
| 53 | |
| 54 | void mitk::LabelSelectionTool::Deactivated() |
| 55 | { |
| 56 | m_HighlightGuard.SetSegmentationNode(nullptr); |
| 57 | m_HighlightGuard.SetHighlightedLabels({}); |
| 58 | Superclass::Deactivated(); |
| 59 | } |
| 60 | |
| 61 | void mitk::LabelSelectionTool::ConnectActionsAndFunctions() |
| 62 | { |
nothing calls this directly
no test coverage detected