Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 09:35:30

0001 // Boost.Geometry Index
0002 //
0003 // R-tree R*-tree algorithm implementation
0004 //
0005 // Copyright (c) 2011-2013 Adam Wulkiewicz, Lodz, Poland.
0006 //
0007 // Use, modification and distribution is subject to the Boost Software License,
0008 // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
0009 // http://www.boost.org/LICENSE_1_0.txt)
0010 
0011 #ifndef BOOST_GEOMETRY_INDEX_DETAIL_RTREE_RSTAR_RSTAR_HPP
0012 #define BOOST_GEOMETRY_INDEX_DETAIL_RTREE_RSTAR_RSTAR_HPP
0013 
0014 #include <boost/geometry/index/detail/rtree/rstar/insert.hpp>
0015 #include <boost/geometry/index/detail/rtree/rstar/choose_next_node.hpp>
0016 #include <boost/geometry/index/detail/rtree/rstar/redistribute_elements.hpp>
0017 
0018 #endif // BOOST_GEOMETRY_INDEX_DETAIL_RTREE_RSTAR_RSTAR_HPP