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

Method GetTarget

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

Source from the content-addressed store, hash-verified

22 SimpleEdge(uint32_t to, double weight) : m_to(to), m_weight(weight) {}
23
24 uint32_t GetTarget() const { return m_to; }
25 double GetWeight() const { return m_weight; }
26
27 uint32_t m_to;

Callers 15

EdgesContainFunction · 0.80
FillCandidatesMethod · 0.80
ProcessMethod · 0.80
CheckGraphConnectivityFunction · 0.80
DebugPrintFunction · 0.80
GetEdgeListMethod · 0.80
AddFakeEdgesMethod · 0.80
GetEdgesMethod · 0.80
InitEndingMethod · 0.80
AddFakeJointsMethod · 0.80

Calls

no outgoing calls

Tested by 1

TestEdgesFunction · 0.64