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

Method GetNonConstProperty

Modules/Multilabel/src/mitkLabel.cpp:177–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

175}
176
177mitk::BaseProperty* mitk::Label::GetNonConstProperty(const std::string& propertyKey, const std::string& contextName, bool fallBackOnDefaultContext)
178{
179 return Superclass::GetNonConstProperty(propertyKey, contextName, fallBackOnDefaultContext);
180}
181
182void mitk::Label::SetLocked(bool locked)
183{

Callers 3

UpdateNodeMethod · 0.45
UpdateLookupTableMethod · 0.45
GenerateLookupTableMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected