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

Method GetSelectedLabels

Modules/SegmentationUI/src/QmitkMultiLabelSelectionWidget.cpp:164–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162}
163
164QmitkMultiLabelSelectionWidget::LabelValueVectorType QmitkMultiLabelSelectionWidget::GetSelectedLabels() const
165{
166 return m_Popup->GetInspector()->GetSelectedLabels();
167}
168
169mitk::Image::Pointer QmitkMultiLabelSelectionWidget::CreateSelectedLabelMask() const
170{

Callers 2

OnSelectionFinishedMethod · 0.95

Calls 1

GetInspectorMethod · 0.80

Tested by

no test coverage detected