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