omni::graph::exec::unstable::detail::VisitFirst

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

struct VisitFirst

Traversal strategy that enters the node when it was first time discovered.

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 only when first time discovered.