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

Method SetFloatProperty

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

Source from the content-addressed store, hash-verified

288}
289
290void mitk::PropertyList::SetFloatProperty(const char *propertyKey, float floatValue)
291{
292 SetProperty(propertyKey, mitk::FloatProperty::New(floatValue));
293}
294
295void mitk::PropertyList::SetStringProperty(const char *propertyKey, const char *stringValue)
296{

Callers 1

SetMethod · 0.95

Calls 1

NewFunction · 0.50

Tested by

no test coverage detected