VisitFirst#

Fully qualified name: omni::graph::exec::unstable::detail::VisitFirst

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.