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

Method UpdatePrepare

Modules/PythonSegmentation/src/mitkTotalSegmentatorTool.cpp:145–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143}
144
145void mitk::TotalSegmentatorTool::UpdatePrepare()
146{
147 Superclass::UpdatePrepare();
148 auto preview = this->GetPreviewSegmentation();
149 preview->RemoveLabels(preview->GetAllLabelValues());
150}
151
152void mitk::TotalSegmentatorTool::DoUpdatePreview(const Image *inputAtTimeStep,
153 const Image * /*oldSegAtTimeStep*/,

Callers

nothing calls this directly

Calls 3

RemoveLabelsMethod · 0.80
GetAllLabelValuesMethod · 0.80

Tested by

no test coverage detected