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

Method notifyOutputsChangedEventHandler

IPL/src/IPLProcess.cpp:309–315  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

307}
308
309void IPLProcess::notifyOutputsChangedEventHandler()
310{
311 if(_outputsHandler != NULL)
312 {
313 _outputsHandler->outputsChanged(this);
314 }
315}
316
317IPLProcessPropertyMap *IPLProcess::properties()
318{

Callers

nothing calls this directly

Calls 1

outputsChangedMethod · 0.80

Tested by

no test coverage detected