Boost logo

Boost-Commit :

From: mariano.consoni_at_[hidden]
Date: 2008-06-13 10:30:54


Author: mconsoni
Date: 2008-06-13 10:30:53 EDT (Fri, 13 Jun 2008)
New Revision: 46374
URL: http://svn.boost.org/trac/boost/changeset/46374

Log:

- More on Insertion

Text files modified:
   sandbox/SOC/2008/spacial_indexing/boost/spatial_index/rtree.hpp | 4 ++++
   1 files changed, 4 insertions(+), 0 deletions(-)

Modified: sandbox/SOC/2008/spacial_indexing/boost/spatial_index/rtree.hpp
==============================================================================
--- sandbox/SOC/2008/spacial_indexing/boost/spatial_index/rtree.hpp (original)
+++ sandbox/SOC/2008/spacial_indexing/boost/spatial_index/rtree.hpp 2008-06-13 10:30:53 EDT (Fri, 13 Jun 2008)
@@ -64,6 +64,9 @@
         boost::shared_ptr< rtree_node<Point, Value> > n2(new rtree_leaf<Point,Value>(l->get_parent(), l->get_capacity()));
 
         split_node(l, n1, n2);
+
+
+
       } else {
         l->insert(e, v);
       }
@@ -176,6 +179,7 @@
         }
       } else {
         // TODO
+ std::cerr << "TODO: implement node split" << std::endl;
       }
     }
 


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