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