Home
last modified time | relevance | path

Searched refs:turn_iterator (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 Dfollow.hpp419 typedef typename boost::range_iterator<Turns>::type turn_iterator; in apply() typedef
444 for (turn_iterator it = boost::begin(turns); it != boost::end(turns); ++it) in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/relate/
H A Dlinear_areal.hpp326 typedef typename std::vector<turn_type>::iterator turn_iterator; in apply() typedef
328 turn_iterator it = turns.begin(); in apply()
378 turn_iterator next = find_next_ring(it, turns.end(), has_boundary_inters); in apply()
396 for ( turn_iterator rit = it ; rit != next ; ++rit ) in apply()