Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
interior_rings.hpp File Reference
Include dependency graph for interior_rings.hpp:
This graph shows which files directly or indirectly include this file:

Classes

struct  boost::geometry::traits::interior_rings< Geometry >
 Traits class defining access to interior_rings of a polygon. More...
 
struct  boost::geometry::core_dispatch::interior_rings< GeometryTag, Geometry >
 
struct  boost::geometry::core_dispatch::interior_rings< polygon_tag, Polygon >
 
struct  boost::geometry::core_dispatch::interior_type< multi_polygon_tag, MultiPolygon >
 

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::geometry
 
 boost::geometry::traits
 
 boost::geometry::core_dispatch
 

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