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

Method SetStringProperty

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

Source from the content-addressed store, hash-verified

451}
452
453void mitk::DataNode::SetStringProperty(const char *propertyKey,
454 const char *stringValue,
455 const mitk::BaseRenderer *renderer /*=nullptr*/)
456{
457 GetPropertyList(renderer)->SetProperty(propertyKey, mitk::StringProperty::New(stringValue));
458}
459
460void mitk::DataNode::SetProperty(const char *propertyKey,
461 BaseProperty *propertyValue,

Callers

nothing calls this directly

Calls 2

NewFunction · 0.50
SetPropertyMethod · 0.45

Tested by

no test coverage detected