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

Method SetActiveWorkingLabel

Modules/Segmentation/src/Controllers/mitkToolManager.cpp:438–446  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

436}
437
438void mitk::ToolManager::SetActiveWorkingLabel(MultiLabelSegmentation::LabelValueType labelValue)
439{
440 if (labelValue != m_ActiveWorkingLabel)
441 {
442 m_ActiveWorkingLabel = labelValue;
443
444 ActiveWorkingLabelChanged.Send();
445 }
446}
447
448void mitk::ToolManager::OnOneOfTheRoiDataDeletedConst(const itk::Object *caller, const itk::EventObject &e)
449{

Callers 1

OnMouseReleasedMethod · 0.80

Calls 1

SendMethod · 0.45

Tested by

no test coverage detected