Home
last modified time | relevance | path

Searched refs:turn_indices (Results 1 – 4 of 4) 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 Dtraversal_switch_detector.hpp61 std::set<signed_size_type> turn_indices; member
249 for (set_iterator sit = properties.turn_indices.begin(); in assign_regions()
250 sit != properties.turn_indices.end(); ++sit) in assign_regions()
332 for (set_iterator sit = cinfo.turn_indices.begin(); in connects_same_region()
333 sit != cinfo.turn_indices.end(); ++sit) in connects_same_region()
377 for (set_iterator sit = properties.turn_indices.begin(); in create_region()
378 sit != properties.turn_indices.end(); ++sit) in create_region()
437 m_turns_per_ring[ring_id_by_seg_id(op.seg_id)].turn_indices.insert(turn_index); in iterate()
469 std::set<signed_size_type> const& ids = cinfo.turn_indices; in iterate()
H A Dhandle_colocations.hpp324 clusters[turn.cluster_id].turn_indices.insert(turn_index); in assign_cluster_to_turns()
341 std::set<signed_size_type> const& turn_indices in remove_clusters() local
342 = current_it->second.turn_indices; in remove_clusters()
343 if (turn_indices.size() == 1) in remove_clusters()
345 signed_size_type const turn_index = *turn_indices.begin(); in remove_clusters()
360 std::set<signed_size_type>& ids = cinfo.turn_indices; in cleanup_clusters()
455 std::set<signed_size_type>& ids = cinfo.turn_indices; in discard_interior_exterior_turns()
518 std::set<signed_size_type> const& ids = cinfo.turn_indices; in set_colocation()
728 std::set<signed_size_type> const& ids = cinfo.turn_indices; in gather_cluster_properties()
H A Dcluster_info.hpp27 std::set<signed_size_type> turn_indices; member
H A Dtraversal.hpp158 std::set<signed_size_type> const& ids = cinfo.turn_indices; in set_visited_in_cluster()
596 std::set<signed_size_type> const& ids = cinfo.turn_indices; in select_turn_from_cluster()