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