![]() |
![]() |
multi_polygon, a collection of polygons More...
Public Member Functions | |
multi_polygon () | |
Default constructor, creating an empty \1. | |
multi_polygon (std::initializer_list< Polygon > l) | |
Constructor taking std::initializer_list, filling the \1. |
multi_polygon, a collection of polygons
Multi-polygon can be used to group polygons belonging to each other, e.g. Hawaii
boost::geometry::model::multi_polygon< Polygon, Container, Allocator >::multi_polygon | ( | ) |
Default constructor, creating an empty \1.
boost::geometry::model::multi_polygon< Polygon, Container, Allocator >::multi_polygon | ( | std::initializer_list< Polygon > | 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 |