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

Method SetSelectedLabels

Modules/SegmentationUI/src/QmitkMultiLabelSelectionWidget.cpp:153–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151}
152
153void QmitkMultiLabelSelectionWidget::SetSelectedLabels(const LabelValueVectorType& selectedLabels)
154{
155 m_Controls->labelSelection->SetSelectedLabels(selectedLabels);
156 m_Popup->GetInspector()->SetSelectedLabels(selectedLabels);
157}
158
159void QmitkMultiLabelSelectionWidget::SetSelectedLabel(mitk::MultiLabelSegmentation::LabelValueType selectedLabel)
160{

Callers 1

SetSelectedLabelMethod · 0.95

Calls 1

GetInspectorMethod · 0.80

Tested by

no test coverage detected