| 75 | } |
| 76 | |
| 77 | void mitk::MonaiLabelTool::Deactivated() |
| 78 | { |
| 79 | this->ClearSeeds(); |
| 80 | this->GetDataStorage()->Remove(m_PointSetNodePositive); |
| 81 | this->GetDataStorage()->Remove(m_PointSetNodeNegative); |
| 82 | m_PointSetNodePositive = nullptr; |
| 83 | m_PointSetNodeNegative = nullptr; |
| 84 | m_PointSetPositive = nullptr; |
| 85 | m_PointSetNegative = nullptr; |
| 86 | Superclass::Deactivated(); |
| 87 | } |
| 88 | |
| 89 | void mitk::MonaiLabelTool::UpdatePrepare() |
| 90 | { |
nothing calls this directly
no test coverage detected