Imported Upstream version 1.72.0
[platform/upstream/boost.git] / libs / geometry / doc / html / geometry / reference / enumerations / piece_type.html
1 <html>
2 <head>
3 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
4 <title>piece_type</title>
5 <link rel="stylesheet" href="../../../../../../../doc/src/boostbook.css" type="text/css">
6 <meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
7 <link rel="home" href="../../../index.html" title="Chapter&#160;1.&#160;Geometry">
8 <link rel="up" href="../enumerations.html" title="Enumerations">
9 <link rel="prev" href="order_selector.html" title="order_selector">
10 <link rel="next" href="result_code.html" title="result_code">
11 </head>
12 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
13 <table cellpadding="2" width="100%"><tr>
14 <td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../../boost.png"></td>
15 <td align="center"><a href="../../../../../../../index.html">Home</a></td>
16 <td align="center"><a href="../../../../../../../libs/libraries.htm">Libraries</a></td>
17 <td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
18 <td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
19 <td align="center"><a href="../../../../../../../more/index.htm">More</a></td>
20 </tr></table>
21 <hr>
22 <div class="spirit-nav">
23 <a accesskey="p" href="order_selector.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../enumerations.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="result_code.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
24 </div>
25 <div class="section">
26 <div class="titlepage"><div><div><h4 class="title">
27 <a name="geometry.reference.enumerations.piece_type"></a><a class="link" href="piece_type.html" title="piece_type">piece_type</a>
28 </h4></div></div></div>
29 <p>
30           <a class="indexterm" name="idm46186985242288"></a>
31 <a class="indexterm" name="idm46186985241472"></a>
32 <a class="indexterm" name="idm46186985240656"></a>
33 <a class="indexterm" name="idm46186985239840"></a>
34 <a class="indexterm" name="idm46186985239024"></a>
35 <a class="indexterm" name="idm46186985238208"></a>
36 <a class="indexterm" name="idm46186985237392"></a>
37 <a class="indexterm" name="idm46186985236576"></a>
38 Enumerates types of pieces (parts of buffer) around geometries.
39         </p>
40 <h6>
41 <a name="geometry.reference.enumerations.piece_type.h0"></a>
42           <span class="phrase"><a name="geometry.reference.enumerations.piece_type.synopsis"></a></span><a class="link" href="piece_type.html#geometry.reference.enumerations.piece_type.synopsis">Synopsis</a>
43         </h6>
44 <p>
45 </p>
46 <pre class="programlisting"><span class="keyword">enum</span> <span class="identifier">piece_type</span>
47 <span class="special">{</span>
48     <span class="identifier">buffered_segment</span><span class="special">,</span>
49     <span class="identifier">buffered_join</span><span class="special">,</span>
50     <span class="identifier">buffered_round_end</span><span class="special">,</span>
51     <span class="identifier">buffered_flat_end</span><span class="special">,</span>
52     <span class="identifier">buffered_point</span><span class="special">,</span>
53     <span class="identifier">buffered_concave</span><span class="special">,</span>
54     <span class="identifier">piece_type_unknown</span>
55 <span class="special">};</span></pre>
56 <p>
57         </p>
58 <h6>
59 <a name="geometry.reference.enumerations.piece_type.h1"></a>
60           <span class="phrase"><a name="geometry.reference.enumerations.piece_type.values"></a></span><a class="link" href="piece_type.html#geometry.reference.enumerations.piece_type.values">Values</a>
61         </h6>
62 <div class="informaltable"><table class="table">
63 <colgroup>
64 <col>
65 <col>
66 </colgroup>
67 <thead><tr>
68 <th>
69                   <p>
70                     Value
71                   </p>
72                 </th>
73 <th>
74                   <p>
75                     Description
76                   </p>
77                 </th>
78 </tr></thead>
79 <tbody>
80 <tr>
81 <td>
82                   <p>
83                     buffered_segment
84                   </p>
85                 </td>
86 <td>
87                 </td>
88 </tr>
89 <tr>
90 <td>
91                   <p>
92                     buffered_join
93                   </p>
94                 </td>
95 <td>
96                 </td>
97 </tr>
98 <tr>
99 <td>
100                   <p>
101                     buffered_round_end
102                   </p>
103                 </td>
104 <td>
105                 </td>
106 </tr>
107 <tr>
108 <td>
109                   <p>
110                     buffered_flat_end
111                   </p>
112                 </td>
113 <td>
114                 </td>
115 </tr>
116 <tr>
117 <td>
118                   <p>
119                     buffered_point
120                   </p>
121                 </td>
122 <td>
123                 </td>
124 </tr>
125 <tr>
126 <td>
127                   <p>
128                     buffered_concave
129                   </p>
130                 </td>
131 <td>
132                 </td>
133 </tr>
134 <tr>
135 <td>
136                   <p>
137                     piece_type_unknown
138                   </p>
139                 </td>
140 <td>
141                 </td>
142 </tr>
143 </tbody>
144 </table></div>
145 <h6>
146 <a name="geometry.reference.enumerations.piece_type.h2"></a>
147           <span class="phrase"><a name="geometry.reference.enumerations.piece_type.header"></a></span><a class="link" href="piece_type.html#geometry.reference.enumerations.piece_type.header">Header</a>
148         </h6>
149 <p>
150           <code class="computeroutput"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">geometry</span><span class="special">/</span><span class="identifier">strategies</span><span class="special">/</span><span class="identifier">buffer</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code>
151         </p>
152 </div>
153 <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
154 <td align="left"></td>
155 <td align="right"><div class="copyright-footer">Copyright &#169; 2009-2019 Barend Gehrels, Bruno Lalande, Mateusz Loskot, Adam
156       Wulkiewicz, Oracle and/or its affiliates<p>
157         Distributed under the Boost Software License, Version 1.0. (See accompanying
158         file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
159       </p>
160 </div></td>
161 </tr></table>
162 <hr>
163 <div class="spirit-nav">
164 <a accesskey="p" href="order_selector.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../enumerations.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="result_code.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
165 </div>
166 </body>
167 </html>