Searched refs:to_vertex_index (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 | 97 signed_size_type to_vertex_index = -1; in travel_to_next_turn() local 99 to_vertex_index, start_turn_index, start_op_index, in travel_to_next_turn() 106 if (to_vertex_index >= 0) in travel_to_next_turn() 111 previous_op.seg_id, to_vertex_index, in travel_to_next_turn() 118 previous_op.seg_id, to_vertex_index, in travel_to_next_turn()
|
| H A D | traversal.hpp | 667 inline void change_index_for_self_turn(signed_size_type& to_vertex_index, in change_index_for_self_turn() 700 && start_op.seg_id.segment_index == to_vertex_index; in change_index_for_self_turn() 708 << " from=" << to_vertex_index in change_index_for_self_turn() 715 to_vertex_index = other_op.enriched.travels_to_vertex_index; in change_index_for_self_turn() 721 signed_size_type& to_vertex_index, in select_turn_from_enriched() 728 to_vertex_index = -1; in select_turn_from_enriched() 739 to_vertex_index = previous_op.enriched.travels_to_vertex_index; in select_turn_from_enriched() 744 change_index_for_self_turn(to_vertex_index, previous_turn, in select_turn_from_enriched()
|