update_pad_flow


Description:

[ Version ( since = "1.6" ) ]
public FlowReturn update_pad_flow (Pad pad, FlowReturn fret)

Sets the provided pad's last flow return to provided value and computes the combined flow return for the pads in it.

The FlowReturn parameter should be the last flow return update for a pad in this FlowCombiner. It will use this value to be able to shortcut some combinations and avoid looking over all pads again. e.g. The last combined return is the same as the latest obtained FlowReturn.

Parameters:

this

the FlowCombiner

pad

the Pad whose FlowReturn to update

fret

the latest FlowReturn received for a pad in this FlowCombiner

Returns:

The combined FlowReturn