Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Ring Concept

Description

The Ring Concept describes the requirements for a ring type. All algorithms in Boost.Geometry will check any geometry arguments against the concept requirements.

[Note] Note

Also called linear ring, but we explicitly refer to a filled feature here

Concept Definition

The Ring Concept is defined as following:

Available Models

PrevUpHomeNext