Struct VertexVisitInformation

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 = {}