#include <cstddef>
#include <boost/mpl/assert.hpp>
#include <boost/range/value_type.hpp>
#include <boost/type_traits/remove_const.hpp>
#include <boost/geometry/core/tag.hpp>
#include <boost/geometry/core/tags.hpp>
#include <boost/geometry/core/interior_type.hpp>
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... | |