| 203 | } |
| 204 | |
| 205 | void mitk::ROI::Element::SetProperties(PropertyList* properties, TimeStepType t) |
| 206 | { |
| 207 | m_Properties[t] = properties; |
| 208 | } |
| 209 | |
| 210 | mitk::BaseProperty::ConstPointer mitk::ROI::Element::GetConstProperty(const std::string& propertyKey, const std::string& contextName, bool fallBackOnDefaultContext) const |
| 211 | { |