Imported Upstream version 1.72.0
[platform/upstream/boost.git] / libs / geometry / doc / html / geometry / matrix.html
1 <html>
2 <head>
3 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
4 <title>Reference Matrix</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="../index.html" title="Chapter&#160;1.&#160;Geometry">
9 <link rel="prev" href="reference/views/identity_view.html" title="identity_view">
10 <link rel="next" href="reference_alphabetical_index.html" title="Reference Alphabetical Index">
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="reference/views/identity_view.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.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="reference_alphabetical_index.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
24 </div>
25 <div class="section">
26 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
27 <a name="geometry.matrix"></a><a class="link" href="matrix.html" title="Reference Matrix">Reference Matrix</a>
28 </h2></div></div></div>
29 <div class="informaltable">
30 <table class="table">
31 <colgroup>
32 <col class="a">
33 <col class="b">
34 <col class="c">
35 </colgroup>
36 <thead><tr><th colspan="3" valign="center">
37     <h3>
38 <a name="idm46186970120048"></a>Geometry Concepts</h3>
39    </th></tr></thead>
40 <tbody><tr>
41 <td valign="top">
42     <h4>
43 <a name="idm46186970118000"></a>0-dimensional</h4>
44     <table border="0" summary="Simple list" class="simplelist">
45 <tr><td><a class="link" href="reference/concepts/concept_point.html" title="Point Concept">Point</a></td></tr>
46 <tr><td><a class="link" href="reference/concepts/concept_multi_point.html" title="MultiPoint Concept">MultiPoint</a></td></tr>
47 </table>
48     </td>
49 <td valign="top">
50     <h4>
51 <a name="idm46186970113696"></a>1-dimensional</h4>
52     <table border="0" summary="Simple list" class="simplelist">
53 <tr><td><a class="link" href="reference/concepts/concept_segment.html" title="Segment Concept">Segment</a></td></tr>
54 <tr><td><a class="link" href="reference/concepts/concept_linestring.html" title="Linestring Concept">Linestring</a></td></tr>
55 <tr><td><a class="link" href="reference/concepts/concept_multi_linestring.html" title="MultiLinestring Concept">MultiLinestring</a></td></tr>
56 </table>
57    </td>
58 <td valign="top">
59     <h4>
60 <a name="idm46186970108512"></a>2-dimensional</h4>
61     <table border="0" summary="Simple list" class="simplelist">
62 <tr><td><a class="link" href="reference/concepts/concept_box.html" title="Box Concept">Box</a></td></tr>
63 <tr><td><a class="link" href="reference/concepts/concept_ring.html" title="Ring Concept">Ring</a></td></tr>
64 <tr><td><a class="link" href="reference/concepts/concept_polygon.html" title="Polygon Concept">Polygon</a></td></tr>
65 <tr><td><a class="link" href="reference/concepts/concept_multi_polygon.html" title="MultiPolygon Concept">MultiPolygon</a></td></tr>
66 </table>
67    </td>
68 </tr></tbody>
69 </table>
70 <table class="table">
71 <colgroup>
72 <col class="a">
73 <col class="b">
74 <col class="c">
75 </colgroup>
76 <thead><tr><th colspan="3" valign="center">
77     <h3>
78 <a name="idm46186970099008"></a>Geometry Models</h3>
79    </th></tr></thead>
80 <tbody>
81 <tr>
82 <td valign="top">
83     <h4>
84 <a name="idm46186970096928"></a>0-dimensional</h4>
85     <table border="0" summary="Simple list" class="simplelist">
86 <tr><td><a class="link" href="reference/models/model_point.html" title="model::point">point</a></td></tr>
87 <tr><td><a class="link" href="reference/models/model_d2_point_xy.html" title="model::d2::point_xy">point_xy</a></td></tr>
88 <tr><td><a class="link" href="reference/models/model_multi_point.html" title="model::multi_point">multi_point</a></td></tr>
89 </table>
90     </td>
91 <td valign="top">
92     <h4>
93 <a name="idm46186970091776"></a>1-dimensional</h4>
94     <table border="0" summary="Simple list" class="simplelist">
95 <tr><td><a class="link" href="reference/models/model_linestring.html" title="model::linestring">linestring</a></td></tr>
96 <tr><td><a class="link" href="reference/models/model_multi_linestring.html" title="model::multi_linestring">multi_linestring</a></td></tr>
97 <tr><td><a class="link" href="reference/models/model_segment.html" title="model::segment">segment</a></td></tr>
98 <tr><td><a class="link" href="reference/models/model_referring_segment.html" title="model::referring_segment">referring_segment</a></td></tr>
99 </table>
100    </td>
101 <td valign="top">
102     <h4>
103 <a name="idm46186970085632"></a>2-dimensional</h4>
104     <table border="0" summary="Simple list" class="simplelist">
105 <tr><td><a class="link" href="reference/models/model_box.html" title="model::box">box</a></td></tr>
106 <tr><td><a class="link" href="reference/models/model_ring.html" title="model::ring">ring</a></td></tr>
107 <tr><td><a class="link" href="reference/models/model_polygon.html" title="model::polygon">polygon</a></td></tr>
108 <tr><td><a class="link" href="reference/models/model_multi_polygon.html" title="model::multi_polygon">multi_polygon</a></td></tr>
109 </table>
110    </td>
111 </tr>
112 <tr>
113 <td valign="top">
114     <h4>
115 <a name="idm46186970079200"></a>0-dimensional (adapted)</h4>
116     <table border="0" summary="Simple list" class="simplelist">
117 <tr><td><a class="link" href="reference/adapted/boost_array.html" title="Boost.Array">Boost.Array</a></td></tr>
118 <tr><td><a class="link" href="reference/adapted/boost_fusion.html" title="Boost.Fusion">Boost.Fusion</a></td></tr>
119 <tr><td><a class="link" href="reference/adapted/boost_polygon/point_data.html" title="Boost.Polygon's point_data">Boost.Polygon's point_data</a></td></tr>
120 <tr><td><a class="link" href="reference/adapted/boost_tuple.html" title="Boost.Tuple">Boost.Tuple</a></td></tr>
121 <tr><td><a class="link" href="reference/adapted/c_array.html" title="C array">C arrays</a></td></tr>
122 <tr><td><a class="link" href="reference/adapted/std_array.html" title="C++11 Array Container">C++11 array containers</a></td></tr>
123 </table>
124    </td>
125 <td valign="top">
126     <h4>
127 <a name="idm46186970071136"></a>1-dimensional (adapted)</h4>
128    </td>
129 <td valign="top">
130     <h4>
131 <a name="idm46186970069824"></a>2-dimensional (adapted)</h4>
132     <table border="0" summary="Simple list" class="simplelist">
133 <tr><td><a class="link" href="reference/adapted/boost_polygon/rectangle_data.html" title="Boost.Polygon's rectangle_data">Boost.Polygon's rectangle_data</a></td></tr>
134 <tr><td><a class="link" href="reference/adapted/boost_polygon/polygon_data.html" title="Boost.Polygon's polygon_data">Boost.Polygon's polygon_data</a></td></tr>
135 <tr><td><a class="link" href="reference/adapted/boost_polygon/polygon_with_holes_data.html" title="Boost.Polygon's polygon_with_holes_data">Boost.Polygon's polygon_with_holes_data</a></td></tr>
136 </table>
137    </td>
138 </tr>
139 <tr>
140 <td valign="top">
141     <h4>
142 <a name="idm46186970064144"></a>0-dimensional (macro's for adaption)</h4>
143     <table border="0" summary="Simple list" class="simplelist">
144 <tr><td><a class="link" href="reference/adapted/register/boost_geometry_register_point_2d.html" title="BOOST_GEOMETRY_REGISTER_POINT_2D">BOOST_GEOMETRY_REGISTER_POINT_2D</a></td></tr>
145 <tr><td><a class="link" href="reference/adapted/register/boost_geometry_register_point_2d_const.html" title="BOOST_GEOMETRY_REGISTER_POINT_2D_CONST">BOOST_GEOMETRY_REGISTER_POINT_2D_CONST</a></td></tr>
146 <tr><td><a class="link" href="reference/adapted/register/boost_geometry_register_point_2d_get_set.html" title="BOOST_GEOMETRY_REGISTER_POINT_2D_GET_SET">BOOST_GEOMETRY_REGISTER_POINT_2D_GET_SET</a></td></tr>
147 <tr><td><a class="link" href="reference/adapted/register/boost_geometry_register_point_3d.html" title="BOOST_GEOMETRY_REGISTER_POINT_3D">BOOST_GEOMETRY_REGISTER_POINT_3D</a></td></tr>
148 <tr><td><a class="link" href="reference/adapted/register/boost_geometry_register_point_3d_const.html" title="BOOST_GEOMETRY_REGISTER_POINT_3D_CONST">BOOST_GEOMETRY_REGISTER_POINT_3D_CONST</a></td></tr>
149 <tr><td><a class="link" href="reference/adapted/register/boost_geometry_register_point_3d_get_set.html" title="BOOST_GEOMETRY_REGISTER_POINT_3D_GET_SET">BOOST_GEOMETRY_REGISTER_POINT_3D_GET_SET</a></td></tr>
150 <tr><td><a class="link" href="reference/adapted/register/boost_geometry_register_multi_point.html" title="BOOST_GEOMETRY_REGISTER_MULTI_POINT">BOOST_GEOMETRY_REGISTER_MULTI_POINT</a></td></tr>
151 <tr><td><a class="link" href="reference/adapted/register/boost_geometry_register_multi_point_templated.html" title="BOOST_GEOMETRY_REGISTER_MULTI_POINT_TEMPLATED">BOOST_GEOMETRY_REGISTER_MULTI_POINT_TEMPLATED</a></td></tr>
152 </table>
153    </td>
154 <td valign="top">
155     <h4>
156 <a name="idm46186970053264"></a>1-dimensionial (macro's for adaption)</h4>
157     <table border="0" summary="Simple list" class="simplelist">
158 <tr><td><a class="link" href="reference/adapted/register/boost_geometry_register_linestring.html" title="BOOST_GEOMETRY_REGISTER_LINESTRING">BOOST_GEOMETRY_REGISTER_LINESTRING</a></td></tr>
159 <tr><td><a class="link" href="reference/adapted/register/boost_geometry_register_linestring_templated.html" title="BOOST_GEOMETRY_REGISTER_LINESTRING_TEMPLATED">BOOST_GEOMETRY_REGISTER_LINESTRING_TEMPLATED</a></td></tr>
160 <tr><td><a class="link" href="reference/adapted/register/boost_geometry_register_multi_linestring.html" title="BOOST_GEOMETRY_REGISTER_MULTI_LINESTRING">BOOST_GEOMETRY_REGISTER_MULTI_LINESTRING</a></td></tr>
161 <tr><td><a class="link" href="reference/adapted/register/boost_geometry_register_multi_linestring_templated.html" title="BOOST_GEOMETRY_REGISTER_MULTI_LINESTRING_TEMPLATED">BOOST_GEOMETRY_REGISTER_MULTI_LINESTRING_TEMPLATED</a></td></tr>
162 </table>
163    </td>
164 <td valign="top">
165     <h4>
166 <a name="idm46186970046736"></a>2-dimensional (macro's for adaption)</h4>
167     <table border="0" summary="Simple list" class="simplelist">
168 <tr><td><a class="link" href="reference/adapted/register/boost_geometry_register_box.html" title="BOOST_GEOMETRY_REGISTER_BOX">BOOST_GEOMETRY_REGISTER_BOX</a></td></tr>
169 <tr><td><a class="link" href="reference/adapted/register/boost_geometry_register_box_2d_4values.html" title="BOOST_GEOMETRY_REGISTER_BOX_2D_4VALUES">BOOST_GEOMETRY_REGISTER_BOX_2D_4VALUES</a></td></tr>
170 <tr><td><a class="link" href="reference/adapted/register/boost_geometry_register_box_templated.html" title="BOOST_GEOMETRY_REGISTER_BOX_TEMPLATED">BOOST_GEOMETRY_REGISTER_BOX_TEMPLATED</a></td></tr>
171 <tr><td><a class="link" href="reference/adapted/register/boost_geometry_register_ring.html" title="BOOST_GEOMETRY_REGISTER_RING">BOOST_GEOMETRY_REGISTER_RING</a></td></tr>
172 <tr><td><a class="link" href="reference/adapted/register/boost_geometry_register_ring_templated.html" title="BOOST_GEOMETRY_REGISTER_RING_TEMPLATED">BOOST_GEOMETRY_REGISTER_RING_TEMPLATED</a></td></tr>
173 <tr><td><a class="link" href="reference/adapted/register/boost_geometry_register_multi_polygon.html" title="BOOST_GEOMETRY_REGISTER_MULTI_POLYGON">BOOST_GEOMETRY_REGISTER_MULTI_POLYGON</a></td></tr>
174 <tr><td><a class="link" href="reference/adapted/register/boost_geometry_register_multi_polygon_templated.html" title="BOOST_GEOMETRY_REGISTER_MULTI_POLYGON_TEMPLATED">BOOST_GEOMETRY_REGISTER_MULTI_POLYGON_TEMPLATED</a></td></tr>
175 </table>
176    </td>
177 </tr>
178 </tbody>
179 </table>
180 <table class="table">
181 <colgroup>
182 <col class="a">
183 <col class="b">
184 </colgroup>
185 <thead><tr><th colspan="2" valign="center">
186     <h3>
187 <a name="idm46186970034160"></a>Core</h3>
188    </th></tr></thead>
189 <tbody><tr>
190 <td valign="top">
191     <h4>
192 <a name="idm46186970032080"></a>Metafunctions</h4>
193     <table border="0" summary="Simple list" class="simplelist">
194 <tr><td><a class="link" href="reference/core/cs_tag.html" title="cs_tag">cs_tag</a></td></tr>
195 <tr><td><a class="link" href="reference/core/closure.html" title="closure">closure</a></td></tr>
196 <tr><td><a class="link" href="reference/core/coordinate_type.html" title="coordinate_type">coordinate_type</a></td></tr>
197 <tr><td><a class="link" href="reference/core/coordinate_system.html" title="coordinate_system">coordinate_system</a></td></tr>
198 <tr><td><a class="link" href="reference/core/dimension.html" title="dimension">dimension</a></td></tr>
199 <tr><td><a class="link" href="reference/core/interior_type.html" title="interior_type">interior_type</a></td></tr>
200 <tr><td><a class="link" href="reference/core/point_order.html" title="point_order">point_order</a></td></tr>
201 <tr><td><a class="link" href="reference/core/point_type.html" title="point_type">point_type</a></td></tr>
202 <tr><td><a class="link" href="reference/core/ring_type.html" title="ring_type">ring_type</a></td></tr>
203 <tr><td><a class="link" href="reference/core/tag.html" title="tag">tag</a></td></tr>
204 <tr><td><a class="link" href="reference/core/tag_cast.html" title="tag_cast">tag_cast</a></td></tr>
205 </table>
206    </td>
207 <td valign="top">
208     <h4>
209 <a name="idm46186970019200"></a>Access Functions</h4>
210     <table border="0" summary="Simple list" class="simplelist">
211 <tr><td><a class="link" href="reference/access/get.html" title="get">get</a></td></tr>
212 <tr><td><a class="link" href="reference/access/set.html" title="set">set</a></td></tr>
213 <tr><td><a class="link" href="reference/access/exterior_ring.html" title="exterior_ring">exterior_ring</a></td></tr>
214 <tr><td><a class="link" href="reference/access/interior_rings.html" title="interior_rings">interior_rings</a></td></tr>
215 </table>
216     <h4>
217 <a name="idm46186970013856"></a>Classes</h4>
218     <table border="0" summary="Simple list" class="simplelist">
219 <tr><td><a class="link" href="reference/exceptions/exception.html" title="exception">exception</a></td></tr>
220 <tr><td> <a class="link" href="reference/exceptions/centroid_exception.html" title="centroid_exception">centroid_exception</a>
221 </td></tr>
222 </table>
223    </td>
224 </tr></tbody>
225 </table>
226 <table class="table">
227 <colgroup>
228 <col class="a">
229 <col class="b">
230 <col class="c">
231 </colgroup>
232 <thead><tr>
233 <th colspan="2" valign="center">
234     <h3>
235 <a name="idm46186970006176"></a>Constants</h3>
236    </th>
237 <th valign="center">
238     <h3>
239 <a name="idm46186970004352"></a>Coordinate Systems</h3>
240    </th>
241 </tr></thead>
242 <tbody><tr>
243 <td valign="top">
244     <h4>
245 <a name="idm46186970002272"></a>Numeric</h4>
246     <table border="0" summary="Simple list" class="simplelist">
247 <tr><td><a class="link" href="reference/constants/max_corner.html" title="max_corner">max_corner</a></td></tr>
248 <tr><td><a class="link" href="reference/constants/min_corner.html" title="min_corner">min_corner</a></td></tr>
249 <tr><td><a class="link" href="reference/enumerations/order_selector.html" title="order_selector">order_selector</a></td></tr>
250 <tr><td><a class="link" href="reference/enumerations/closure_selector.html" title="closure_selector">closure_selector</a></td></tr>
251 <tr><td><a class="link" href="reference/enumerations/validity_failure_type.html" title="validity_failure_type">validity_failure_type</a></td></tr>
252 </table>
253    </td>
254 <td valign="top">
255     <h4>
256 <a name="idm46186969995168"></a>Types</h4>
257     <table border="0" summary="Simple list" class="simplelist">
258 <tr><td><a class="link" href="reference/core/degree.html" title="degree">degree</a></td></tr>
259 <tr><td><a class="link" href="reference/core/radian.html" title="radian">radian</a></td></tr>
260 </table>
261    </td>
262 <td valign="top">
263     <h4>
264 <a name="idm46186969990992"></a>Classes</h4>
265     <table border="0" summary="Simple list" class="simplelist">
266 <tr><td><a class="link" href="reference/cs/cs_cartesian.html" title="cs::cartesian">cs::cartesian</a></td></tr>
267 <tr><td><a class="link" href="reference/cs/cs_spherical.html" title="cs::spherical">cs::spherical</a></td></tr>
268 <tr><td><a class="link" href="reference/cs/cs_spherical_equatorial.html" title="cs::spherical_equatorial">cs::spherical_equatorial</a></td></tr>
269 <tr><td><a class="link" href="reference/cs/cs_geographic.html" title="cs::geographic">cs::geographic</a></td></tr>
270 </table>
271    </td>
272 </tr></tbody>
273 </table>
274 <table class="table">
275 <colgroup>
276 <col class="a">
277 <col class="b">
278 </colgroup>
279 <thead><tr>
280 <th valign="center">
281     <h3>
282 <a name="idm46186969982160"></a>Iterators</h3>
283    </th>
284 <th valign="center">
285     <h3>
286 <a name="idm46186969980336"></a>Views</h3>
287    </th>
288 </tr></thead>
289 <tbody><tr>
290 <td valign="top">
291     <table border="0" summary="Simple list" class="simplelist">
292 <tr><td><a class="link" href="reference/iterators/closing_iterator.html" title="closing_iterator">closing_iterator</a></td></tr>
293 <tr><td><a class="link" href="reference/iterators/ever_circling_iterator.html" title="ever_circling_iterator">ever_circling_iterator</a></td></tr>
294 </table>
295    </td>
296 <td valign="top">
297     <table border="0" summary="Simple list" class="simplelist">
298 <tr><td><a class="link" href="reference/views/box_view.html" title="box_view">box_view</a></td></tr>
299 <tr><td><a class="link" href="reference/views/segment_view.html" title="segment_view">segment_view</a></td></tr>
300 <tr><td><a class="link" href="reference/views/closeable_view.html" title="closeable_view">closeable_view</a></td></tr>
301 <tr><td><a class="link" href="reference/views/reversible_view.html" title="reversible_view">reversible_view</a></td></tr>
302 <tr><td><a class="link" href="reference/views/identity_view.html" title="identity_view">identity_view</a></td></tr>
303 </table>
304    </td>
305 </tr></tbody>
306 </table>
307 <table class="table">
308 <colgroup>
309 <col class="a">
310 <col class="b">
311 <col class="c">
312 </colgroup>
313 <thead><tr><th colspan="3" valign="center">
314     <h3>
315 <a name="idm46186969965008"></a>Algorithms</h3>
316    </th></tr></thead>
317 <tbody>
318 <tr>
319 <td valign="top">
320     <h4>
321 <a name="idm46186969962928"></a>Geometry Constructors</h4>
322     <table border="0" summary="Simple list" class="simplelist">
323 <tr><td><a class="link" href="reference/algorithms/make.html" title="make">make</a></td></tr>
324 <tr><td><a class="link" href="reference/algorithms/make/make_inverse.html" title="make_inverse">make_inverse</a></td></tr>
325 <tr><td><a class="link" href="reference/algorithms/make/make_zero.html" title="make_zero">make_zero</a></td></tr>
326 </table>
327     <h4>
328 <a name="idm46186969958448"></a>Predicates</h4>
329     <table border="0" summary="Simple list" class="simplelist">
330 <tr><td><a class="link" href="reference/algorithms/crosses.html" title="crosses">crosses</a></td></tr>
331 <tr><td><a class="link" href="reference/algorithms/covered_by.html" title="covered_by">covered_by</a></td></tr>
332 <tr><td><a class="link" href="reference/algorithms/disjoint.html" title="disjoint">disjoint</a></td></tr>
333 <tr><td><a class="link" href="reference/algorithms/equals.html" title="equals">equals</a></td></tr>
334 <tr><td><a class="link" href="reference/algorithms/intersects.html" title="intersects">intersects</a></td></tr>
335 <tr><td><a class="link" href="reference/algorithms/is_empty.html" title="is_empty">is_empty</a></td></tr>
336 <tr><td><a class="link" href="reference/algorithms/is_simple.html" title="is_simple">is_simple</a></td></tr>
337 <tr><td><a class="link" href="reference/algorithms/is_valid.html" title="is_valid">is_valid</a></td></tr>
338 <tr><td><a class="link" href="reference/algorithms/overlaps.html" title="overlaps">overlaps</a></td></tr>
339 <tr><td><a class="link" href="reference/algorithms/touches.html" title="touches">touches</a></td></tr>
340 <tr><td><a class="link" href="reference/algorithms/within.html" title="within">within</a></td></tr>
341 </table>
342    </td>
343 <td valign="top">
344     <h4>
345 <a name="idm46186969945568"></a>Append</h4>
346     <table border="0" summary="Simple list" class="simplelist"><tr><td><a class="link" href="reference/algorithms/append.html" title="append">append</a></td></tr></table>
347     <h4>
348 <a name="idm46186969943024"></a>Area</h4>
349     <table border="0" summary="Simple list" class="simplelist"><tr><td><a class="link" href="reference/algorithms/area.html" title="area">area</a></td></tr></table>
350     <h4>
351 <a name="idm46186969940480"></a>Assign</h4>
352     <table border="0" summary="Simple list" class="simplelist">
353 <tr><td><a class="link" href="reference/algorithms/assign/assign.html" title="assign">assign</a></td></tr>
354 <tr><td><a class="link" href="reference/algorithms/assign/assign_inverse.html" title="assign_inverse">assign_inverse</a></td></tr>
355 <tr><td><a class="link" href="reference/algorithms/assign/assign_zero.html" title="assign_zero">assign_zero</a></td></tr>
356 <tr><td><a class="link" href="reference/algorithms/assign/assign_points.html" title="assign_points">assign_points</a></td></tr>
357 <tr><td>assign_values (
358         <a class="link" href="reference/algorithms/assign/assign_values_3_2_coordinate_values.html" title="assign_values (2 coordinate values)">2</a>
359         <a class="link" href="reference/algorithms/assign/assign_values_4_3_coordinate_values.html" title="assign_values (3 coordinate values)">3</a>
360         <a class="link" href="reference/algorithms/assign/assign_values_5_4_coordinate_values.html" title="assign_values (4 coordinate values)">4</a>
361         coordinate values)
362      </td></tr>
363 </table>
364     <h4>
365 <a name="idm46186969931664"></a>Buffer</h4>
366     <table border="0" summary="Simple list" class="simplelist"><tr><td><a class="link" href="reference/algorithms/buffer.html" title="buffer">buffer</a></td></tr></table>
367    </td>
368 <td valign="top">
369     <h4>
370 <a name="idm46186969928448"></a>Centroid</h4>
371     <table border="0" summary="Simple list" class="simplelist"><tr><td><a class="link" href="reference/algorithms/centroid.html" title="centroid">centroid</a></td></tr></table>
372     <h4>
373 <a name="idm46186969925904"></a>Clear</h4>
374     <table border="0" summary="Simple list" class="simplelist"><tr><td><a class="link" href="reference/algorithms/clear.html" title="clear">clear</a></td></tr></table>
375     <h4>
376 <a name="idm46186969923360"></a>Convert</h4>
377     <table border="0" summary="Simple list" class="simplelist"><tr><td><a class="link" href="reference/algorithms/convert.html" title="convert">convert</a></td></tr></table>
378     <h4>
379 <a name="idm46186969920816"></a>Convex Hull</h4>
380     <table border="0" summary="Simple list" class="simplelist"><tr><td><a class="link" href="reference/algorithms/convex_hull.html" title="convex_hull">convex_hull</a></td></tr></table>
381     <h4>
382 <a name="idm46186969918288"></a>Correct</h4>
383     <table border="0" summary="Simple list" class="simplelist"><tr><td><a class="link" href="reference/algorithms/correct.html" title="correct">correct</a></td></tr></table>
384    </td>
385 </tr>
386 <tr>
387 <td valign="top">
388     <h4>
389 <a name="idm46186969914688"></a>Densify</h4>
390     <table border="0" summary="Simple list" class="simplelist"><tr><td><a class="link" href="reference/algorithms/densify.html" title="densify">densify</a></td></tr></table>
391     <h4>
392 <a name="idm46186969912144"></a>Distance</h4>
393     <table border="0" summary="Simple list" class="simplelist"><tr><td><a class="link" href="reference/algorithms/distance.html" title="distance">distance</a></td></tr></table>
394     <h4>
395 <a name="idm46186969909600"></a>Difference</h4>
396     <table border="0" summary="Simple list" class="simplelist">
397 <tr><td><a class="link" href="reference/algorithms/difference.html" title="difference">difference</a></td></tr>
398 <tr><td><a class="link" href="reference/algorithms/sym_difference.html" title="sym_difference">sym_difference</a></td></tr>
399 </table>
400     <h4>
401 <a name="idm46186969906080"></a>Envelope</h4>
402     <table border="0" summary="Simple list" class="simplelist"><tr><td><a class="link" href="reference/algorithms/envelope.html" title="envelope">envelope</a></td></tr></table>
403     <h4>
404 <a name="idm46186969903488"></a>Expand</h4>
405     <table border="0" summary="Simple list" class="simplelist"><tr><td><a class="link" href="reference/algorithms/expand.html" title="expand">expand</a></td></tr></table>
406     <h4>
407 <a name="idm46186969900944"></a>For Each</h4>
408     <table border="0" summary="Simple list" class="simplelist"><tr><td><a class="link" href="reference/algorithms/for_each.html" title="for_each">for each (point, segment)</a></td></tr></table>
409    </td>
410 <td valign="top">
411     <h4>
412 <a name="idm46186969897808"></a>Intersection</h4>
413     <table border="0" summary="Simple list" class="simplelist"><tr><td><a class="link" href="reference/algorithms/intersection.html" title="intersection">intersection</a></td></tr></table>
414     <h4>
415 <a name="idm46186969895232"></a>Length</h4>
416     <table border="0" summary="Simple list" class="simplelist"><tr><td><a class="link" href="reference/algorithms/length.html" title="length">length</a></td></tr></table>
417     <h4>
418 <a name="idm46186969892640"></a>line_interpolate</h4>
419     <table border="0" summary="Simple list" class="simplelist"><tr><td><a class="link" href="reference/algorithms/line_interpolate.html" title="line_interpolate">line_interpolate</a></td></tr></table>
420     <h4>
421 <a name="idm46186969890112"></a>Num_ (counting)</h4>
422     <table border="0" summary="Simple list" class="simplelist">
423 <tr><td><a class="link" href="reference/algorithms/num_interior_rings.html" title="num_interior_rings">num_interior_rings</a></td></tr>
424 <tr><td><a class="link" href="reference/algorithms/num_geometries.html" title="num_geometries">num_geometries</a></td></tr>
425 <tr><td><a class="link" href="reference/algorithms/num_points.html" title="num_points">num_points</a></td></tr>
426 <tr><td><a class="link" href="reference/algorithms/num_segments.html" title="num_segments">num_segments</a></td></tr>
427 </table>
428     <h4>
429 <a name="idm46186969884560"></a>Perimeter</h4>
430     <table border="0" summary="Simple list" class="simplelist"><tr><td><a class="link" href="reference/algorithms/perimeter.html" title="perimeter">perimeter</a></td></tr></table>
431     <h4>
432 <a name="idm46186969881968"></a>Relate</h4>
433     <table border="0" summary="Simple list" class="simplelist">
434 <tr><td><a class="link" href="reference/algorithms/relate.html" title="relate">relate</a></td></tr>
435 <tr><td><a class="link" href="reference/algorithms/relation.html" title="relation">relation</a></td></tr>
436 </table>
437    </td>
438 <td valign="top">
439     <h4>
440 <a name="idm46186969877840"></a>Reverse</h4>
441     <table border="0" summary="Simple list" class="simplelist"><tr><td><a class="link" href="reference/algorithms/reverse.html" title="reverse">reverse</a></td></tr></table>
442     <h4>
443 <a name="idm46186969875296"></a>Similarity</h4>
444     <table border="0" summary="Simple list" class="simplelist">
445 <tr><td><a class="link" href="reference/algorithms/discrete_frechet_distance.html" title="discrete_frechet_distance">discrete_frechet_distance</a></td></tr>
446 <tr><td><a class="link" href="reference/algorithms/discrete_hausdorff_distance.html" title="discrete_hausdorff_distance">discrete_hausdorff_distance</a></td></tr>
447 </table>
448     <h4>
449 <a name="idm46186969871584"></a>Simplify</h4>
450     <table border="0" summary="Simple list" class="simplelist"><tr><td><a class="link" href="reference/algorithms/simplify.html" title="simplify">simplify</a></td></tr></table>
451     <h4>
452 <a name="idm46186969868992"></a>Transform</h4>
453     <table border="0" summary="Simple list" class="simplelist"><tr><td><a class="link" href="reference/algorithms/transform.html" title="transform">transform</a></td></tr></table>
454     <h4>
455 <a name="idm46186969866448"></a>Union</h4>
456     <table border="0" summary="Simple list" class="simplelist"><tr><td><a class="link" href="reference/algorithms/union_.html" title="union_">union</a></td></tr></table>
457     <h4>
458 <a name="idm46186969863904"></a>Unique</h4>
459     <table border="0" summary="Simple list" class="simplelist"><tr><td><a class="link" href="reference/algorithms/unique.html" title="unique">unique</a></td></tr></table>    
460    </td>
461 </tr>
462 </tbody>
463 </table>
464 <table class="table">
465 <colgroup>
466 <col class="a">
467 <col class="b">
468 <col class="c">
469 </colgroup>
470 <thead><tr><th colspan="3" valign="center">
471     <h3>
472 <a name="idm46186969857296"></a>Strategies</h3>
473    </th></tr></thead>
474 <tbody>
475 <tr>
476 <td valign="top">
477     <h4>
478 <a name="idm46186969855216"></a>Area</h4>
479     <table border="0" summary="Simple list" class="simplelist">
480 <tr><td><a class="link" href="reference/strategies/strategy_area_cartesian.html" title="strategy::area::cartesian">strategy::area::cartesian</a></td></tr>
481 <tr><td><a class="link" href="reference/strategies/strategy_area_spherical.html" title="strategy::area::spherical">strategy::area::spherical</a></td></tr>
482 <tr><td><a class="link" href="reference/strategies/strategy_area_geographic.html" title="strategy::area::geographic">strategy::area::geographic</a></td></tr>
483 </table>
484    </td>
485 <td valign="top">
486     <h4>
487 <a name="idm46186969850160"></a>Buffer</h4>
488     <table border="0" summary="Simple list" class="simplelist">
489 <tr><td><a class="link" href="reference/strategies/strategy_buffer_distance_asymmetric.html" title="strategy::buffer::distance_asymmetric">strategy::buffer::distance_asymmetric</a></td></tr>
490 <tr><td><a class="link" href="reference/strategies/strategy_buffer_distance_symmetric.html" title="strategy::buffer::distance_symmetric">strategy::buffer::distance_symmetric</a></td></tr>
491 <tr><td><a class="link" href="reference/strategies/strategy_buffer_end_flat.html" title="strategy::buffer::end_flat">strategy::buffer::end_flat</a></td></tr>
492 <tr><td><a class="link" href="reference/strategies/strategy_buffer_end_round.html" title="strategy::buffer::end_round">strategy::buffer::end_round</a></td></tr>
493 <tr><td><a class="link" href="reference/strategies/strategy_buffer_join_miter.html" title="strategy::buffer::join_miter">strategy::buffer::join_miter</a></td></tr>
494 <tr><td><a class="link" href="reference/strategies/strategy_buffer_join_round.html" title="strategy::buffer::join_round">strategy::buffer::join_round</a></td></tr>
495 <tr><td><a class="link" href="reference/strategies/strategy_buffer_point_circle.html" title="strategy::buffer::point_circle">strategy::buffer::point_circle</a></td></tr>
496 <tr><td><a class="link" href="reference/strategies/strategy_buffer_point_square.html" title="strategy::buffer::point_square">strategy::buffer::point_square</a></td></tr>
497 <tr><td><a class="link" href="reference/strategies/strategy_buffer_geographic_point_circle.html" title="strategy::buffer::geographic_point_circle">strategy::buffer::geographic_point_circle</a></td></tr>
498 <tr><td><a class="link" href="reference/strategies/strategy_buffer_side_straight.html" title="strategy::buffer::side_straight">strategy::buffer::side_straight</a></td></tr>
499 </table>
500    </td>
501 <td valign="top">
502     <h4>
503 <a name="idm46186969837584"></a>Centroid</h4>
504     <table border="0" summary="Simple list" class="simplelist">
505 <tr><td><a class="link" href="reference/strategies/strategy_centroid_bashein_detmer.html" title="strategy::centroid::bashein_detmer">strategy::centroid::bashein_detmer</a></td></tr>
506 <tr><td><a class="link" href="reference/strategies/strategy_centroid_average.html" title="strategy::centroid::average">strategy::centroid::centroid_average</a></td></tr>
507 </table>
508    </td>
509 </tr>
510 <tr>
511 <td valign="top">
512     <h4>
513 <a name="idm46186969832880"></a>Convex Hull</h4>
514     <table border="0" summary="Simple list" class="simplelist"><tr><td><a class="link" href="reference/strategies/strategy_convex_hull_graham_andrew.html" title="strategy::convex_hull::graham_andrew">strategy::convex_hull::graham_andrew</a></td></tr></table>
515    </td>
516 <td valign="top">
517     <h4>
518 <a name="idm46186969829632"></a>Densify</h4>
519     <table border="0" summary="Simple list" class="simplelist">
520 <tr><td><a class="link" href="reference/strategies/strategy_densify_cartesian.html" title="strategy::densify::cartesian">strategy::densify::cartesian</a></td></tr>
521 <tr><td><a class="link" href="reference/strategies/strategy_densify_geographic.html" title="strategy::densify::geographic">strategy::densify::geographic</a></td></tr>
522 <tr><td><a class="link" href="reference/strategies/strategy_densify_spherical.html" title="strategy::densify::spherical">strategy::densify::spherical</a></td></tr>
523 </table>
524    </td>
525 <td valign="top">
526     <h4>
527 <a name="idm46186969824304"></a>Distance</h4>
528     <table border="0" summary="Simple list" class="simplelist">
529 <tr><td><a class="link" href="reference/strategies/strategy_distance_projected_point.html" title="strategy::distance::projected_point">strategy::distance::projected_point</a></td></tr>
530 <tr><td><a class="link" href="reference/strategies/strategy_distance_pythagoras.html" title="strategy::distance::pythagoras">strategy::distance::pythagoras</a></td></tr>
531 <tr><td><a class="link" href="reference/strategies/strategy_distance_pythagoras_box_box.html" title="strategy::distance::pythagoras_box_box">strategy::distance::pythagoras_box_box</a></td></tr>
532 <tr><td><a class="link" href="reference/strategies/strategy_distance_pythagoras_point_box.html" title="strategy::distance::pythagoras_point_box">strategy::distance::pythagoras_point_box</a></td></tr>
533 <tr><td><a class="link" href="reference/strategies/strategy_distance_cross_track.html" title="strategy::distance::cross_track">strategy::distance::cross_track</a></td></tr>
534 <tr><td><a class="link" href="reference/strategies/strategy_distance_cross_track_point_box.html" title="strategy::distance::cross_track_point_box">strategy::distance::cross_track_point_box</a></td></tr>
535 <tr><td><a class="link" href="reference/strategies/strategy_distance_haversine.html" title="strategy::distance::haversine">strategy::distance::haversine</a></td></tr>
536 </table>
537    </td>
538 </tr>
539 <tr>
540 <td valign="top">
541     <h4>
542 <a name="idm46186969814464"></a>Line interpolate point</h4>
543     <table border="0" summary="Simple list" class="simplelist">
544 <tr><td><a class="link" href="reference/strategies/strategy_line_interpolate_cartesian.html" title="strategy::line_interpolate::cartesian">strategy::line_interpolate::cartesian</a></td></tr>
545 <tr><td><a class="link" href="reference/strategies/strategy_line_interpolate_geographic.html" title="strategy::line_interpolate::geographic">strategy::line_interpolate::geographic</a></td></tr>
546 <tr><td><a class="link" href="reference/strategies/strategy_line_interpolate_spherical.html" title="strategy::line_interpolate::spherical">strategy::line_interpolate::spherical</a></td></tr>
547 </table>
548    </td>
549 <td valign="top">
550     <h4>
551 <a name="idm46186969809136"></a>Side</h4>
552     <table border="0" summary="Simple list" class="simplelist">
553 <tr><td><a class="link" href="reference/strategies/strategy_side_side_by_triangle.html" title="strategy::side::side_by_triangle">strategy::side::side_by_triangle</a></td></tr>
554 <tr><td><a class="link" href="reference/strategies/strategy_side_side_by_cross_track.html" title="strategy::side::side_by_cross_track">strategy::side::side_by_cross_track</a></td></tr>
555 <tr><td><a class="link" href="reference/strategies/strategy_side_spherical_side_formula.html" title="strategy::side::spherical_side_formula">strategy::side::spherical_side_formula</a></td></tr>
556 <tr><td><a class="link" href="reference/strategies/strategy_side_geographic.html" title="strategy::side::geographic">strategy::side::geographic</a></td></tr>
557 </table>
558    </td>
559 <td valign="top">
560     <h4>
561 <a name="idm46186969802736"></a>Simplify</h4>
562     <table border="0" summary="Simple list" class="simplelist"><tr><td><a class="link" href="reference/strategies/strategy_simplify_douglas_peucker.html" title="strategy::simplify::douglas_peucker">strategy::simplify::douglas_peucker</a></td></tr></table>
563    </td>
564 </tr>
565 <tr>
566 <td valign="top">
567     <h4>
568 <a name="idm46186969799104"></a>Transform</h4>
569     <table border="0" summary="Simple list" class="simplelist">
570 <tr><td><a class="link" href="reference/strategies/strategy_transform_inverse_transformer.html" title="strategy::transform::inverse_transformer">strategy::transform::inverse_transformer</a></td></tr>
571 <tr><td><a class="link" href="reference/strategies/strategy_transform_map_transformer.html" title="strategy::transform::map_transformer">strategy::transform::map_transformer</a></td></tr>
572 <tr><td><a class="link" href="reference/strategies/strategy_transform_matrix_transformer.html" title="strategy::transform::matrix_transformer">strategy::transform::matrix_transformer</a></td></tr>
573 <tr><td><a class="link" href="reference/strategies/strategy_transform_translate_transformer.html" title="strategy::transform::translate_transformer">strategy::transform::translate_transformer</a></td></tr>
574 <tr><td><a class="link" href="reference/strategies/strategy_transform_scale_transformer.html" title="strategy::transform::scale_transformer">strategy::transform::scale_transformer</a></td></tr>
575 <tr><td><a class="link" href="reference/strategies/strategy_transform_rotate_transformer.html" title="strategy::transform::rotate_transformer">strategy::transform::rotate_transformer</a></td></tr>
576 </table>
577    </td>
578 <td colspan="2" valign="top">
579     <h4>
580 <a name="idm46186969790208"></a>Within</h4>
581     <table border="0" summary="Simple list" class="simplelist">
582 <tr><td><a class="link" href="reference/strategies/strategy_within_winding.html" title="strategy::within::winding">strategy::winding</a></td></tr>
583 <tr><td><a class="link" href="reference/strategies/strategy_within_crossings_multiply.html" title="strategy::within::crossings_multiply">strategy::crossings_multiply</a></td></tr>
584 <tr><td><a class="link" href="reference/strategies/strategy_within_franklin.html" title="strategy::within::franklin">strategy::franklin</a></td></tr>
585 </table>
586    </td>
587 </tr>
588 </tbody>
589 </table>
590 <table class="table">
591 <colgroup>
592 <col class="a">
593 <col class="b">
594 <col class="c">
595 <col class="d">
596 </colgroup>
597 <thead><tr><th colspan="4" valign="center">
598     <h3>
599 <a name="idm46186969780976"></a>Arithmetic</h3>
600    </th></tr></thead>
601 <tbody>
602 <tr>
603 <td valign="top">
604     <h4>
605 <a name="idm46186969778896"></a>Add</h4>
606     <table border="0" summary="Simple list" class="simplelist">
607 <tr><td><a class="link" href="reference/arithmetic/add_point.html" title="add_point">add_point</a></td></tr>
608 <tr><td><a class="link" href="reference/arithmetic/add_value.html" title="add_value">add_value</a></td></tr>
609 </table>
610    </td>
611 <td valign="top">
612     <h4>
613 <a name="idm46186969774752"></a>Subtract</h4>
614     <table border="0" summary="Simple list" class="simplelist">
615 <tr><td><a class="link" href="reference/arithmetic/subtract_point.html" title="subtract_point">subtract_point</a></td></tr>
616 <tr><td><a class="link" href="reference/arithmetic/subtract_value.html" title="subtract_value">subtract_value</a></td></tr>
617 </table>
618    </td>
619 <td valign="top">
620     <h4>
621 <a name="idm46186969770608"></a>Multiply</h4>
622     <table border="0" summary="Simple list" class="simplelist">
623 <tr><td><a class="link" href="reference/arithmetic/multiply_point.html" title="multiply_point">multiply_point</a></td></tr>
624 <tr><td><a class="link" href="reference/arithmetic/multiply_value.html" title="multiply_value">multiply_value</a></td></tr>
625 </table>
626    </td>
627 <td valign="top">
628     <h4>
629 <a name="idm46186969766416"></a>Divide</h4>
630     <table border="0" summary="Simple list" class="simplelist">
631 <tr><td><a class="link" href="reference/arithmetic/divide_point.html" title="divide_point">divide_point</a></td></tr>
632 <tr><td><a class="link" href="reference/arithmetic/divide_value.html" title="divide_value">divide_value</a></td></tr>
633 </table>
634    </td>
635 </tr>
636 <tr><td colspan="4" valign="center">
637     <h4>
638 <a name="idm46186969761328"></a>Products</h4>
639     <table border="0" summary="Simple list" class="simplelist"><tr><td><a class="link" href="reference/arithmetic/dot_product.html" title="dot_product">dot_product</a></td></tr></table>
640    </td></tr>
641 </tbody>
642 </table>
643 <table class="table">
644 <colgroup>
645 <col class="a">
646 <col class="b">
647 </colgroup>
648 <thead><tr><th colspan="2" valign="center">
649     <h3>
650 <a name="idm46186969755232"></a>IO</h3>
651    </th></tr></thead>
652 <tbody><tr>
653 <td valign="top">
654     <h4>
655 <a name="idm46186969753136"></a>WKT (Well-Known Text)</h4>
656     <table border="0" summary="Simple list" class="simplelist">
657 <tr><td><a class="link" href="reference/io/wkt/read_wkt.html" title="read_wkt">read_wkt</a></td></tr>
658 <tr><td><a class="link" href="reference/io/wkt/wkt.html" title="wkt">wkt</a></td></tr>
659 </table>
660    </td>
661 <td valign="top">
662     <h4>
663 <a name="idm46186969748992"></a>SVG (Scalable Vector Graphics)</h4>
664     <table border="0" summary="Simple list" class="simplelist">
665 <tr><td><a class="link" href="reference/io/svg/svg.html" title="svg">svg</a></td></tr>
666 <tr><td><a class="link" href="reference/io/svg/svg_mapper.html" title="svg_mapper">svg_mapper</a></td></tr>
667 </table>
668    </td>
669 </tr></tbody>
670 </table>
671 <table class="table">
672 <colgroup>
673 <col class="a">
674 <col class="b">
675 <col class="c">
676 </colgroup>
677 <thead><tr><th colspan="3" valign="center">
678     <h3>
679 <a name="idm46186969741488"></a>Spatial indexes</h3>
680    </th></tr></thead>
681 <tbody>
682 <tr>
683 <td valign="top">
684     <h4>
685 <a name="idm46186969739408"></a>R-tree</h4>
686     <table border="0" summary="Simple list" class="simplelist"><tr><td><a class="link" href="reference/spatial_indexes/boost__geometry__index__rtree.html" title="boost::geometry::index::rtree">boost::geometry::index::rtree</a></td></tr></table>
687         <h4>
688 <a name="idm46186969736736"></a>R-tree parameters</h4>
689     <table border="0" summary="Simple list" class="simplelist">
690 <tr><td><a class="link" href="reference/spatial_indexes/parameters/boost__geometry__index__linear.html" title="boost::geometry::index::linear">boost::geometry::index::linear</a></td></tr>
691 <tr><td><a class="link" href="reference/spatial_indexes/parameters/boost__geometry__index__quadratic.html" title="boost::geometry::index::quadratic">boost::geometry::index::quadratic</a></td></tr>
692 <tr><td><a class="link" href="reference/spatial_indexes/parameters/boost__geometry__index__rstar.html" title="boost::geometry::index::rstar">boost::geometry::index::rstar</a></td></tr>
693 <tr><td><a class="link" href="reference/spatial_indexes/parameters/boost__geometry__index__dynamic_linear.html" title="boost::geometry::index::dynamic_linear">boost::geometry::index::dynamic_linear</a></td></tr>
694 <tr><td><a class="link" href="reference/spatial_indexes/parameters/boost__geometry__index__dynamic_quadratic.html" title="boost::geometry::index::dynamic_quadratic">boost::geometry::index::dynamic_quadratic</a></td></tr>
695 <tr><td><a class="link" href="reference/spatial_indexes/parameters/boost__geometry__index__dynamic_rstar.html" title="boost::geometry::index::dynamic_rstar">boost::geometry::index::dynamic_rstar</a></td></tr>
696 </table>
697         <h4>
698 <a name="idm46186969728624"></a>R-tree constructors and destructor</h4>
699     <table border="0" summary="Simple list" class="simplelist">
700 <tr><td><a class="link" href="reference/spatial_indexes/boost__geometry__index__rtree/rtree__.html" title="rtree()">rtree()</a></td></tr>
701 <tr><td><a class="link" href="reference/spatial_indexes/boost__geometry__index__rtree/rtree_parameters_type_const____indexable_getter_const____value_equal_const____allocator_type_const___.html" title="rtree(parameters_type const &amp;, indexable_getter const &amp;, value_equal const &amp;, allocator_type const &amp;)">rtree(parameters_type const &amp;, indexable_getter const &amp;, value_equal const &amp;, allocator_type const &amp;)</a></td></tr>
702 <tr><td><a class="link" href="reference/spatial_indexes/boost__geometry__index__rtree/rtree_iterator__iterator_.html" title="rtree(Iterator, Iterator)">rtree(Iterator, Iterator)</a></td></tr>
703 <tr><td><a class="link" href="reference/spatial_indexes/boost__geometry__index__rtree/rtree_range_const___.html" title="rtree(Range const &amp;)">rtree(Range const &amp;)</a></td></tr>
704 <tr><td><a class="link" href="reference/spatial_indexes/boost__geometry__index__rtree/rtree_rtree_const___.html" title="rtree(rtree const &amp;)">rtree(rtree const &amp;)</a></td></tr>
705 <tr><td><a class="link" href="reference/spatial_indexes/boost__geometry__index__rtree/rtree_rtree_const____allocator_type_const___.html" title="rtree(rtree const &amp;, allocator_type const &amp;)">rtree(rtree const &amp;, allocator_type const &amp;)</a></td></tr>
706 <tr><td><a class="link" href="reference/spatial_indexes/boost__geometry__index__rtree/rtree_rtree____.html" title="rtree(rtree &amp;&amp;)">rtree(rtree &amp;&amp;)</a></td></tr>
707 <tr><td><a class="link" href="reference/spatial_indexes/boost__geometry__index__rtree/rtree_rtree_____allocator_type_const___.html" title="rtree(rtree &amp;&amp;, allocator_type const &amp;)">rtree(rtree &amp;&amp;, allocator_type const &amp;)</a></td></tr>
708 <tr><td><a class="link" href="reference/spatial_indexes/boost__geometry__index__rtree/_rtree__.html" title="~rtree()">~rtree()</a></td></tr>
709 </table>
710    </td>
711 <td valign="top">
712         <h4>
713 <a name="idm46186969716208"></a>R-tree member functions</h4>
714         <table border="0" summary="Simple list" class="simplelist">
715 <tr><td><a class="link" href="reference/spatial_indexes/boost__geometry__index__rtree/operator__rtree_const___.html" title="operator=(rtree const &amp;)">operator=(const rtree &amp;)</a></td></tr>
716 <tr><td><a class="link" href="reference/spatial_indexes/boost__geometry__index__rtree/operator__rtree____.html" title="operator=(rtree &amp;&amp;)">operator=(rtree &amp;&amp;)</a></td></tr>
717 <tr><td><a class="link" href="reference/spatial_indexes/boost__geometry__index__rtree/swap_rtree___.html" title="swap(rtree &amp;)">swap(rtree &amp;)</a></td></tr>
718 <tr><td><a class="link" href="reference/spatial_indexes/boost__geometry__index__rtree/insert_value_type_const___.html" title="insert(value_type const &amp;)">insert(value_type const &amp;)</a></td></tr>
719 <tr><td><a class="link" href="reference/spatial_indexes/boost__geometry__index__rtree/insert_iterator__iterator_.html" title="insert(Iterator, Iterator)">insert(Iterator, Iterator)</a></td></tr>
720 <tr><td><a class="link" href="reference/spatial_indexes/boost__geometry__index__rtree/insert_convertibleorrange_const___.html" title="insert(ConvertibleOrRange const &amp;)">insert(ConvertibleOrRange const &amp;)</a></td></tr>
721 <tr><td><a class="link" href="reference/spatial_indexes/boost__geometry__index__rtree/remove_value_type_const___.html" title="remove(value_type const &amp;)">remove(value_type const &amp;)</a></td></tr>
722 <tr><td><a class="link" href="reference/spatial_indexes/boost__geometry__index__rtree/remove_iterator__iterator_.html" title="remove(Iterator, Iterator)">remove(Iterator, Iterator)</a></td></tr>
723 <tr><td><a class="link" href="reference/spatial_indexes/boost__geometry__index__rtree/remove_convertibleorrange_const___.html" title="remove(ConvertibleOrRange const &amp;)">remove(ConvertibleOrRange const &amp;)</a></td></tr>
724 <tr><td><a class="link" href="reference/spatial_indexes/boost__geometry__index__rtree/query_predicates_const____outiter_.html" title="query(Predicates const &amp;, OutIter)">query(Predicates const &amp;, OutIter)</a></td></tr>
725 <tr><td><a class="link" href="reference/spatial_indexes/boost__geometry__index__rtree/qbegin_predicates_const___.html" title="qbegin(Predicates const &amp;)">qbegin(Predicates const &amp;)</a></td></tr>
726 <tr><td><a class="link" href="reference/spatial_indexes/boost__geometry__index__rtree/qend__.html" title="qend()">qend()</a></td></tr>
727 <tr><td><a class="link" href="reference/spatial_indexes/boost__geometry__index__rtree/size__.html" title="size()">size()</a></td></tr>
728 <tr><td><a class="link" href="reference/spatial_indexes/boost__geometry__index__rtree/empty__.html" title="empty()">empty()</a></td></tr>
729 <tr><td><a class="link" href="reference/spatial_indexes/boost__geometry__index__rtree/clear__.html" title="clear()">clear()</a></td></tr>
730 <tr><td><a class="link" href="reference/spatial_indexes/boost__geometry__index__rtree/bounds__.html" title="bounds()">bounds()</a></td></tr>
731 <tr><td><a class="link" href="reference/spatial_indexes/boost__geometry__index__rtree/count_valueorindexable_const___.html" title="count(ValueOrIndexable const &amp;)">count(ValueOrIndexable const &amp;)</a></td></tr>
732 <tr><td><a class="link" href="reference/spatial_indexes/boost__geometry__index__rtree/parameters__.html" title="parameters()">parameters()</a></td></tr>
733 <tr><td><a class="link" href="reference/spatial_indexes/boost__geometry__index__rtree/indexable_get__.html" title="indexable_get()">indexable_get()</a></td></tr>
734 <tr><td><a class="link" href="reference/spatial_indexes/boost__geometry__index__rtree/value_eq__.html" title="value_eq()">value_eq()</a></td></tr>
735 <tr><td><a class="link" href="reference/spatial_indexes/boost__geometry__index__rtree/get_allocator__.html" title="get_allocator()">get_allocator()</a></td></tr>
736 </table>
737    </td>
738 <td valign="top">
739     <h4>
740 <a name="idm46186969691072"></a>R-tree free functions (boost::geometry::index::)</h4>
741     <table border="0" summary="Simple list" class="simplelist">
742 <tr><td><a class="link" href="reference/spatial_indexes/group__rtree__functions/insert_rtree_________value_const___.html" title="insert(rtree&lt;...&gt; &amp;, Value const &amp;)">insert(rtree&lt;...&gt; &amp;, Value const &amp;)</a></td></tr>
743 <tr><td><a class="link" href="reference/spatial_indexes/group__rtree__functions/insert_rtree_________iterator__iterator_.html" title="insert(rtree&lt;...&gt; &amp;, Iterator, Iterator)">insert(rtree&lt;...&gt; &amp;, Iterator, Iterator)</a></td></tr>
744 <tr><td><a class="link" href="reference/spatial_indexes/group__rtree__functions/insert_rtree_________convertibleorrange_const___.html" title="insert(rtree&lt;...&gt; &amp;, ConvertibleOrRange const &amp;)">insert(rtree&lt;...&gt; &amp;, ConvertibleOrRange const &amp;)</a></td></tr>
745 <tr><td><a class="link" href="reference/spatial_indexes/group__rtree__functions/remove_rtree_________value_const___.html" title="remove(rtree&lt;...&gt; &amp;, Value const &amp;)">remove(rtree&lt;...&gt; &amp;, Value const &amp;)</a></td></tr>
746 <tr><td><a class="link" href="reference/spatial_indexes/group__rtree__functions/remove_rtree_________iterator__iterator_.html" title="remove(rtree&lt;...&gt; &amp;, Iterator, Iterator)">remove(rtree&lt;...&gt; &amp;, Iterator, Iterator)</a></td></tr>
747 <tr><td><a class="link" href="reference/spatial_indexes/group__rtree__functions/remove_rtree_________convertibleorrange_const___.html" title="remove(rtree&lt;...&gt; &amp;, ConvertibleOrRange const &amp;)">remove(rtree&lt;...&gt; &amp;, ConvertibleOrRange const &amp;)</a></td></tr>
748 <tr><td><a class="link" href="reference/spatial_indexes/group__rtree__functions/query_rtree______const____predicates_const____outiter_.html" title="query(rtree&lt;...&gt; const &amp;, Predicates const &amp;, OutIter)">query(rtree&lt;...&gt; const &amp;, Predicates const &amp;, OutIter)</a></td></tr>
749 <tr><td><a class="link" href="reference/spatial_indexes/group__rtree__functions/qbegin_rtree______const____predicates_const___.html" title="qbegin(rtree&lt;...&gt; const &amp;, Predicates const &amp;)">qbegin(rtree&lt;...&gt; const &amp;, Predicates const &amp;)</a></td></tr>
750 <tr><td><a class="link" href="reference/spatial_indexes/group__rtree__functions/qend_rtree______const___.html" title="qend(rtree&lt;...&gt; const &amp;)">qend(rtree&lt;...&gt; const &amp;)</a></td></tr>
751 <tr><td><a class="link" href="reference/spatial_indexes/group__rtree__functions/clear_rtree________.html" title="clear(rtree&lt;...&gt; &amp;)">clear(rtree&lt;...&gt; &amp;)</a></td></tr>
752 <tr><td><a class="link" href="reference/spatial_indexes/group__rtree__functions/size_rtree______const___.html" title="size(rtree&lt;...&gt; const &amp;)">size(rtree&lt;...&gt; const &amp;)</a></td></tr>
753 <tr><td><a class="link" href="reference/spatial_indexes/group__rtree__functions/empty_rtree______const___.html" title="empty(rtree&lt;...&gt; const &amp;)">empty(rtree&lt;...&gt; const &amp;)</a></td></tr>
754 <tr><td><a class="link" href="reference/spatial_indexes/group__rtree__functions/bounds_rtree______const___.html" title="bounds(rtree&lt;...&gt; const &amp;)">bounds(rtree&lt;...&gt; const &amp;)</a></td></tr>
755 <tr><td><a class="link" href="reference/spatial_indexes/group__rtree__functions/swap_rtree_________rtree________.html" title="swap(rtree&lt;...&gt; &amp;, rtree&lt;...&gt; &amp;)">swap(rtree&lt;...&gt; &amp;, rtree&lt;...&gt; &amp;)</a></td></tr>
756 </table>
757    </td>
758 </tr>
759 <tr>
760 <td valign="top">
761     <h4>
762 <a name="idm46186969672448"></a>Observers (boost::geometry::index::)</h4>
763     <table border="0" summary="Simple list" class="simplelist">
764 <tr><td><a class="link" href="reference/spatial_indexes/observers/boost__geometry__index__indexable.html" title="boost::geometry::index::indexable">boost::geometry::index::indexable</a></td></tr>
765 <tr><td><a class="link" href="reference/spatial_indexes/observers/boost__geometry__index__equal_to.html" title="boost::geometry::index::equal_to">boost::geometry::index::equal_to</a></td></tr>
766 </table>
767     <h4>
768 <a name="idm46186969668704"></a>Inserters (boost::geometry::index::)</h4>
769     <table border="0" summary="Simple list" class="simplelist"><tr><td><a class="link" href="reference/spatial_indexes/group__inserters/inserter_container___.html" title="inserter(Container &amp;)">inserter(Container &amp;)</a></td></tr></table>
770     <h4>
771 <a name="idm46186969666016"></a>Adaptors (boost::geometry::index::adaptors::)</h4>
772     <table border="0" summary="Simple list" class="simplelist"><tr><td><a class="link" href="reference/spatial_indexes/group__adaptors/queried_predicates_const___.html" title="queried(Predicates const &amp;)">queried(Predicates const &amp;)</a></td></tr></table>
773    </td>
774 <td valign="top">
775     <h4>
776 <a name="idm46186969662688"></a>Predicates (boost::geometry::index::)</h4>
777     <table border="0" summary="Simple list" class="simplelist">
778 <tr><td><a class="link" href="reference/spatial_indexes/group__predicates/contains_geometry_const___.html" title="contains(Geometry const &amp;)">contains(Geometry const &amp;)</a></td></tr>
779 <tr><td><a class="link" href="reference/spatial_indexes/group__predicates/covered_by_geometry_const___.html" title="covered_by(Geometry const &amp;)">covered_by(Geometry const &amp;)</a></td></tr>
780 <tr><td><a class="link" href="reference/spatial_indexes/group__predicates/covers_geometry_const___.html" title="covers(Geometry const &amp;)">covers(Geometry const &amp;)</a></td></tr>
781 <tr><td><a class="link" href="reference/spatial_indexes/group__predicates/disjoint_geometry_const___.html" title="disjoint(Geometry const &amp;)">disjoint(Geometry const &amp;)</a></td></tr>
782 <tr><td><a class="link" href="reference/spatial_indexes/group__predicates/intersects_geometry_const___.html" title="intersects(Geometry const &amp;)">intersects(Geometry const &amp;)</a></td></tr>
783 <tr><td><a class="link" href="reference/spatial_indexes/group__predicates/overlaps_geometry_const___.html" title="overlaps(Geometry const &amp;)">overlaps(Geometry const &amp;)</a></td></tr>
784 <tr><td><a class="link" href="reference/spatial_indexes/group__predicates/within_geometry_const___.html" title="within(Geometry const &amp;)">within(Geometry const &amp;)</a></td></tr>
785 <tr><td><a class="link" href="reference/spatial_indexes/group__predicates/satisfies_unarypredicate_const___.html" title="satisfies(UnaryPredicate const &amp;)">satisfies(UnaryPredicate const &amp;)</a></td></tr>
786 <tr><td><a class="link" href="reference/spatial_indexes/group__predicates/nearest_geometry_const____unsigned_.html" title="nearest(Geometry const &amp;, unsigned)">nearest(Geometry const &amp;, unsigned)</a></td></tr>
787 </table>
788    </td>
789 <td class="auto-generated">&#160;</td>
790 </tr>
791 </tbody>
792 </table>
793 </div>
794 </div>
795 <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
796 <td align="left"></td>
797 <td align="right"><div class="copyright-footer">Copyright &#169; 2009-2019 Barend Gehrels, Bruno Lalande, Mateusz Loskot, Adam
798       Wulkiewicz, Oracle and/or its affiliates<p>
799         Distributed under the Boost Software License, Version 1.0. (See accompanying
800         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>)
801       </p>
802 </div></td>
803 </tr></table>
804 <hr>
805 <div class="spirit-nav">
806 <a accesskey="p" href="reference/views/identity_view.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.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="reference_alphabetical_index.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
807 </div>
808 </body>
809 </html>