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

Method setBranchID

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

Source from the content-addressed store, hash-verified

70 void setTreeDepth (int treeDepth) { _treeDepth = treeDepth; }
71 int treeDepth () { return _treeDepth; }
72 void setBranchID (int branchId) { _branchID = branchId; }
73 int branchID () { return _branchID; }
74 void setErrorMessage (QString error) { _errorMessage = error; }
75 QString errorMessage () { return _errorMessage; }

Callers 1

buildQueueMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected