Searched defs:buffer_inserter (Results 1 – 1 of 1) sorted by relevance
/third_party/boost/boost/geometry/algorithms/detail/buffer/ |
D | buffer_inserter.hpp | 406 struct buffer_inserter struct 416 struct buffer_inserter<point_tag, Point, RingOutput> struct 429 static inline void apply(Point const& point, Collection& collection, in apply() 575 struct buffer_inserter<ring_tag, RingInput, RingOutput> struct 588 static inline geometry::strategy::buffer::result_code apply(RingInput const& ring, in apply() 614 struct buffer_inserter<linestring_tag, Linestring, Polygon> struct 616 typedef typename ring_type<Polygon>::type output_ring_type; 617 typedef typename point_type<output_ring_type>::type output_point_type; 618 typedef typename point_type<Linestring>::type input_point_type; 631 static inline geometry::strategy::buffer::result_code iterate(Collection& collection, in iterate() [all …]
|