Struct VertexVisitInformation
Defined in File ShortestPath.h
Struct Documentation
-
struct VertexVisitInformation
This object carries the required information for the graph neighbourhood search.
Public Members
-
RoutingGraphGraph::Vertex vertex = {}
-
RoutingGraphGraph::Vertex predecessor = {}
-
double cost = {}
-
size_t length = {}
-
size_t numLaneChanges = {}
-
RoutingGraphGraph::Vertex vertex = {}