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

Function GetEnd

tools/openlr/decoded_path.hpp:49–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47 return e.GetStartJunction().GetPoint();
48}
49inline m2::PointD GetEnd(Edge const & e)
50{
51 return e.GetEndJunction().GetPoint();
52}
53
54std::vector<m2::PointD> GetPoints(routing::RoadGraphBase::EdgeVector const & p);
55} // namespace routing

Callers 12

WriteAsMappingForSparkFunction · 0.85
PathToXMLFunction · 0.85
GetPointsFunction · 0.85
HasEndMethod · 0.85
HasEndMethod · 0.85
HasEndMethod · 0.85
IsEmptyMethod · 0.85
HasEndMethod · 0.85
HasEndMethod · 0.85
HasEndMethod · 0.85
HasExtendedHoursMethod · 0.85
HasWdayMethod · 0.85

Calls 1

GetPointMethod · 0.45

Tested by

no test coverage detected