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

Method SetSelectedLabel

Modules/SegmentationUI/src/QmitkMultiLabelManager.cpp:164–168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Calls

no outgoing calls

Tested by

no test coverage detected