![]() |
![]() |
A linestring (named so by OGC) is a collection (default a vector) of points. More...
Public Member Functions | |
linestring () | |
Default constructor, creating an empty \1. | |
template<typename Iterator > | |
linestring (Iterator begin, Iterator end) | |
Constructor with begin and end, filling the \1. | |
linestring (std::initializer_list< Point > l) | |
Constructor taking std::initializer_list, filling the \1. |
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 \1.
boost::geometry::model::linestring< Point, Container, Allocator >::linestring | ( | Iterator | begin, |
Iterator | end | ||
) |
Constructor with begin and end, filling the \1.
boost::geometry::model::linestring< Point, Container, Allocator >::linestring | ( | std::initializer_list< Point > | l | ) |
Constructor taking std::initializer_list, filling the \1.
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 |