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

Method SetBoolProperty

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

Source from the content-addressed store, hash-verified

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*/)
427{
428 GetPropertyList(renderer)->SetProperty(propertyKey, mitk::BoolProperty::New(boolValue));
429}
430
431void mitk::DataNode::SetFloatProperty(const char *propertyKey,
432 float floatValue,

Callers 4

SetAutoTopMostImageMethod · 0.45
SetSelectedImagesMethod · 0.45

Calls 2

NewFunction · 0.50
SetPropertyMethod · 0.45

Tested by

no test coverage detected