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

Method ConvertToReal

libs/routing/index_graph_starter.cpp:99–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97}
98
99bool IndexGraphStarter::ConvertToReal(Segment & segment) const
100{
101 return IsFakeSegment(segment) ? m_fake.FindReal(segment, segment) : true;
102}
103
104LatLonWithAltitude const & IndexGraphStarter::GetJunction(Segment const & segment, bool front) const
105{

Callers 5

GetRouteEdgesMethod · 0.45
FindFirstJointsMethod · 0.45
GetLastRealOrPartFunction · 0.45
RedressRouteMethod · 0.45
TestRouteFunction · 0.45

Calls 1

FindRealMethod · 0.45

Tested by 1

TestRouteFunction · 0.36