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

Method SetDefaultProperties

Modules/ROI/src/mitkROI.cpp:185–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

183}
184
185void mitk::ROI::Element::SetDefaultProperties(PropertyList* properties)
186{
187 if (properties == nullptr)
188 {
189 m_DefaultProperties = PropertyList::New();
190 }
191 else
192 {
193 m_DefaultProperties = properties;
194 }
195}
196
197mitk::PropertyList* mitk::ROI::Element::GetProperties(TimeStepType t) const
198{

Callers 2

from_jsonMethod · 0.45

Calls 1

NewFunction · 0.50

Tested by

no test coverage detected