armarx::navigation::detail Namespace Reference

Functions

std::vector< core::GraphPathfindPathsTo (core::Graph::ConstVertex vertex, const core::Graph &graph, std::set< core::Graph::VertexDescriptor > visited)
 

Function Documentation

◆ findPathsTo()

std::vector<core::GraphPath> armarx::navigation::detail::findPathsTo ( core::Graph::ConstVertex  vertex,
const core::Graph graph,
std::set< core::Graph::VertexDescriptor >  visited 
)

If not a leaf, e.g: A \ C == vertex B / => [[C], [A, C], [B, C]}

Definition at line 113 of file Graph.cpp.

+ Here is the caller graph for this function: