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

Classes

struct  boost::geometry::traits::exterior_ring< Polygon >
 Traits class defining access to exterior_ring of a polygon. More...
 
struct  boost::geometry::core_dispatch::exterior_ring< Tag, Geometry >
 
struct  boost::geometry::core_dispatch::exterior_ring< polygon_tag, Polygon >
 

Namespaces

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

Functions

template<typename Polygon >
ring_return_type< Polygon >::type boost::geometry::exterior_ring (Polygon &polygon)
 Function to get the exterior_ring ring of a polygon. More...
 
template<typename Polygon >
ring_return_type< Polygon
const >::type 
boost::geometry::exterior_ring (Polygon const &polygon)
 Function to get the exterior ring of a polygon (const version) More...