|   |   | 
A linestring (named so by OGC) is a collection (default a vector) of points. More...
 
  
 | Public Member Functions | |
| linestring () | |
| Default constructor, creating an empty linestring.  More... | |
| template<typename Iterator > | |
| linestring (Iterator begin, Iterator end) | |
| Constructor with begin and end, filling the linestring.  More... | |
| linestring (std::initializer_list< Point > l) | |
| Constructor taking std::initializer_list, filling the linestring.  More... | |
A linestring (named so by OGC) is a collection (default a vector) of points.
| Point | Any type fulfilling a Point Concept | 
| Container | container type, for example std::vector, std::deque | 
| Allocator | container-allocator-type | 
| boost::geometry::model::linestring< Point, Container, Allocator >::linestring | ( | ) | 
Default constructor, creating an empty linestring.
| boost::geometry::model::linestring< Point, Container, Allocator >::linestring | ( | Iterator | begin, | 
| Iterator | end | ||
| ) | 
Constructor with begin and end, filling the linestring.
| boost::geometry::model::linestring< Point, Container, Allocator >::linestring | ( | std::initializer_list< Point > | l | ) | 
Constructor taking std::initializer_list, filling the linestring.
| 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 |