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

Method GetProperty

Modules/Core/src/Rendering/mitkAnnotation.cpp:87–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87mitk::BaseProperty *mitk::Annotation::GetProperty(const std::string &propertyKey) const
88{
89 mitk::BaseProperty::Pointer property = m_PropertyList->GetProperty(propertyKey);
90 if (property.IsNotNull())
91 return property;
92
93 // only to satisfy compiler!
94 return nullptr;
95}
96
97bool mitk::Annotation::GetBoolProperty(const std::string &propertyKey, bool &boolValue) const
98{

Callers 15

GetNameMethod · 0.95
ApplyAllPropertiesMethod · 0.45
CreateContourMethod · 0.45
ApplyAllPropertiesMethod · 0.45
ProcessNodeMethod · 0.45
CreateVtkCrosshairMethod · 0.45
ApplyAllPropertiesMethod · 0.45

Calls 1

IsNotNullMethod · 0.80

Tested by

no test coverage detected