AddControlInput

Description

Adds an edge of the operator. Currently, the edge controls only the execution sequence of the operator.

Prototype

Operator &AddControlInput(const Operator &src_oprt)

Parameters

Parameter

Input/Output

Description

src_oprt

Input

Source operator corresponding to an edge.

Returns

Operator object

Exception Handling

None

Restrictions

None