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

Function RoughEdgeJunctions

tools/openlr/openlr_tests/decoded_path_test.cpp:56–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56routing::Edge RoughEdgeJunctions(routing::Edge const & e)
57{
58 return routing::Edge::MakeReal(e.GetFeatureId(), e.IsForward(), e.GetSegId(), RoughJunction(e.GetStartJunction()),
59 RoughJunction(e.GetEndJunction()));
60}
61
62void RoughJunctionsInPath(openlr::Path & p)
63{

Callers 1

RoughJunctionsInPathFunction · 0.85

Calls 4

RoughJunctionFunction · 0.85
GetSegIdMethod · 0.80
GetFeatureIdMethod · 0.45
IsForwardMethod · 0.45

Tested by

no test coverage detected