mirror of
https://github.com/boostorg/geometry.git
synced 2026-02-12 00:02:09 +00:00
74 lines
4.1 KiB
HTML
74 lines
4.1 KiB
HTML
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
|
<title>Chapter 1. Boost.Geometry.Index</title>
|
|
<link rel="stylesheet" href="http://www.boost.org/doc/libs/release/doc/src/boostbook.css" type="text/css">
|
|
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
|
|
<link rel="home" href="index.html" title="Chapter 1. Boost.Geometry.Index">
|
|
<link rel="next" href="index/rtree.html" title="R-tree">
|
|
</head>
|
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
|
<table cellpadding="2" width="100%"><tr>
|
|
<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="http://www.boost.org/doc/libs/release/boost.png"></td>
|
|
<td align="center"><a href="http://www.boost.org/doc/libs/release/index.html">Home</a></td>
|
|
<td align="center"><a href="http://www.boost.org/doc/libs/release/libs/libraries.htm">Libraries</a></td>
|
|
<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
|
|
<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
|
|
<td align="center"><a href="http://www.boost.org/doc/libs/release/more/index.htm">More</a></td>
|
|
</tr></table>
|
|
<hr>
|
|
<div class="spirit-nav"><a accesskey="n" href="index/rtree.html"><img src="http://www.boost.org/doc/libs/release/doc/src/images/next.png" alt="Next"></a></div>
|
|
<div class="chapter">
|
|
<div class="titlepage"><div>
|
|
<div><h2 class="title">
|
|
<a name="index"></a>Chapter 1. Boost.Geometry.Index</h2></div>
|
|
<div><div class="author"><h3 class="author">
|
|
<span class="firstname">Federico J.</span> <span class="surname">Fernandez</span>
|
|
</h3></div></div>
|
|
<div><div class="author"><h3 class="author">
|
|
<span class="firstname">Adam</span> <span class="surname">Wulkiewicz</span>
|
|
</h3></div></div>
|
|
<div><p class="copyright">Copyright © 2008 Federico J. Fernandez</p></div>
|
|
<div><p class="copyright">Copyright © 2011 Adam Wulkiewicz</p></div>
|
|
<div><div class="legalnotice">
|
|
<a name="id798351"></a><p>Use, modification and distribution is subject to the Boost
|
|
Software License, Version 1.0. (See accompanying file
|
|
<code class="filename">LICENSE_1_0.txt</code> or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)</p>
|
|
</div></div>
|
|
</div></div>
|
|
<div class="toc">
|
|
<p><b>Table of Contents</b></p>
|
|
<dl>
|
|
<dt><span class="section"><a href="index.html#index.intro">Introduction</a></span></dt>
|
|
<dt><span class="section"><a href="index/rtree.html">R-tree</a></span></dt>
|
|
<dd><dl>
|
|
<dt><span class="section"><a href="index/rtree.html#id798399">R-tree creation</a></span></dt>
|
|
<dt><span class="section"><a href="index/rtree.html#id798477">Values, Indexables and default Translator</a></span></dt>
|
|
<dt><span class="section"><a href="index/rtree.html#id798556">Inserting and splitting algorithms</a></span></dt>
|
|
<dt><span class="section"><a href="index/rtree.html#id798596">Inserting and removing Values</a></span></dt>
|
|
<dt><span class="section"><a href="index/rtree.html#id798621">Spatial queries</a></span></dt>
|
|
<dt><span class="section"><a href="index/rtree.html#id798665">Spatial predicates</a></span></dt>
|
|
<dt><span class="section"><a href="index/rtree.html#id798716">Nearest neighbor queries</a></span></dt>
|
|
</dl></dd>
|
|
</dl>
|
|
</div>
|
|
<div class="section">
|
|
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
|
|
<a name="index.intro"></a>Introduction</h2></div></div></div>
|
|
<p>The Boost.Geometry.Index library is intetended to gather containers
|
|
(spatial indexes) used for speeding spatial queries up. In general, indexes
|
|
stores geometric objects' representations and allows searching for objects
|
|
occupying some space or close to some point in space.
|
|
</p>
|
|
<p>Currently, only one spatial index is implemented - the R-tree.</p>
|
|
</div>
|
|
</div>
|
|
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
|
|
<td align="left"></td>
|
|
<td align="right"><div class="copyright-footer"></div></td>
|
|
</tr></table>
|
|
<hr>
|
|
<div class="spirit-nav"><a accesskey="n" href="index/rtree.html"><img src="http://www.boost.org/doc/libs/release/doc/src/images/next.png" alt="Next"></a></div>
|
|
</body>
|
|
</html>
|