Skip to content
Snippets Groups Projects
Commit 160dcc1a authored by Joseph Mirabel's avatar Joseph Mirabel
Browse files

Add Edge::neighborEdges

parent 05cfdf97
No related branches found
No related tags found
No related merge requests found
......@@ -100,6 +100,12 @@ namespace hpp {
return neighbors_;
}
/// Get the neighbors
Edges_t neighborEdges() const
{
return neighbors_.values();
}
/// Get the hidden neighbors
/// It is a vector of transitions outgoing from this state and that are
/// included in a waypoint edge.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment