|   |   | 
A ring (aka linear ring) is a closed line which should not be selfintersecting. More...
 
  
 | Public Member Functions | |
| ring () | |
| Default constructor, creating an empty ring.  More... | |
| template<typename Iterator > | |
| ring (Iterator begin, Iterator end) | |
| Constructor with begin and end, filling the ring.  More... | |
| ring (std::initializer_list< Point > l) | |
| Constructor taking std::initializer_list, filling the ring.  More... | |
A ring (aka linear ring) is a closed line which should not be selfintersecting.
| Point | point type | 
| ClockWise | true for clockwise direction, false for CounterClockWise direction | 
| Closed | true for closed polygons (last point == first point), false open points | 
| Container | container type, for example std::vector, std::deque | 
| Allocator | container-allocator-type | 
| boost::geometry::model::ring< Point, ClockWise, Closed, Container, Allocator >::ring | ( | ) | 
Default constructor, creating an empty ring.
| boost::geometry::model::ring< Point, ClockWise, Closed, Container, Allocator >::ring | ( | Iterator | begin, | 
| Iterator | end | ||
| ) | 
Constructor with begin and end, filling the ring.
| boost::geometry::model::ring< Point, ClockWise, Closed, Container, Allocator >::ring | ( | std::initializer_list< Point > | l | ) | 
Constructor taking std::initializer_list, filling the ring.
| 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 |