| 38 | } |
| 39 | |
| 40 | void mitk::EditableContourTool::Activated() |
| 41 | { |
| 42 | Superclass::Activated(); |
| 43 | this->ResetToStartState(); |
| 44 | this->EnableContourInteraction(true); |
| 45 | } |
| 46 | |
| 47 | void mitk::EditableContourTool::Deactivated() |
| 48 | { |
nothing calls this directly
no test coverage detected