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

Method SetProperty

Modules/Core/src/Controllers/mitkRenderingManager.cpp:725–728  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

723 }
724
725 void RenderingManager::SetProperty(const char *propertyKey, BaseProperty *propertyValue)
726 {
727 m_PropertyList->SetProperty(propertyKey, propertyValue);
728 }
729
730 void RenderingManager::SetDataStorage(DataStorage *storage)
731 {

Callers 2

CrosshairManagerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected