...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
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>