AddNodeByOp
Description
Adds a node to the graph.
Prototype
GNode AddNodeByOp(const Operator &op);
Restrictions
Nodes need to be added for taking effect.
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
op |
Input |
Source operator object of the new node. |
Returns
Parameter |
Type |
Description |
|---|---|---|
- |
GNode |
Added node. |
Parent topic: Class Graph