| 481 | } |
| 482 | |
| 483 | std::string mitk::Label::GetAlgorithmTypeStr() const |
| 484 | { |
| 485 | std::string text = ""; |
| 486 | GetStringProperty("algorithm_type", text); |
| 487 | return text; |
| 488 | } |
| 489 | |
| 490 | void mitk::Label::SetAlgorithmName(const std::string& algoName) |
| 491 | { |
no outgoing calls