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