|   |   | 
Makes a box behave like a ring or a range. More...
 
  
 | Public Types | |
| typedef geometry::point_type < Box >::type | point_type | 
| Public Member Functions | |
| box_view (Box const &box) | |
| Constructor accepting the box to adapt.  More... | |
Makes a box behave like a ring or a range.
Adapts a box to the Boost.Range concept, enabling the user to iterating box corners. The box_view is registered as a Ring Concept
| Box | A type fulfilling the Box Concept | 
| Clockwise | If true, walks in clockwise direction, otherwise it walks in counterclockwise direction | 
| typedef geometry::point_type<Box>::type boost::geometry::box_view< Box, Clockwise >::point_type | 
| 
 | explicit | 
Constructor accepting the box to adapt.
| 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 |