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

Method SetSelectedLabel

Modules/SegmentationUI/src/QmitkMultiLabelInspector.cpp:367–370  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

365}
366
367void QmitkMultiLabelInspector::SetSelectedLabel(mitk::MultiLabelSegmentation::LabelValueType selectedLabel)
368{
369 this->SetSelectedLabels({ selectedLabel });
370}
371
372QmitkMultiLabelInspector::LabelValueVectorType QmitkMultiLabelInspector::GetSelectedLabelsFromSelectionModel() const
373{

Callers 7

InitializeMethod · 0.95
AddNewLabelInternalMethod · 0.95
DeleteLabelInternalMethod · 0.95
RemoveGroupInternalMethod · 0.95
OnCopyToGroupMethod · 0.95
OnSearchLabelMethod · 0.95

Calls 1

SetSelectedLabelsMethod · 0.95

Tested by

no test coverage detected