This object carries the required information for the graph neighbourhood search. More...
#include <ShortestPath.h>
Public Attributes | |
double | cost {} |
size_t | length {} |
size_t | numLaneChanges {} |
RoutingGraphGraph::Vertex | predecessor {} |
RoutingGraphGraph::Vertex | vertex {} |
This object carries the required information for the graph neighbourhood search.
Definition at line 15 of file ShortestPath.h.
double lanelet::routing::internal::VertexVisitInformation::cost {} |
Definition at line 18 of file ShortestPath.h.
size_t lanelet::routing::internal::VertexVisitInformation::length {} |
Definition at line 19 of file ShortestPath.h.
size_t lanelet::routing::internal::VertexVisitInformation::numLaneChanges {} |
Definition at line 20 of file ShortestPath.h.
RoutingGraphGraph::Vertex lanelet::routing::internal::VertexVisitInformation::predecessor {} |
Definition at line 17 of file ShortestPath.h.
RoutingGraphGraph::Vertex lanelet::routing::internal::VertexVisitInformation::vertex {} |
Definition at line 16 of file ShortestPath.h.