MCPcopy Create free account
hub / github.com/comaps/comaps / GetOutgoingEdgesList

Method GetOutgoingEdgesList

libs/routing/routing_tests/routing_algorithm.cpp:40–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40void UndirectedGraph::GetOutgoingEdgesList(astar::VertexData<Vertex, Weight> const & vertexData, EdgeListT & adj)
41{
42 GetEdgesList(vertexData.m_vertex, true /* isOutgoing */, adj);
43}
44
45double UndirectedGraph::HeuristicCostEstimate(Vertex const & v, Vertex const & w)
46{

Callers 2

GetAdjacencyListMethod · 0.45
PropagateWaveMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected