Searched refs:multipoint1 (Results 1 – 3 of 3) 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/distance/ |
| H A D | multipoint_to_geometry.hpp | 47 static inline return_type apply(MultiPoint1 const& multipoint1, in apply() 51 if (boost::size(multipoint2) < boost::size(multipoint1)) in apply() 61 multipoint1, in apply() 70 >::apply(boost::begin(multipoint1), in apply() 71 boost::end(multipoint1), in apply()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/disjoint/ |
| H A D | multipoint_geometry.hpp | 83 static inline bool apply(MultiPoint1 const& multipoint1, in apply() argument 86 BOOST_GEOMETRY_ASSERT( boost::size(multipoint1) <= boost::size(multipoint2) ); in apply() 90 std::vector<point1_type> points1(boost::begin(multipoint1), in apply() 91 boost::end(multipoint1)); in apply() 471 static inline bool apply(MultiPoint1 const& multipoint1, in apply() 475 if ( boost::size(multipoint2) < boost::size(multipoint1) ) in apply() 480 >::apply(multipoint2, multipoint1); in apply() 486 >::apply(multipoint1, multipoint2); in apply()
|
| /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 | pointlike_pointlike.hpp | 252 static inline OutputIterator apply(MultiPoint1 const& multipoint1, in apply() 259 && boost::size(multipoint1) > boost::size(multipoint2) ) in apply() 264 >::apply(multipoint2, multipoint1, robust_policy, oit, strategy); in apply() 273 it1 = boost::begin(multipoint1); in apply() 274 it1 != boost::end(multipoint1); ++it1) in apply()
|