Home
last modified time | relevance | path

Searched refs:turn_info_per_ring (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 Dselect_rings.hpp315 RingTurnInfoMap const& turn_info_per_ring, in select_rings() argument
332 update_ring_selection<OverlayType>(geometry1, geometry2, turn_info_per_ring, in select_rings()
346 RingTurnInfoMap const& turn_info_per_ring, in select_rings() argument
358 update_ring_selection<OverlayType>(geometry, geometry, turn_info_per_ring, in select_rings()
H A Doverlay.hpp350 std::map<ring_identifier, ring_turn_info> turn_info_per_ring; in apply() local
351 get_ring_turn_info<OverlayType>(turn_info_per_ring, turns, clusters); in apply()
363 select_rings<OverlayType>(geometry1, geometry2, turn_info_per_ring, in apply()