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

Method SetBoolProperty

Modules/Core/src/DataManagement/mitkPropertyList.cpp:285–288  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

283}
284
285void mitk::PropertyList::SetBoolProperty(const char *propertyKey, bool boolValue)
286{
287 SetProperty(propertyKey, mitk::BoolProperty::New(boolValue));
288}
289
290void mitk::PropertyList::SetFloatProperty(const char *propertyKey, float floatValue)
291{

Callers 1

SetMethod · 0.95

Calls 1

NewFunction · 0.50

Tested by

no test coverage detected