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

Method GetAlgorithmName

Modules/Multilabel/src/mitkLabel.cpp:510–515  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 10

AddToolUseMethod · 0.95
BuildMetaInfoHandlerMethod · 0.80
MergeToolUsesMethod · 0.80
TestHasAlgorithmNameMethod · 0.80
TestMergeToolUsesMethod · 0.80

Calls

no outgoing calls