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

Method UpdatePrepare

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

Source from the content-addressed store, hash-verified

87}
88
89void mitk::MonaiLabelTool::UpdatePrepare()
90{
91 Superclass::UpdatePrepare();
92 auto preview = this->GetPreviewSegmentation();
93 preview->RemoveLabels(preview->GetAllLabelValues());
94}
95
96mitk::Label::AlgorithmType mitk::MonaiLabelTool::GetAlgorithmType() const
97{

Callers

nothing calls this directly

Calls 3

RemoveLabelsMethod · 0.80
GetAllLabelValuesMethod · 0.80

Tested by

no test coverage detected