Home
last modified time | relevance | path

Searched refs:next_turn_index (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/geometry/algorithms/detail/overlay/
Dcluster_exits.hpp57 , next_turn_index(nti) in linked_turn_op_info()
63 signed_size_type next_turn_index; member
165 if (blti.next_turn_index == lti.next_turn_index in check_blocked()
202 if (m_ids.count(lti.next_turn_index) == 0) in apply()
205 && target.next_turn_index != lti.next_turn_index) in apply()
Dtraversal.hpp284 signed_size_type next_turn_index = op.enriched.get_next_turn_index(); in get_shortcut_level() local
285 if (next_turn_index == -1) in get_shortcut_level()
289 if (next_turn_index == start_turn_index) in get_shortcut_level()
294 if (next_turn_index == origin_turn_index) in get_shortcut_level()
305 turn_type const& next_turn = m_turns[next_turn_index]; in get_shortcut_level()