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

Method SetIntProperty

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

Source from the content-addressed store, hash-verified

278}
279
280void mitk::PropertyList::SetIntProperty(const char *propertyKey, int intValue)
281{
282 SetProperty(propertyKey, mitk::IntProperty::New(intValue));
283}
284
285void mitk::PropertyList::SetBoolProperty(const char *propertyKey, bool boolValue)
286{

Callers 1

SetMethod · 0.95

Calls 1

NewFunction · 0.50

Tested by

no test coverage detected