omni::graph::exec::unstable::detail::VisitAll

Defined in omni/graph/exec/unstable/Traversal.h

struct VisitAll

Traversal strategy that allows discovering all the edges in the graph. Traversal continuation is controlled by user code.

Public Static Functions

template<typename Node, typename NodeData>
static inline VisitOrder tryVisit(Node &node, NodeData &nodeData)

Call to traverse the graph with a strategy to visit all edges of the graph.