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

Method GetProperty

Modules/Core/src/DataManagement/mitkBaseData.cpp:172–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

170}
171
172mitk::BaseProperty::Pointer mitk::BaseData::GetProperty(const char *propertyKey) const
173{
174 return m_PropertyList->GetProperty(propertyKey);
175}
176
177void mitk::BaseData::SetProperty(const char *propertyKey, BaseProperty *propertyValue)
178{

Callers 13

CheckNodeMethod · 0.45
CheckNodeMethod · 0.45
GetConstPropertyMethod · 0.45
GetNonConstPropertyMethod · 0.45
SetAutoTopMostImageMethod · 0.45
SetSelectedImagesMethod · 0.45
UpdateMethod · 0.45
SetLevelWindowMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected