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