From 7babc43f75c6257a79dd2acf4990e6f271f3d74d Mon Sep 17 00:00:00 2001 From: Adam Wulkiewicz Date: Sun, 25 Nov 2012 20:56:38 +0000 Subject: [PATCH] Rtree docs and sample modified. Rtree introduction expanded. Quickstart improved. [SVN r81539] --- doc/html/geometry_index/introduction.html | 2 +- doc/html/geometry_index/r_tree.html | 2 +- .../r_tree/creation_and_modification.html | 6 +- .../r_tree/exception_safety.html | 12 +- .../geometry_index/r_tree/introduction.html | 191 +++++++++++++++++- .../r_tree/nearest_neighbours_queries.html | 2 +- .../r_tree/rtree_quickstart.html | 89 +++++--- .../r_tree/spatial_queries.html | 2 +- doc/html/index.html | 4 +- doc/{rtree => }/images/disjoint.png | Bin doc/{rtree => }/images/intersects.png | Bin doc/{rtree => }/images/knn.png | Bin doc/{rtree => }/images/knn_cover.png | Bin doc/{rtree => }/images/knn_inters.png | Bin doc/{rtree => }/images/linear.png | Bin doc/{rtree => }/images/overlaps.png | Bin doc/{rtree => }/images/quadratic.png | Bin doc/{rtree => }/images/rstar.png | Bin doc/{rtree => }/images/within.png | Bin doc/rtree/introduction.qbk | 44 +++- doc/rtree/quickstart.qbk | 26 ++- doc/src/examples/rtree/quick_start.cpp | 42 +++- tests/additional_speed.cpp | 2 +- 23 files changed, 356 insertions(+), 68 deletions(-) rename doc/{rtree => }/images/disjoint.png (100%) rename doc/{rtree => }/images/intersects.png (100%) rename doc/{rtree => }/images/knn.png (100%) rename doc/{rtree => }/images/knn_cover.png (100%) rename doc/{rtree => }/images/knn_inters.png (100%) rename doc/{rtree => }/images/linear.png (100%) rename doc/{rtree => }/images/overlaps.png (100%) rename doc/{rtree => }/images/quadratic.png (100%) rename doc/{rtree => }/images/rstar.png (100%) rename doc/{rtree => }/images/within.png (100%) diff --git a/doc/html/geometry_index/introduction.html b/doc/html/geometry_index/introduction.html index dd8b1efc4..aea9c9dc7 100644 --- a/doc/html/geometry_index/introduction.html +++ b/doc/html/geometry_index/introduction.html @@ -3,7 +3,7 @@ Introduction - + diff --git a/doc/html/geometry_index/r_tree.html b/doc/html/geometry_index/r_tree.html index f204ae1ba..610c173c3 100644 --- a/doc/html/geometry_index/r_tree.html +++ b/doc/html/geometry_index/r_tree.html @@ -3,7 +3,7 @@ R-tree - + diff --git a/doc/html/geometry_index/r_tree/creation_and_modification.html b/doc/html/geometry_index/r_tree/creation_and_modification.html index 003c41cdf..8725a9e0f 100644 --- a/doc/html/geometry_index/r_tree/creation_and_modification.html +++ b/doc/html/geometry_index/r_tree/creation_and_modification.html @@ -3,7 +3,7 @@ Creation and modification - + @@ -51,7 +51,7 @@

rtree<Value, Parameters, Translator, Allocator>
 
-