Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for a snapshot of the develop branch, built from commit 43a23657d4.
PrevUpHomeNext
exterior_ring (const version)

Function to get the exterior ring of a polygon (const version)

Synopsis

template<typename Polygon>
ring_return_type< Polygonconst >::type exterior_ring(Polygon const & polygon)

Parameters

Type

Concept

Name

Description

Polygon const &

polygon type

polygon

the polygon to get the exterior ring from

Returns

a const reference to the exterior ring

Header

Either

#include <boost/geometry.hpp>

Or

#include <boost/geometry/core/exterior_ring.hpp>


PrevUpHomeNext