uvec OrderNodes(std::vector<NodeType> const& nodes) const;

Arguments

nodes

std::vector<NodeType> const&; a vector of application-specific nodes.

Value

uvec; a vector of positions in nodes in the order of their internally stored ids.

See also