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

Method SetPointerParameter

Modules/AlgorithmsExt/src/mitkNonBlockingAlgorithm.cpp:46–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44 }
45
46 void NonBlockingAlgorithm::SetPointerParameter(const char *parameter, BaseData *value)
47 {
48 m_ParameterListMutex.lock();
49 m_Parameters->SetProperty(parameter, SmartPointerProperty::New(value));
50 m_ParameterListMutex.unlock();
51 }
52
53 void NonBlockingAlgorithm::DefineTriggerParameter(const char *parameter)
54 {

Callers 2

Calls 4

NewFunction · 0.50
lockMethod · 0.45
SetPropertyMethod · 0.45
unlockMethod · 0.45

Tested by

no test coverage detected