Searched refs:current_turn (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/overlay/ |
| H A D | traversal_ring_creator.hpp | 150 const turn_type& current_turn = m_turns[turn_index]; in travel_to_next_turn() local 151 const turn_operation_type& op = current_turn.operations[op_index]; in travel_to_next_turn() 153 || m_trav.is_visited(current_turn, op, turn_index, op_index)) in travel_to_next_turn() 160 turn_type& current_turn = m_turns[turn_index]; in travel_to_next_turn() local 161 turn_operation_type& op = current_turn.operations[op_index]; in travel_to_next_turn() 162 detail::overlay::append_no_dups_or_spikes(current_ring, current_turn.point, in travel_to_next_turn() 167 m_trav.set_visited(current_turn, op); in travel_to_next_turn() 168 m_visitor.visit_traverse(m_turns, current_turn, op, "Visit"); in travel_to_next_turn()
|
| H A D | traversal.hpp | 641 turn_type const& current_turn, in analyze_ii_intersection() 649 sbs.add(current_turn.operations[i], in analyze_ii_intersection() 660 sbs.apply(current_turn.point); in analyze_ii_intersection() 768 turn_type const& current_turn = m_turns[turn_index]; in select_turn() local 773 = current_turn.cluster_id >= 0 in select_turn() 774 && m_turns[start_turn_index].cluster_id == current_turn.cluster_id; in select_turn() 784 if (current_turn.cluster_id < 0 in select_turn() 785 && current_turn.both(operation_intersection)) in select_turn() 788 current_turn, previous_seg_id)) in select_turn() 795 if (current_turn.cluster_id >= 0) in select_turn() [all …]
|