Boost.Geometry    Boost C++ Libraries
Functions
interior_rings: interior_rings

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)
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)

Function Documentation

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)

Note:
OGC compliance: instead of InteriorRingN
Template Parameters:
Polygonpolygon type
Parameters:
polygonthe polygon to get the interior rings from
Returns:
the interior rings (possibly a reference)
Examples:
c06_custom_polygon_example.cpp.
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)

Note:
OGC compliance: instead of InteriorRingN
Template Parameters:
Polygonpolygon type
Parameters:
polygonthe polygon to get the interior rings from
Returns:
the interior rings (possibly a const reference)

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
Documentation is generated by Doxygen