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 an old version of Boost. Click here to view this page for the latest version.
PrevUpHomeNext
exterior_ring

Function to get the exterior_ring ring of a polygon.

Synopsis

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

Parameters

Type

Concept

Name

Description

Polygon &

polygon type

polygon

the polygon to get the exterior ring from

Returns

a reference to the exterior ring

Header

Either

#include <boost/geometry.hpp>

Or

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


PrevUpHomeNext