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

Method HasExtension

Modules/Core/src/DataManagement/mitkPropertyExtensions.cpp:60–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60bool mitk::PropertyExtensions::HasExtension(const std::string &propertyName, const std::string &className)
61{
62 const ExtensionMap &extensions = m_Extensions[className];
63
64 return !propertyName.empty() ? extensions.find(propertyName) != extensions.end() : false;
65}
66
67void mitk::PropertyExtensions::RemoveAllExtensions(const std::string &className)
68{

Callers 1

createEditorMethod · 0.80

Calls 3

emptyMethod · 0.45
findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected