Home
last modified time | relevance | path

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

/third_party/boost/boost/geometry/algorithms/detail/overlay/
Dget_ring.hpp37 struct get_ring struct
43 struct get_ring<void> struct
47 apply(ring_identifier const& id, Range const& container) in apply()
55 struct get_ring<ring_tag> struct
58 static inline Ring const& apply(ring_identifier const& , Ring const& ring) in apply()
66 struct get_ring<box_tag> struct
69 static inline Box const& apply(ring_identifier const& , in apply()
78 struct get_ring<polygon_tag> struct
81 static inline typename ring_return_type<Polygon const>::type const apply( in apply()
98 struct get_ring<multi_polygon_tag> struct
[all …]
/third_party/boost/boost/geometry/algorithms/detail/buffer/
Dbuffered_ring.hpp261 struct get_ring<detail::buffer::buffered_ring_collection_tag> struct
264 static inline typename ring_type<MultiGeometry>::type const& apply( in apply()