| 45 | } |
| 46 | |
| 47 | void mitk::EditableContourTool::Deactivated() |
| 48 | { |
| 49 | this->ClearContour(); |
| 50 | Superclass::Deactivated(); |
| 51 | } |
| 52 | |
| 53 | void mitk::EditableContourTool::ConfirmSegmentation(bool resetStatMachine) |
| 54 | { |
nothing calls this directly
no test coverage detected