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

Method ClearContour

Modules/Segmentation/src/Interactions/mitkEditableContourTool.cpp:84–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

DeactivatedMethod · 0.95
OnClearContourMethod · 0.80

Calls 3

ReleaseHelperObjectsMethod · 0.95
ReleaseInteractorsMethod · 0.95
ResetToStartStateMethod · 0.80

Tested by

no test coverage detected