| 107 | } |
| 108 | |
| 109 | void QmitkEditableContourToolGUIBase::OnClearContour() |
| 110 | { |
| 111 | if (m_NewTool.IsNotNull()) |
| 112 | m_NewTool->ClearContour(); |
| 113 | } |
| 114 | |
| 115 | void QmitkEditableContourToolGUIBase::OnShowInformation(bool on) |
| 116 | { |
nothing calls this directly
no test coverage detected