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

Method SetStringProperty

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

Source from the content-addressed store, hash-verified

293}
294
295void mitk::PropertyList::SetStringProperty(const char *propertyKey, const char *stringValue)
296{
297 SetProperty(propertyKey, mitk::StringProperty::New(stringValue));
298}
299
300void mitk::PropertyList::Set(const char *propertyKey, bool boolValue)
301{

Callers 1

SetMethod · 0.95

Calls 1

NewFunction · 0.50

Tested by

no test coverage detected