| 338 | } |
| 339 | |
| 340 | std::vector<std::string> mitk::BaseData::GetPropertyKeys(const std::string &/*contextName*/, bool /*includeDefaultContext*/) const |
| 341 | { |
| 342 | return m_PropertyList->GetPropertyKeys(); |
| 343 | } |
| 344 | |
| 345 | std::vector<std::string> mitk::BaseData::GetPropertyContextNames() const |
| 346 | { |
no outgoing calls