MCPcopy Create free account
hub / github.com/cpvrlab/ImagePlay / registerProcess

Method registerProcess

ImagePlay/src/IPProcessFactory.cpp:36–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36void IPProcessFactory::registerProcess(QString name, IPLProcess *process)
37{
38 qDebug() << "IPProcessFactory::registerProcess: " << name << " -> " << process;
39 _map.insert(name, process);
40}
41
42void IPProcessFactory::unregisterProcess(QString name)
43{

Callers 2

loadProcessesMethod · 0.80
foreachFunction · 0.80

Calls 1

insertMethod · 0.45

Tested by

no test coverage detected