]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/geometry/include/boost/geometry/index/detail/rtree/rstar/rstar.hpp
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / geometry / include / boost / geometry / index / detail / rtree / rstar / rstar.hpp
CommitLineData
7c673cae
FG
1// Boost.Geometry Index
2//
3// R-tree R*-tree algorithm implementation
4//
5// Copyright (c) 2011-2013 Adam Wulkiewicz, Lodz, Poland.
6//
7// Use, modification and distribution is subject to the Boost Software License,
8// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
9// http://www.boost.org/LICENSE_1_0.txt)
10
11#ifndef BOOST_GEOMETRY_INDEX_DETAIL_RTREE_RSTAR_RSTAR_HPP
12#define BOOST_GEOMETRY_INDEX_DETAIL_RTREE_RSTAR_RSTAR_HPP
13
14#include <boost/geometry/index/detail/rtree/rstar/insert.hpp>
15#include <boost/geometry/index/detail/rtree/rstar/choose_next_node.hpp>
16#include <boost/geometry/index/detail/rtree/rstar/redistribute_elements.hpp>
17
18#endif // BOOST_GEOMETRY_INDEX_DETAIL_RTREE_RSTAR_RSTAR_HPP