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
This is an older version of Boost and was released in 2013. The current version is 1.90.0.
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 : public Container< Polygon, Allocator< 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>