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

Method Activated

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

Source from the content-addressed store, hash-verified

38}
39
40void mitk::EditableContourTool::Activated()
41{
42 Superclass::Activated();
43 this->ResetToStartState();
44 this->EnableContourInteraction(true);
45}
46
47void mitk::EditableContourTool::Deactivated()
48{

Callers

nothing calls this directly

Calls 2

ResetToStartStateMethod · 0.80

Tested by

no test coverage detected