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