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

Method GetAlgorithmTypeStr

Modules/Multilabel/src/mitkLabel.cpp:483–488  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Calls

no outgoing calls