Searched defs:multi_point_multi_geometry_ii_ib_ie (Results 1 – 1 of 1) sorted by relevance
376 struct multi_point_multi_geometry_ii_ib_ie struct378 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()