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

Method Deactivated

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

Source from the content-addressed store, hash-verified

77}
78
79void mitk::PickingTool::Deactivated()
80{
81 this->ClearSeeds();
82
83 // remove from data storage and disable interaction
84 GetDataStorage()->Remove(m_PointSetNode);
85 m_PointSetNode = nullptr;
86 m_PointSet = nullptr;
87
88 Superclass::Deactivated();
89}
90
91void mitk::PickingTool::ConnectActionsAndFunctions()
92{

Callers

nothing calls this directly

Calls 3

ClearSeedsMethod · 0.95
GetDataStorageFunction · 0.50
RemoveMethod · 0.45

Tested by

no test coverage detected