Home
last modified time | relevance | path

Searched defs:multi_point_multi_geometry_ii_ib_ie (Results 1 – 1 of 1) 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 Dmulti_point_geometry.hpp376 struct multi_point_multi_geometry_ii_ib_ie struct
378 typedef typename point_type<MultiPoint>::type point1_type;
379 typedef typename point_type<MultiGeometry>::type point2_type;
380 typedef model::box<point1_type> box1_type;
381 typedef model::box<point2_type> box2_type;
382 typedef std::pair<box2_type, std::size_t> box_pair_type;
383 typedef std::vector<box_pair_type> boxes_type;
384 typedef typename boxes_type::const_iterator boxes_iterator;
387 static inline void apply(MultiPoint const& multi_point, in apply()