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

Method SetIntProperty

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

Source from the content-addressed store, hash-verified

418}
419
420void mitk::DataNode::SetIntProperty(const char *propertyKey, int intValue, const mitk::BaseRenderer *renderer)
421{
422 GetPropertyList(renderer)->SetProperty(propertyKey, mitk::IntProperty::New(intValue));
423}
424void mitk::DataNode::SetBoolProperty(const char *propertyKey,
425 bool boolValue,
426 const mitk::BaseRenderer *renderer /*=nullptr*/)

Callers

nothing calls this directly

Calls 2

NewFunction · 0.50
SetPropertyMethod · 0.45

Tested by

no test coverage detected