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

Method Deactivated

Modules/Segmentation/src/Interactions/mitkMonaiLabelTool.cpp:77–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77void mitk::MonaiLabelTool::Deactivated()
78{
79 this->ClearSeeds();
80 this->GetDataStorage()->Remove(m_PointSetNodePositive);
81 this->GetDataStorage()->Remove(m_PointSetNodeNegative);
82 m_PointSetNodePositive = nullptr;
83 m_PointSetNodeNegative = nullptr;
84 m_PointSetPositive = nullptr;
85 m_PointSetNegative = nullptr;
86 Superclass::Deactivated();
87}
88
89void mitk::MonaiLabelTool::UpdatePrepare()
90{

Callers

nothing calls this directly

Calls 3

ClearSeedsMethod · 0.95
RemoveMethod · 0.45
GetDataStorageMethod · 0.45

Tested by

no test coverage detected