Searched defs:assign_visitor (Results 1 – 1 of 1) sorted by relevance
154 struct assign_visitor struct156 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() function176 inline bool apply(Item const& outer, Item const& inner, bool first = true) in apply()