GetOutControlNodes
Description
Obtains the control output node of an operator.
Prototype
std::vector<GNodePtr> GetOutControlNodes() const;
Restrictions
None
Parameters
None
Returns
Parameter |
Type |
Description |
|---|---|---|
- |
vector<GNodePtr> |
List of control output nodes of the operator. An empty return indicates that no corresponding operator is available. |
Parent topic: Class GNode