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

Method SetSelectedLabel

Modules/SegmentationUI/src/QmitkMultiLabelSelectionWidget.cpp:159–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157}
158
159void QmitkMultiLabelSelectionWidget::SetSelectedLabel(mitk::MultiLabelSegmentation::LabelValueType selectedLabel)
160{
161 this->SetSelectedLabels({ selectedLabel });
162}
163
164QmitkMultiLabelSelectionWidget::LabelValueVectorType QmitkMultiLabelSelectionWidget::GetSelectedLabels() const
165{

Callers

nothing calls this directly

Calls 1

SetSelectedLabelsMethod · 0.95

Tested by

no test coverage detected