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

Method SetProperty

Modules/Core/src/DataManagement/mitkDataNode.cpp:460–465  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

458}
459
460void mitk::DataNode::SetProperty(const char *propertyKey,
461 BaseProperty *propertyValue,
462 const mitk::BaseRenderer *renderer)
463{
464 GetPropertyList(renderer)->SetProperty(propertyKey, propertyValue);
465}
466
467void mitk::DataNode::ReplaceProperty(const char *propertyKey,
468 BaseProperty *propertyValue,

Callers 9

SetColorMethod · 0.45
SetVisibilityMethod · 0.45
SetOpacityMethod · 0.45
SetLevelWindowMethod · 0.45
SetIntPropertyMethod · 0.45
SetBoolPropertyMethod · 0.45
SetFloatPropertyMethod · 0.45
SetDoublePropertyMethod · 0.45
SetStringPropertyMethod · 0.45

Calls 3

emptyMethod · 0.45
findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected