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 2017. The current version is 1.90.0.
Function to get the interior rings of a polygon (non const version)
template<typename Polygon> interior_return_type<Polygon>::type interior_rings(Polygon & polygon)
|
Type |
Concept |
Name |
Description |
|---|---|---|---|
|
Polygon & |
polygon type |
polygon |
the polygon to get the interior rings from |
the interior rings (possibly a reference)
Either
#include <boost/geometry.hpp>
Or
#include <boost/geometry/core/interior_rings.hpp>