summaryrefslogtreecommitdiff
path: root/libs/geometry/index/test/rtree/generated/rtree_rst_que_p2d.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libs/geometry/index/test/rtree/generated/rtree_rst_que_p2d.cpp')
-rw-r--r--libs/geometry/index/test/rtree/generated/rtree_rst_que_p2d.cpp20
1 files changed, 20 insertions, 0 deletions
diff --git a/libs/geometry/index/test/rtree/generated/rtree_rst_que_p2d.cpp b/libs/geometry/index/test/rtree/generated/rtree_rst_que_p2d.cpp
new file mode 100644
index 000000000..492a20832
--- /dev/null
+++ b/libs/geometry/index/test/rtree/generated/rtree_rst_que_p2d.cpp
@@ -0,0 +1,20 @@
+// Boost.Geometry Index
+// Unit Test
+
+// Copyright (c) 2011-2013 Adam Wulkiewicz, Lodz, Poland.
+
+// Use, modification and distribution is subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt)
+
+#include <rtree/test_rtree.hpp>
+
+#include <boost/geometry/geometries/point.hpp>
+#include <boost/geometry/geometries/box.hpp>
+
+int test_main(int, char* [])
+{
+ typedef bg::model::point<double, 2, bg::cs::cartesian> Indexable;
+ testset::queries<Indexable>(bgi::rstar<5, 2>(), std::allocator<int>());
+ return 0;
+}