| 77 | } |
| 78 | |
| 79 | void mitk::PickingTool::Deactivated() |
| 80 | { |
| 81 | this->ClearSeeds(); |
| 82 | |
| 83 | // remove from data storage and disable interaction |
| 84 | GetDataStorage()->Remove(m_PointSetNode); |
| 85 | m_PointSetNode = nullptr; |
| 86 | m_PointSet = nullptr; |
| 87 | |
| 88 | Superclass::Deactivated(); |
| 89 | } |
| 90 | |
| 91 | void mitk::PickingTool::ConnectActionsAndFunctions() |
| 92 | { |
nothing calls this directly
no test coverage detected