|
|
Functions | |
| template<typename Input , typename Output , typename T > | |
| void | boost::geometry::buffer (Input const &geometry_in, Output &geometry_out, T const &distance, T const &chord_length=-1) |
| Calculate buffer (= new geometry) around specified distance of geometry. | |
| template<typename Output , typename Input , typename T > | |
| Output | boost::geometry::make_buffer (Input const &geometry, T const &distance, T const &chord_length=-1) |
| Calculate and return buffer (= new geometry) around specified distance of geometry. | |
| void boost::geometry::buffer | ( | Input const & | geometry_in, | |
| Output & | geometry_out, | |||
| T const & | distance, | |||
| T const & | chord_length = -1 | |||
| ) |
Calculate buffer (= new geometry) around specified distance of geometry.
| geometry_in | input geometry | |
| distance | the distance used in buffer | |
| chord_length | length of the chord's in the generated arcs around points or bends | |
| geometry_out | buffered geometry |
Definition at line 107 of file buffer.hpp.
| Output boost::geometry::make_buffer | ( | Input const & | geometry, | |
| T const & | distance, | |||
| T const & | chord_length = -1 | |||
| ) |
Calculate and return buffer (= new geometry) around specified distance of geometry.
| geometry | input geometry | |
| distance | the distance used in buffer | |
| chord_length | length of the chord's in the generated arcs around points or bends |
Definition at line 133 of file buffer.hpp.
|
December 1, 2009 |
Copyright © 1995-2009 Barend Gehrels, Geodan, Amsterdam Copyright © 2008-2009 Bruno Lalande, Paris Copyright © 2009 Mateusz Loskot, Cadcorp, London |