| 82 | } |
| 83 | |
| 84 | void mitk::EditableContourTool::ClearContour() |
| 85 | { |
| 86 | this->ReleaseHelperObjects(); |
| 87 | this->ReleaseInteractors(); |
| 88 | this->ResetToStartState(); |
| 89 | } |
| 90 | |
| 91 | bool mitk::EditableContourTool::IsEditingContour() const |
| 92 | { |
no test coverage detected