![]() |
![]() |
Functions | |
template<typename Box , typename Geometry > | |
void | boost::geometry::expand (Box &box, Geometry const &geometry) |
Expands a box using the bounding box (envelope) of another geometry (box, point) |
void boost::geometry::expand | ( | Box & | box, |
Geometry const & | geometry | ||
) |
Expands a box using the bounding box (envelope) of another geometry (box, point)
Box | type of the box |
Geometry | Any type fulfilling a Geometry Concept |
box | box to be expanded using another geometry, mutable |
geometry | A model of the specified concept geometry which envelope (bounding box) will be added to the box |
April 2, 2011 |
Copyright © 2007-2011 Barend Gehrels, Amsterdam, the Netherlands Copyright © 2008-2011 Bruno Lalande, Paris, France Copyright © 2009-2010 Mateusz Loskot, London, UK |