]>
git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/geometry/index/test/rtree/generated/rtree_rst_que_p3d.cpp
1 // Boost.Geometry Index
4 // Copyright (c) 2011-2014 Adam Wulkiewicz, Lodz, Poland.
6 // Use, modification and distribution is subject to the Boost Software License,
7 // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
8 // http://www.boost.org/LICENSE_1_0.txt)
10 #include <rtree/test_rtree.hpp>
12 int test_main(int, char* [])
14 typedef bg::model::point
<double, 3, bg::cs::cartesian
> Indexable
;
15 testset::queries
<Indexable
>(bgi::rstar
<5, 2>(), std::allocator
<int>());