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

Method SetProperty

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

Source from the content-addressed store, hash-verified

175}
176
177void mitk::BaseData::SetProperty(const char *propertyKey, BaseProperty *propertyValue)
178{
179 m_PropertyList->SetProperty(propertyKey, propertyValue);
180}
181
182void mitk::BaseData::SetPropertyList(PropertyList *pList)
183{

Callers 5

ConnectMethod · 0.45
Connect_datalayerMethod · 0.45
Disconnect_datalayerMethod · 0.45

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected