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

Method GetWeight

libs/routing/routing_tests/routing_algorithm.hpp:25–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23
24 uint32_t GetTarget() const { return m_to; }
25 double GetWeight() const { return m_weight; }
26
27 uint32_t m_to;
28 double m_weight;

Callers 5

PropagateWaveMethod · 0.45
FindPathMethod · 0.45
AdjustRouteMethod · 0.45
CalculateRouteFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected