Home
last modified time | relevance | path

Searched refs:next_turn (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/boost/geometry/algorithms/detail/overlay/
Denrich_intersection_points.hpp148 turn_type const& next_turn = turns[next->turn_index]; in enrich_assign() local
149 op_type const& next_op = next_turn.operations[next->operation_index]; in enrich_assign()
233 turn_type const& next_turn = turns[operations[n].turn_index]; in enrich_adapt() local
234 op_type const& next_op = next_turn.operations[operations[n].operation_index]; in enrich_adapt()
Dtraversal.hpp305 turn_type const& next_turn = m_turns[next_turn_index]; in get_shortcut_level() local
308 turn_operation_type const& next_op = next_turn.operations[i]; in get_shortcut_level()
/third_party/boost/boost/geometry/algorithms/detail/buffer/
Dbuffered_piece_collection.hpp355 buffer_turn_info_type& next_turn = m_turns[next_itop.turn_index]; in pretraverse() local
362 else if (next_turn.close_to_offset in pretraverse()
363 && is_following(next_turn, last_traversable_operation)) in pretraverse()
365 next_turn.is_turn_traversable = true; in pretraverse()