mirror of
https://github.com/boostorg/geometry.git
synced 2026-02-13 00:22:10 +00:00
naming error fixed
[SVN r75749]
This commit is contained in:
@@ -438,8 +438,8 @@
|
||||
</pre>
|
||||
<p>
|
||||
Furthermore, it's possible to define if the closest, furthest or centroidal
|
||||
point of the non-point <code class="computeroutput"><span class="identifier">__Indexable__</span></code>
|
||||
should be taken into account in the routine calculating distance.
|
||||
point of the non-point <code class="computeroutput">Indexable</code> should be taken into account
|
||||
in the routine calculating distance.
|
||||
</p>
|
||||
<pre class="programlisting"><span class="identifier">std</span><span class="special">::</span><span class="identifier">vector</span><span class="special"><</span>Value<span class="special">></span> <span class="identifier">returned_values</span><span class="special">;</span>
|
||||
<a href="http://www.boost.org/libs/geometry/doc/html/geometry/reference/concepts/concept_point.html" target="_top">Point</a> <span class="identifier">pt</span><span class="special">(...);</span>
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
</h3></div></div>
|
||||
<div><p class="copyright">Copyright © 2011 Adam Wulkiewicz, Federico J. Fernandez</p></div>
|
||||
<div><div class="legalnotice">
|
||||
<a name="id787827"></a><p>
|
||||
<a name="id808512"></a><p>
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
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>)
|
||||
</p>
|
||||
@@ -54,7 +54,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
|
||||
<td align="left"><p><small>Last revised: November 30, 2011 at 12:44:52 GMT</small></p></td>
|
||||
<td align="left"><p><small>Last revised: November 30, 2011 at 13:38:40 GMT</small></p></td>
|
||||
<td align="right"><div class="copyright-footer"></div></td>
|
||||
</tr></table>
|
||||
<hr>
|
||||
|
||||
@@ -270,7 +270,7 @@ may be defined as follows.
|
||||
index::nearest(rt, index::bounded(pt, 10, 500), k, std::back_inserter(returned_values));
|
||||
|
||||
Furthermore, it's possible to define if the closest, furthest or centroidal point of the
|
||||
non-point `__Indexable__` should be taken into account in the routine calculating distance.
|
||||
non-point `__indexable__` should be taken into account in the routine calculating distance.
|
||||
|
||||
std::vector<__value__> returned_values;
|
||||
__point__ pt(...);
|
||||
|
||||
Reference in New Issue
Block a user