| 508 | } |
| 509 | |
| 510 | std::string mitk::Label::GetAlgorithmName() const |
| 511 | { |
| 512 | std::string text = DEFAULT_ALGORITHM_NAME; |
| 513 | GetStringProperty("algorithm_name", text); |
| 514 | return text; |
| 515 | } |
| 516 | |
| 517 | bool mitk::Label::HasAlgorithmName() const |
| 518 | { |
no outgoing calls