Boost
C++ Libraries
...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
multi_polygon, a collection of polygons
Multi-polygon can be used to group polygons belonging to each other, e.g. Hawaii
template<typename Polygon, template< typename, typename > class Container, template< typename > class Allocator> class model::multi_polygon { // ... };
|
Parameter |
Default |
Description |
|---|---|---|
|
typename Polygon |
||
|
template< typename, typename > class Container |
std::vector |
|
|
template< typename > class Allocator |
std::allocator |
#include <boost/geometry/multi/geometries/multi_polygon.hpp>