|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r83094 - in sandbox-branches/geometry/index/doc: html html/geometry_index/r_tree rtree
From: adam.wulkiewicz_at_[hidden]
Date: 2013-02-22 23:30:30
Author: awulkiew
Date: 2013-02-22 23:30:29 EST (Fri, 22 Feb 2013)
New Revision: 83094
URL: http://svn.boost.org/trac/boost/changeset/83094
Log:
rtree docs updated:
introduction fixed,
translator::def<> changed to translator<>.
Text files modified:
sandbox-branches/geometry/index/doc/html/geometry_index/r_tree/creation_and_modification.html | 4 ++--
sandbox-branches/geometry/index/doc/html/geometry_index/r_tree/introduction.html | 7 +++----
sandbox-branches/geometry/index/doc/html/index.html | 2 +-
sandbox-branches/geometry/index/doc/rtree/creation.qbk | 4 ++--
sandbox-branches/geometry/index/doc/rtree/introduction.qbk | 6 +++---
5 files changed, 11 insertions(+), 12 deletions(-)
Modified: sandbox-branches/geometry/index/doc/html/geometry_index/r_tree/creation_and_modification.html
==============================================================================
--- sandbox-branches/geometry/index/doc/html/geometry_index/r_tree/creation_and_modification.html (original)
+++ sandbox-branches/geometry/index/doc/html/geometry_index/r_tree/creation_and_modification.html 2013-02-22 23:30:29 EST (Fri, 22 Feb 2013)
@@ -53,7 +53,7 @@
<p>
R-tree has 4 parameters:
</p>
-<pre class="programlisting"><span class="identifier">rtree</span><span class="special"><</span><span class="identifier">Value</span><span class="special">,</span> <span class="identifier">Parameters</span><span class="special">,</span> <span class="identifier">Translator</span> <span class="special">=</span> <span class="identifier">translator</span><span class="special">::</span><span class="identifier">def</span><span class="special"><</span><span class="identifier">Value</span><span class="special">>,</span> <span class="identifier">Allocator</span><span class="special">></span> <span class="special">=</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">allocator</span><span class="special"><</span><span class="identifier">Value</span><span class="special">></span> <span class="special">></span>
+<pre class="programlisting"><span class="identifier">rtree</span><span class="special"><</span><span class="identifier">Value</span><span class="special">,</span> <span class="identifier">Parameters</span><span class="special">,</span> <span class="identifier">Translator</span> <span class="special">=</span> <span class="identifier">index</span><span class="special">::</span><span class="identifier">translator</span><span class="special"><</span><span class="identifier">Value</span><span class="special">>,</span> <span class="identifier">Allocator</span><span class="special">></span> <span class="special">=</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">allocator</span><span class="special"><</span><span class="identifier">Value</span><span class="special">></span> <span class="special">></span>
</pre>
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
@@ -87,7 +87,7 @@
in this documentation. Each type adapted to <code class="computeroutput">Point</code>
or <code class="computeroutput">Box</code>
concept is an <code class="computeroutput">Indexable</code>. <code class="computeroutput">Value</code>s types which can
- be handled by the default <code class="computeroutput">Translator</code> - <code class="computeroutput"><span class="identifier">index</span><span class="special">::</span><span class="identifier">translator</span><span class="special">::</span><span class="identifier">def</span><span class="special"><</span>Value<span class="special">></span></code>
+ be handled by the default <code class="computeroutput">Translator</code> - <code class="computeroutput"><span class="identifier">index</span><span class="special">::</span><span class="identifier">translator</span><span class="special"><</span>Value<span class="special">></span></code>
are defined as follows:
</p>
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
Modified: sandbox-branches/geometry/index/doc/html/geometry_index/r_tree/introduction.html
==============================================================================
--- sandbox-branches/geometry/index/doc/html/geometry_index/r_tree/introduction.html (original)
+++ sandbox-branches/geometry/index/doc/html/geometry_index/r_tree/introduction.html 2013-02-22 23:30:29 EST (Fri, 22 Feb 2013)
@@ -223,7 +223,7 @@
</h5>
<p>
The spatial index was originally started by Federico J. Fernandez during
- the Google-Of-Summer project 2008, mentored by Hartmut Kaiser.
+ the Google Summer of Code 2008 program, mentored by Hartmut Kaiser.
</p>
<h5>
<a name="geometry_index.r_tree.introduction.h3"></a>
@@ -231,9 +231,8 @@
thanks</a>
</h5>
<p>
- I'd like to thank Barend Gehrels, Bruno Lalande, Lucanus J. Simonson for
- their support and ideas, as well as the members of the Boost.Geometry mailing
- list for their help.
+ I'd like to thank Barend Gehrels, Bruno Lalande, Mateusz Łoskot, Lucanus
+ J. Simonson for their support and ideas.
</p>
<div class="footnotes">
<br><hr style="width:100; align:left;">
Modified: sandbox-branches/geometry/index/doc/html/index.html
==============================================================================
--- sandbox-branches/geometry/index/doc/html/index.html (original)
+++ sandbox-branches/geometry/index/doc/html/index.html 2013-02-22 23:30:29 EST (Fri, 22 Feb 2013)
@@ -51,7 +51,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: February 22, 2013 at 13:50:49 GMT</small></p></td>
+<td align="left"><p><small>Last revised: February 23, 2013 at 04:28:38 GMT</small></p></td>
<td align="right"><div class="copyright-footer"></div></td>
</tr></table>
<hr>
Modified: sandbox-branches/geometry/index/doc/rtree/creation.qbk
==============================================================================
--- sandbox-branches/geometry/index/doc/rtree/creation.qbk (original)
+++ sandbox-branches/geometry/index/doc/rtree/creation.qbk 2013-02-22 23:30:29 EST (Fri, 22 Feb 2013)
@@ -14,7 +14,7 @@
__rtree__ has 4 parameters:
- rtree<Value, Parameters, Translator = translator::def<Value>, Allocator> = std::allocator<Value> >
+ rtree<Value, Parameters, Translator = index::translator<Value>, Allocator> = std::allocator<Value> >
* `__value__` - type of object which will be stored in the container,
* `Parameters` - parameters type, inserting/splitting algorithm,
@@ -29,7 +29,7 @@
__rtree__ may store `__value__`s of any type as long the `__translator__` knows how to interpret those `__value__`s
and extract an object that the __rtree__ can handle. Those objects are called
`__indexable__`s in this documentation. Each type adapted to `__point__` or `__box__` concept is an `__indexable__`.
-`__value__`s types which can be handled by the default `__translator__` - `index::translator::def<__value__>`
+`__value__`s types which can be handled by the default `__translator__` - `index::translator<__value__>`
are defined as follows:
* `__indexable__ = __point__ | __box__`
Modified: sandbox-branches/geometry/index/doc/rtree/introduction.qbk
==============================================================================
--- sandbox-branches/geometry/index/doc/rtree/introduction.qbk (original)
+++ sandbox-branches/geometry/index/doc/rtree/introduction.qbk 2013-02-22 23:30:29 EST (Fri, 22 Feb 2013)
@@ -1,4 +1,4 @@
-[/============================================================================
+[/============================================================================
Boost.Geometry Index
Copyright (c) 2011-2012 Adam Wulkiewicz.
@@ -61,11 +61,11 @@
[heading Contributors]
-The spatial index was originally started by Federico J. Fernandez during the Google-Of-Summer project 2008, mentored by Hartmut Kaiser.
+The spatial index was originally started by Federico J. Fernandez during the Google Summer of Code 2008 program, mentored by Hartmut Kaiser.
[heading Spatial thanks]
-I'd like to thank Barend Gehrels, Bruno Lalande, Lucanus J. Simonson for their support and ideas, as well as the members of the Boost.Geometry mailing list for their help.
+I'd like to thank Barend Gehrels, Bruno Lalande, Mateusz Åoskot, Lucanus J. Simonson for their support and ideas.
[endsect]
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk