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

Method GetPropertyList

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

Source from the content-addressed store, hash-verified

165}
166
167mitk::PropertyList::Pointer mitk::BaseData::GetPropertyList() const
168{
169 return m_PropertyList;
170}
171
172mitk::BaseProperty::Pointer mitk::BaseData::GetProperty(const char *propertyKey) const
173{

Callers 3

PrintSelfMethod · 0.95
CopyInformationMethod · 0.45
GetGroupTagsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected