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

Method SetDoubleProperty

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

Source from the content-addressed store, hash-verified

364}
365
366void mitk::PropertyList::SetDoubleProperty(const char *propertyKey, double doubleValue)
367{
368 SetProperty(propertyKey, mitk::DoubleProperty::New(doubleValue));
369}
370
371void mitk::PropertyList::ToJSON(nlohmann::json& j) const
372{

Callers 1

SetMethod · 0.95

Calls 1

NewFunction · 0.50

Tested by

no test coverage detected