|
template<typename BoxIn , typename BoxOut , typename T > |
void | boost::geometry::detail::buffer::buffer_box (BoxIn const &box_in, T const &distance, BoxOut &box_out) |
|
template<typename Input , typename Output , typename Distance > |
void | boost::geometry::buffer (Input const &geometry_in, Output &geometry_out, Distance const &distance, Distance const &chord_length=-1) |
| {buffer} More...
|
|
template<typename Output , typename Input , typename Distance > |
Output | boost::geometry::return_buffer (Input const &geometry, Distance const &distance, Distance const &chord_length=-1) |
| {buffer} More...
|
|
template<typename GeometryIn , typename MultiPolygon , typename DistanceStrategy , typename SideStrategy , typename JoinStrategy , typename EndStrategy , typename PointStrategy > |
void | boost::geometry::buffer (GeometryIn const &geometry_in, MultiPolygon &geometry_out, DistanceStrategy const &distance_strategy, SideStrategy const &side_strategy, JoinStrategy const &join_strategy, EndStrategy const &end_strategy, PointStrategy const &point_strategy) |
| {buffer} More...
|
|