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 > 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 136 of file Graph.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function: