| 68 | } |
| 69 | |
| 70 | mitk::LabelHighlightGuard::~LabelHighlightGuard() |
| 71 | { |
| 72 | this->SetSegmentationNode(nullptr); |
| 73 | } |
| 74 | |
| 75 | void mitk::LabelHighlightGuard::UpdateNode(DataNode* node, MultiLabelSegmentation::LabelValueVectorType labels, bool highlightInvisible) |
| 76 | { |
nothing calls this directly
no test coverage detected