1[/============================================================================ 2 Boost.Geometry (aka GGL, Generic Geometry Library) 3 4 Copyright (c) 2007-2013 Barend Gehrels, Amsterdam, the Netherlands. 5 Copyright (c) 2008-2013 Bruno Lalande, Paris, France. 6 Copyright (c) 2009-2013 Mateusz Loskot, London, UK. 7 8 Use, modification and distribution is subject to the Boost Software License, 9 Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at 10 http://www.boost.org/LICENSE_1_0.txt) 11=============================================================================/] 12 13 14[/ Generated by doxygen_xml2qbk 1.1.1, don't change, will be overwritten automatically] 15[/ Generated from doxy/doxygen_output/xml/classboost_1_1geometry_1_1strategy_1_1buffer_1_1side__straight.xml] 16[section:strategy_buffer_side_straight strategy::buffer::side_straight] 17 18'''<indexterm><primary>strategy</primary></indexterm><indexterm><primary>buffer</primary></indexterm><indexterm><primary>side_straight</primary></indexterm>''' 19Let the buffer use straight sides along segments (the default) 20 21[heading Description] 22This strategy can be used as SideStrategy for the buffer algorithm. It is currently the only provided strategy for this purpose 23 24[heading Synopsis] 25``class strategy::buffer::side_straight 26{ 27 // ... 28}; 29`` 30 31[heading Header] 32`#include <boost/geometry/strategies/cartesian/buffer_side_straight.hpp>` 33 34[heading Example] 35See the examples for other buffer strategies, for example 36[link geometry.reference.strategies.strategy_buffer_join_round join_round] 37[heading See also] 38* [link geometry.reference.algorithms.buffer.buffer_7_with_strategies buffer (with strategies)] 39 40[endsect] 41 42