| 162 | } |
| 163 | |
| 164 | void QmitkMultiLabelManager::SetSelectedLabel(mitk::MultiLabelSegmentation::LabelValueType selectedLabel) |
| 165 | { |
| 166 | this->m_Controls->labelInspector->SetSelectedLabel(selectedLabel); |
| 167 | UpdateControls(); |
| 168 | } |
| 169 | |
| 170 | void QmitkMultiLabelManager::SetMultiLabelSegmentation(mitk::MultiLabelSegmentation* segmentation) |
| 171 | { |
no outgoing calls
no test coverage detected