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