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

Method edgesIn

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

Source from the content-addressed store, hash-verified

65 void setDuration (int durationMs) { _durationMs = durationMs; }
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; }

Callers 2

executeMethod · 0.80
removeStepMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected