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

Method HasAlgorithmName

Modules/Multilabel/src/mitkLabel.cpp:517–521  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 7

BuildMetaInfoHandlerMethod · 0.80
MergeToolUsesMethod · 0.80
ValidateMethod · 0.80
TestHasAlgorithmNameMethod · 0.80
TestMergeToolUsesMethod · 0.80

Calls 2

findMethod · 0.45
endMethod · 0.45

Tested by 4

TestHasAlgorithmNameMethod · 0.64
TestMergeToolUsesMethod · 0.64