| 515 | } |
| 516 | |
| 517 | bool mitk::Label::HasAlgorithmName() const |
| 518 | { |
| 519 | const auto* propertyMap = this->GetMap(); |
| 520 | return propertyMap->find("algorithm_name") != propertyMap->end(); |
| 521 | } |
| 522 | |
| 523 | void mitk::Label::AddToolUse(AlgorithmType algoType, const std::string& algoName) |
| 524 | { |