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

Method Set

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

Source from the content-addressed store, hash-verified

298}
299
300void mitk::PropertyList::Set(const char *propertyKey, bool boolValue)
301{
302 this->SetBoolProperty(propertyKey, boolValue);
303}
304
305void mitk::PropertyList::Set(const char *propertyKey, int intValue)
306{

Callers 7

RequestInformationMethod · 0.45
RequestUpdateExtentMethod · 0.45
SetColorMethod · 0.45
SetSpecularColorMethod · 0.45
ColorPropertyMethod · 0.45

Calls 5

SetBoolPropertyMethod · 0.95
SetIntPropertyMethod · 0.95
SetFloatPropertyMethod · 0.95
SetDoublePropertyMethod · 0.95
SetStringPropertyMethod · 0.95

Tested by

no test coverage detected