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

Method stepID

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

Source from the content-addressed store, hash-verified

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; }
72 void setBranchID (int branchId) { _branchID = branchId; }

Callers 6

setActiveProcessStepMethod · 0.80
readProcessFileMethod · 0.80
writeProcessFileMethod · 0.80
addProcessStepMethod · 0.80
removeProcessStepMethod · 0.80
setActiveStepMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected