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

piece_type

Enumerates types of pieces (parts of buffer) around geometries.

Synopsis

enum piece_type
{
    buffered_segment,
    buffered_join,
    buffered_round_end,
    buffered_flat_end,
    buffered_point,
    buffered_concave,
    piece_type_unknown
};

Values

Value

Description

buffered_segment

buffered_join

buffered_round_end

buffered_flat_end

buffered_point

buffered_concave

piece_type_unknown

Header

#include <boost/geometry/strategies/buffer.hpp>


PrevUpHomeNext