Searched defs:select_rings (Results 1 – 1 of 1) sorted by relevance
/third_party/boost/boost/geometry/algorithms/detail/overlay/ |
D | select_rings.hpp | 57 struct select_rings struct 61 struct select_rings<box_tag, Box> struct 64 static inline void apply(Box const& box, Geometry const& , in apply() 72 static inline void apply(Box const& box, in apply() 81 struct select_rings<ring_tag, Ring> struct 84 static inline void apply(Ring const& ring, Geometry const& , in apply() 95 static inline void apply(Ring const& ring, in apply() 108 struct select_rings<polygon_tag, Polygon> struct 111 static inline void apply(Polygon const& polygon, Geometry const& geometry, in apply() 131 static inline void apply(Polygon const& polygon, in apply() [all …]
|