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

Method GetStartEdge

tools/openlr/score_candidate_paths_getter.cpp:70–77  ·  view source on GitHub ↗

ScoreCandidatePathsGetter::Link ----------------------------------------------------------------------

Source from the content-addressed store, hash-verified

68
69// ScoreCandidatePathsGetter::Link ----------------------------------------------------------------------
70Graph::Edge ScoreCandidatePathsGetter::Link::GetStartEdge() const
71{
72 auto * start = this;
73 while (start->m_parent)
74 start = start->m_parent.get();
75
76 return start->m_edge;
77}
78
79bool ScoreCandidatePathsGetter::Link::IsJunctionInPath(geometry::PointWithAltitude const & j) const
80{

Callers 1

GetBestCandidatePathsMethod · 0.45

Calls 1

getMethod · 0.65

Tested by

no test coverage detected