#include <boost/mpl/assert.hpp>#include <boost/type_traits/remove_const.hpp>#include <boost/geometry/core/ring_type.hpp>#include <boost/geometry/core/tag.hpp>#include <boost/geometry/core/tags.hpp>#include <boost/geometry/util/add_const_if_c.hpp>

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