MCPcopy Create free account
hub / github.com/MITK/MITK / OnClearContour

Method OnClearContour

Modules/SegmentationUI/src/QmitkEditableContourToolGUIBase.cpp:109–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107}
108
109void QmitkEditableContourToolGUIBase::OnClearContour()
110{
111 if (m_NewTool.IsNotNull())
112 m_NewTool->ClearContour();
113}
114
115void QmitkEditableContourToolGUIBase::OnShowInformation(bool on)
116{

Callers

nothing calls this directly

Calls 2

IsNotNullMethod · 0.80
ClearContourMethod · 0.80

Tested by

no test coverage detected