MCPcopy Create free account
hub / github.com/MITK/MITK / SetProperties

Method SetProperties

Modules/ROI/src/mitkROI.cpp:205–208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

from_jsonMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected