GetAllNodes

Description

Obtains all nodes in a graph, including the nodes of subgraphs in the graph.

Prototype

std::vector<GNode> GetAllNodes() 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.