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

Method AddDirectedEdge

libs/routing/routing_tests/index_graph_tools.cpp:170–173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168TestIndexGraphTopology::TestIndexGraphTopology(uint32_t numVertices) : m_numVertices(numVertices) {}
169
170void TestIndexGraphTopology::AddDirectedEdge(Vertex from, Vertex to, double weight)
171{
172 AddDirectedEdge(m_edgeRequests, from, to, weight);
173}
174
175void TestIndexGraphTopology::SetEdgeAccess(Vertex from, Vertex to, RoadAccess::Type type)
176{

Callers 2

UNIT_TESTFunction · 0.80
UNIT_TESTFunction · 0.80

Calls 2

sizeMethod · 0.45
emplace_backMethod · 0.45

Tested by 2

UNIT_TESTFunction · 0.64
UNIT_TESTFunction · 0.64