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