GetDirectNode

Description

Obtains all direct nodes from a graph, excluding the nodes from the subgraphs.

Prototype

std::vector<GNode> GetDirectNode() const;

Restrictions

None

Parameters

None

Returns

Parameter

Type

Description

-

std::vector<GNode>

All nodes in the graph, which are output in the sequence of the topological order.