|   |   | 
| Functions | |
| template<typename Polygon > | |
| interior_return_type< Polygon > ::type | boost::geometry::interior_rings (Polygon &polygon) | 
| Function to get the interior rings of a polygon (non const version)  More... | |
| template<typename Polygon > | |
| interior_return_type< Polygon const >::type | boost::geometry::interior_rings (Polygon const &polygon) | 
| Function to get the interior rings of a polygon (const version)  More... | |
| interior_return_type<Polygon>::type boost::geometry::interior_rings | ( | Polygon & | polygon | ) | 
Function to get the interior rings of a polygon (non const version)
| Polygon | polygon type | 
| polygon | the polygon to get the interior rings from | 
| interior_return_type<Polygon const>::type boost::geometry::interior_rings | ( | Polygon const & | polygon | ) | 
Function to get the interior rings of a polygon (const version)
| Polygon | polygon type | 
| polygon | the polygon to get the interior rings from | 
| 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 |