Searched refs:TurnIt (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/relate/ |
| H A D | linear_areal.hpp | 477 template <typename TurnIt> 478 void operator()(TurnIt first, TurnIt last) const in operator ()() 484 for ( TurnIt it = first + 1 ; it != last ; ++it ) in operator ()() 491 for ( TurnIt it = first ; it != last ; ++it ) in operator ()() 512 template <typename TurnIt> 513 void operator()(TurnIt first, TurnIt last) const in operator ()() 519 template <typename TurnIt> 520 static void sort_dispatch(TurnIt first, TurnIt last, boost::true_type const& /*is_multi*/) in sort_dispatch() 543 template <typename TurnIt> 544 static void sort_dispatch(TurnIt first, TurnIt last, boost::false_type const& /*is_multi*/) in sort_dispatch() [all …]
|
| H A D | follow_helpers.hpp | 44 template <typename TurnIt, typename Pred> 45 static inline bool apply(TurnIt first, TurnIt last, in apply() 59 template <typename TurnIt, typename Pred> 60 static inline bool apply(TurnIt first, TurnIt last, in apply() 89 template <typename TurnIt, typename Pred> 90 static inline bool for_turns(TurnIt first, TurnIt last, in for_turns() 102 for ( TurnIt it = first ; it != last ; ++it ) in for_turns()
|
| H A D | areal_areal.hpp | 445 typename TurnIt> 446 void apply(Result & result, TurnIt it) in apply() 586 typename TurnIt> 589 TurnIt first, TurnIt last) in analyse_each_turn() 594 for ( TurnIt it = first ; it != last ; ++it ) in analyse_each_turn() 706 template <typename TurnIt> 707 inline void turns(TurnIt first, TurnIt last) in turns() 718 for ( TurnIt it = first ; it != last ; ++it ) in turns() 774 template <typename Analyser, typename TurnIt> 775 static inline void apply(Analyser & analyser, TurnIt first, TurnIt last) in apply() [all …]
|
| H A D | linear_linear.hpp | 266 typename TurnIt, 271 void apply(Result & res, TurnIt it, in apply() 574 typename TurnIt, 580 TurnIt first, TurnIt last, in apply() 755 typename TurnIt, 763 TurnIt first, TurnIt last, in analyse_each_turn() 772 for ( TurnIt it = first ; it != last ; ++it ) in analyse_each_turn()
|