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

Method process

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

Source from the content-addressed store, hash-verified

64 void setEditing (bool editing) { _editing = editing; update(boundingRect()); }
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; }

Callers 15

removeEdgeInMethod · 0.95
updateImageMethod · 0.45
buildQueueMethod · 0.45
propagateNeedsUpdateMethod · 0.45
propagateResultReadyMethod · 0.45
executeMethod · 0.45
showProcessSettingsMethod · 0.45
addEdgeMethod · 0.45
removeEdgeMethod · 0.45
readProcessFileMethod · 0.45
writeProcessFileMethod · 0.45
updateInputsOutputsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected