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