|   |   | 
multi_point, a collection of points More...
 
  
 | Public Member Functions | |
| multi_point () | |
| Default constructor, creating an empty multi_point.  More... | |
| template<typename Iterator > | |
| multi_point (Iterator begin, Iterator end) | |
| Constructor with begin and end, filling the multi_point.  More... | |
| multi_point (std::initializer_list< Point > l) | |
| Constructor taking std::initializer_list, filling the multi_point.  More... | |
multi_point, a collection of points
| Point | Any type fulfilling a Point Concept | 
| Container | container type, for example std::vector, std::deque | 
| Allocator | container-allocator-type | 
Multipoint can be used to group points belonging to each other, e.g. a constellation, or the result set of an intersection
| boost::geometry::model::multi_point< Point, Container, Allocator >::multi_point | ( | ) | 
Default constructor, creating an empty multi_point.
| boost::geometry::model::multi_point< Point, Container, Allocator >::multi_point | ( | Iterator | begin, | 
| Iterator | end | ||
| ) | 
Constructor with begin and end, filling the multi_point.
| boost::geometry::model::multi_point< Point, Container, Allocator >::multi_point | ( | std::initializer_list< Point > | l | ) | 
Constructor taking std::initializer_list, filling the multi_point.
| 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 |