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

Method edgesOut

ImagePlay/include/IPProcessStep.h:68–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66 IPLProcess* process () { return _process; }
67 QList<IPProcessEdge*>* edgesIn () { return &_edgesIn; }
68 QList<IPProcessEdge*>* edgesOut () { return &_edgesOut; }
69 int stepID () { return _stepID; }
70 void setTreeDepth (int treeDepth) { _treeDepth = treeDepth; }
71 int treeDepth () { return _treeDepth; }

Callers 4

buildQueueMethod · 0.80
propagateNeedsUpdateMethod · 0.80
propagateResultReadyMethod · 0.80
removeStepMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected