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

Method GetStartSegment

libs/routing/index_graph_starter.hpp:79–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77 LatLonWithAltitude const & GetStartJunction() const;
78 LatLonWithAltitude const & GetFinishJunction() const;
79 Segment GetStartSegment() const { return GetFakeSegment(m_start.m_id); }
80 Segment GetFinishSegment() const { return GetFakeSegment(m_finish.m_id); }
81 // If segment is real returns true and does not modify segment.
82 // If segment is part of real converts it to real and returns true.

Callers 8

LeapsGraphMethod · 0.45
InitEndingMethod · 0.45
AdjustRouteMethod · 0.45
CalculateRouteFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected