$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r84865 - trunk/boost/geometry/index/detail/rtree/linear
From: adam.wulkiewicz_at_[hidden]
Date: 2013-06-21 12:23:00
Author: awulkiew
Date: 2013-06-21 12:23:00 EDT (Fri, 21 Jun 2013)
New Revision: 84865
URL: http://svn.boost.org/trac/boost/changeset/84865
Log:
[geometry][index]: Added a note regarding implementation of various Indexable types in linear pick_seeds.
Text files modified: 
   trunk/boost/geometry/index/detail/rtree/linear/redistribute_elements.hpp |     4 ++++                                    
   1 files changed, 4 insertions(+), 0 deletions(-)
Modified: trunk/boost/geometry/index/detail/rtree/linear/redistribute_elements.hpp
==============================================================================
--- trunk/boost/geometry/index/detail/rtree/linear/redistribute_elements.hpp	Fri Jun 21 12:08:10 2013	(r84864)
+++ trunk/boost/geometry/index/detail/rtree/linear/redistribute_elements.hpp	2013-06-21 12:23:00 EDT (Fri, 21 Jun 2013)	(r84865)
@@ -61,6 +61,10 @@
 //    4-2d or 8-3d expansions or -, / and sqrt().
 // 2. Additional container could be used and reused if the Indexable type is other than the Bounds type.
 
+// IMPORTANT!
+// Still probably the best way would be providing specialized algorithms for each Indexable-Bounds pair!
+// Probably on pick_seeds algorithm level - For Bounds=Sphere seeds would be choosen differently
+
 // TODO: awulkiew
 // there are loops inside find_greatest_normalized_separation::apply()
 // iteration is done for each DimensionIndex.