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

Method RemoveProperty

Modules/ROI/src/mitkROI.cpp:328–337  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

326}
327
328void mitk::ROI::Element::RemoveProperty(const std::string& propertyKey, const std::string& contextName, bool fallBackOnDefaultContext)
329{
330 if (!contextName.empty())
331 {
332 this->RemoveProperty(propertyKey, std::stoul(contextName), fallBackOnDefaultContext);
333 return;
334 }
335
336 m_DefaultProperties->RemoveProperty(propertyKey);
337}
338
339void mitk::ROI::Element::RemoveProperty(const std::string& propertyKey, TimeStepType t, bool fallBackOnDefaultContext)
340{

Callers 12

WriteMethod · 0.45
ResetCenterOfMassMethod · 0.45
SetAlgorithmTypeStrMethod · 0.45
SetAlgorithmNameMethod · 0.45
Disconnect_datalayerMethod · 0.45
InitPropertyListFunction · 0.45
bind_property_ownerFunction · 0.45

Calls 4

IsNotNullMethod · 0.80
emptyMethod · 0.45
findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected