Home
last modified time | relevance | path

Searched defs:assign_visitor (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/geometry/algorithms/detail/overlay/
Dassign_parents.hpp158 struct assign_visitor struct
160 typedef typename RingMap::mapped_type ring_info_type;
162 Geometry1 const& m_geometry1;
163 Geometry2 const& m_geometry2;
164 Collection const& m_collection;
165 RingMap& m_ring_map;
166 Strategy const& m_strategy;
167 bool m_check_for_orientation;
169 inline assign_visitor(Geometry1 const& g1, Geometry2 const& g2, Collection const& c, in assign_visitor() argument
180 inline bool apply(Item const& outer, Item const& inner, bool first = true) in apply()