Home
last modified time | relevance | path

Searched defs:assign_visitor (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/overlay/
H A Dassign_parents.hpp154 struct assign_visitor struct
156 typedef typename RingMap::mapped_type ring_info_type;
158 Geometry1 const& m_geometry1;
159 Geometry2 const& m_geometry2;
160 Collection const& m_collection;
161 RingMap& m_ring_map;
162 Strategy const& m_strategy;
163 bool m_check_for_orientation;
165 inline assign_visitor(Geometry1 const& g1, Geometry2 const& g2, Collection const& c, in assign_visitor() function
176 inline bool apply(Item const& outer, Item const& inner, bool first = true) in apply()