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

Function GetStart

tools/openlr/decoded_path.hpp:45–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43namespace routing
44{
45inline m2::PointD GetStart(Edge const & e)
46{
47 return e.GetStartJunction().GetPoint();
48}
49inline m2::PointD GetEnd(Edge const & e)
50{
51 return e.GetEndJunction().GetPoint();

Callers 12

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

Calls 1

GetPointMethod · 0.45

Tested by

no test coverage detected