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

Method SetActiveLabelValue

Modules/SegmentationUI/src/QmitkSlicesInterpolator.cpp:276–283  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

274}
275
276void QmitkSlicesInterpolator::SetActiveLabelValue(mitk::MultiLabelSegmentation::LabelValueType labelValue)
277{
278 bool changedValue = labelValue != this->m_CurrentActiveLabelValue;
279
280 this->m_CurrentActiveLabelValue = labelValue;
281
282 if (changedValue) this->OnActiveLabelChanged(labelValue);
283};
284
285
286mitk::DataStorage *QmitkSlicesInterpolator::GetDataStorage()

Callers 2

Calls 1

OnActiveLabelChangedMethod · 0.95

Tested by

no test coverage detected