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

Method SetDistance

libs/routing/base/astar_algorithm.hpp:148–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146 }
147
148 void SetDistance(Vertex const & vertex, Weight const & distance) { m_distanceMap[vertex] = distance; }
149
150 void SetParent(Vertex const & parent, Vertex const & child) { m_parents[parent] = child; }
151

Callers 1

PropagateWaveMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected