Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r81912 - in sandbox-branches/geometry/index: test test/rtree test/rtree/generated tests
From: adam.wulkiewicz_at_[hidden]
Date: 2012-12-13 15:38:17


Author: awulkiew
Date: 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
New Revision: 81912
URL: http://svn.boost.org/trac/boost/changeset/81912

Log:
rtree all tests divided into 2 files(for points and boxes) because b2 was complaining about the files sizes.
rtree tests were generated by tests/rtree_test_generator.cpp
Added:
   sandbox-branches/geometry/index/test/rtree/generated/
   sandbox-branches/geometry/index/test/rtree/generated/Jamfile.v2 (contents, props changed)
   sandbox-branches/geometry/index/test/rtree/generated/rtree_b2d_linear.cpp (contents, props changed)
   sandbox-branches/geometry/index/test/rtree/generated/rtree_b2d_linear_rt.cpp (contents, props changed)
   sandbox-branches/geometry/index/test/rtree/generated/rtree_b2d_quadratic.cpp (contents, props changed)
   sandbox-branches/geometry/index/test/rtree/generated/rtree_b2d_quadratic_rt.cpp (contents, props changed)
   sandbox-branches/geometry/index/test/rtree/generated/rtree_b2d_rstar.cpp (contents, props changed)
   sandbox-branches/geometry/index/test/rtree/generated/rtree_b2d_rstar_rt.cpp (contents, props changed)
   sandbox-branches/geometry/index/test/rtree/generated/rtree_b2f_linear.cpp (contents, props changed)
   sandbox-branches/geometry/index/test/rtree/generated/rtree_b2f_linear_rt.cpp (contents, props changed)
   sandbox-branches/geometry/index/test/rtree/generated/rtree_b2f_quadratic.cpp (contents, props changed)
   sandbox-branches/geometry/index/test/rtree/generated/rtree_b2f_quadratic_rt.cpp (contents, props changed)
   sandbox-branches/geometry/index/test/rtree/generated/rtree_b2f_rstar.cpp (contents, props changed)
   sandbox-branches/geometry/index/test/rtree/generated/rtree_b2f_rstar_rt.cpp (contents, props changed)
   sandbox-branches/geometry/index/test/rtree/generated/rtree_b2i_linear.cpp (contents, props changed)
   sandbox-branches/geometry/index/test/rtree/generated/rtree_b2i_linear_rt.cpp (contents, props changed)
   sandbox-branches/geometry/index/test/rtree/generated/rtree_b2i_quadratic.cpp (contents, props changed)
   sandbox-branches/geometry/index/test/rtree/generated/rtree_b2i_quadratic_rt.cpp (contents, props changed)
   sandbox-branches/geometry/index/test/rtree/generated/rtree_b2i_rstar.cpp (contents, props changed)
   sandbox-branches/geometry/index/test/rtree/generated/rtree_b2i_rstar_rt.cpp (contents, props changed)
   sandbox-branches/geometry/index/test/rtree/generated/rtree_b2tt_linear.cpp (contents, props changed)
   sandbox-branches/geometry/index/test/rtree/generated/rtree_b2tt_linear_rt.cpp (contents, props changed)
   sandbox-branches/geometry/index/test/rtree/generated/rtree_b2tt_quadratic.cpp (contents, props changed)
   sandbox-branches/geometry/index/test/rtree/generated/rtree_b2tt_quadratic_rt.cpp (contents, props changed)
   sandbox-branches/geometry/index/test/rtree/generated/rtree_b2tt_rstar.cpp (contents, props changed)
   sandbox-branches/geometry/index/test/rtree/generated/rtree_b2tt_rstar_rt.cpp (contents, props changed)
   sandbox-branches/geometry/index/test/rtree/generated/rtree_b3d_linear.cpp (contents, props changed)
   sandbox-branches/geometry/index/test/rtree/generated/rtree_b3d_linear_rt.cpp (contents, props changed)
   sandbox-branches/geometry/index/test/rtree/generated/rtree_b3d_quadratic.cpp (contents, props changed)
   sandbox-branches/geometry/index/test/rtree/generated/rtree_b3d_quadratic_rt.cpp (contents, props changed)
   sandbox-branches/geometry/index/test/rtree/generated/rtree_b3d_rstar.cpp (contents, props changed)
   sandbox-branches/geometry/index/test/rtree/generated/rtree_b3d_rstar_rt.cpp (contents, props changed)
   sandbox-branches/geometry/index/test/rtree/generated/rtree_b3f_linear.cpp (contents, props changed)
   sandbox-branches/geometry/index/test/rtree/generated/rtree_b3f_linear_rt.cpp (contents, props changed)
   sandbox-branches/geometry/index/test/rtree/generated/rtree_b3f_quadratic.cpp (contents, props changed)
   sandbox-branches/geometry/index/test/rtree/generated/rtree_b3f_quadratic_rt.cpp (contents, props changed)
   sandbox-branches/geometry/index/test/rtree/generated/rtree_b3f_rstar.cpp (contents, props changed)
   sandbox-branches/geometry/index/test/rtree/generated/rtree_b3f_rstar_rt.cpp (contents, props changed)
   sandbox-branches/geometry/index/test/rtree/generated/rtree_b3i_linear.cpp (contents, props changed)
   sandbox-branches/geometry/index/test/rtree/generated/rtree_b3i_linear_rt.cpp (contents, props changed)
   sandbox-branches/geometry/index/test/rtree/generated/rtree_b3i_quadratic.cpp (contents, props changed)
   sandbox-branches/geometry/index/test/rtree/generated/rtree_b3i_quadratic_rt.cpp (contents, props changed)
   sandbox-branches/geometry/index/test/rtree/generated/rtree_b3i_rstar.cpp (contents, props changed)
   sandbox-branches/geometry/index/test/rtree/generated/rtree_b3i_rstar_rt.cpp (contents, props changed)
   sandbox-branches/geometry/index/test/rtree/generated/rtree_b3tt_linear.cpp (contents, props changed)
   sandbox-branches/geometry/index/test/rtree/generated/rtree_b3tt_linear_rt.cpp (contents, props changed)
   sandbox-branches/geometry/index/test/rtree/generated/rtree_b3tt_quadratic.cpp (contents, props changed)
   sandbox-branches/geometry/index/test/rtree/generated/rtree_b3tt_quadratic_rt.cpp (contents, props changed)
   sandbox-branches/geometry/index/test/rtree/generated/rtree_b3tt_rstar.cpp (contents, props changed)
   sandbox-branches/geometry/index/test/rtree/generated/rtree_b3tt_rstar_rt.cpp (contents, props changed)
   sandbox-branches/geometry/index/test/rtree/generated/rtree_p2d_linear.cpp (contents, props changed)
   sandbox-branches/geometry/index/test/rtree/generated/rtree_p2d_linear_rt.cpp (contents, props changed)
   sandbox-branches/geometry/index/test/rtree/generated/rtree_p2d_quadratic.cpp (contents, props changed)
   sandbox-branches/geometry/index/test/rtree/generated/rtree_p2d_quadratic_rt.cpp (contents, props changed)
   sandbox-branches/geometry/index/test/rtree/generated/rtree_p2d_rstar.cpp (contents, props changed)
   sandbox-branches/geometry/index/test/rtree/generated/rtree_p2d_rstar_rt.cpp (contents, props changed)
   sandbox-branches/geometry/index/test/rtree/generated/rtree_p2f_linear.cpp (contents, props changed)
   sandbox-branches/geometry/index/test/rtree/generated/rtree_p2f_linear_rt.cpp (contents, props changed)
   sandbox-branches/geometry/index/test/rtree/generated/rtree_p2f_quadratic.cpp (contents, props changed)
   sandbox-branches/geometry/index/test/rtree/generated/rtree_p2f_quadratic_rt.cpp (contents, props changed)
   sandbox-branches/geometry/index/test/rtree/generated/rtree_p2f_rstar.cpp (contents, props changed)
   sandbox-branches/geometry/index/test/rtree/generated/rtree_p2f_rstar_rt.cpp (contents, props changed)
   sandbox-branches/geometry/index/test/rtree/generated/rtree_p2i_linear.cpp (contents, props changed)
   sandbox-branches/geometry/index/test/rtree/generated/rtree_p2i_linear_rt.cpp (contents, props changed)
   sandbox-branches/geometry/index/test/rtree/generated/rtree_p2i_quadratic.cpp (contents, props changed)
   sandbox-branches/geometry/index/test/rtree/generated/rtree_p2i_quadratic_rt.cpp (contents, props changed)
   sandbox-branches/geometry/index/test/rtree/generated/rtree_p2i_rstar.cpp (contents, props changed)
   sandbox-branches/geometry/index/test/rtree/generated/rtree_p2i_rstar_rt.cpp (contents, props changed)
   sandbox-branches/geometry/index/test/rtree/generated/rtree_p2tt_linear.cpp (contents, props changed)
   sandbox-branches/geometry/index/test/rtree/generated/rtree_p2tt_linear_rt.cpp (contents, props changed)
   sandbox-branches/geometry/index/test/rtree/generated/rtree_p2tt_quadratic.cpp (contents, props changed)
   sandbox-branches/geometry/index/test/rtree/generated/rtree_p2tt_quadratic_rt.cpp (contents, props changed)
   sandbox-branches/geometry/index/test/rtree/generated/rtree_p2tt_rstar.cpp (contents, props changed)
   sandbox-branches/geometry/index/test/rtree/generated/rtree_p2tt_rstar_rt.cpp (contents, props changed)
   sandbox-branches/geometry/index/test/rtree/generated/rtree_p3d_linear.cpp (contents, props changed)
   sandbox-branches/geometry/index/test/rtree/generated/rtree_p3d_linear_rt.cpp (contents, props changed)
   sandbox-branches/geometry/index/test/rtree/generated/rtree_p3d_quadratic.cpp (contents, props changed)
   sandbox-branches/geometry/index/test/rtree/generated/rtree_p3d_quadratic_rt.cpp (contents, props changed)
   sandbox-branches/geometry/index/test/rtree/generated/rtree_p3d_rstar.cpp (contents, props changed)
   sandbox-branches/geometry/index/test/rtree/generated/rtree_p3d_rstar_rt.cpp (contents, props changed)
   sandbox-branches/geometry/index/test/rtree/generated/rtree_p3f_linear.cpp (contents, props changed)
   sandbox-branches/geometry/index/test/rtree/generated/rtree_p3f_linear_rt.cpp (contents, props changed)
   sandbox-branches/geometry/index/test/rtree/generated/rtree_p3f_quadratic.cpp (contents, props changed)
   sandbox-branches/geometry/index/test/rtree/generated/rtree_p3f_quadratic_rt.cpp (contents, props changed)
   sandbox-branches/geometry/index/test/rtree/generated/rtree_p3f_rstar.cpp (contents, props changed)
   sandbox-branches/geometry/index/test/rtree/generated/rtree_p3f_rstar_rt.cpp (contents, props changed)
   sandbox-branches/geometry/index/test/rtree/generated/rtree_p3i_linear.cpp (contents, props changed)
   sandbox-branches/geometry/index/test/rtree/generated/rtree_p3i_linear_rt.cpp (contents, props changed)
   sandbox-branches/geometry/index/test/rtree/generated/rtree_p3i_quadratic.cpp (contents, props changed)
   sandbox-branches/geometry/index/test/rtree/generated/rtree_p3i_quadratic_rt.cpp (contents, props changed)
   sandbox-branches/geometry/index/test/rtree/generated/rtree_p3i_rstar.cpp (contents, props changed)
   sandbox-branches/geometry/index/test/rtree/generated/rtree_p3i_rstar_rt.cpp (contents, props changed)
   sandbox-branches/geometry/index/test/rtree/generated/rtree_p3tt_linear.cpp (contents, props changed)
   sandbox-branches/geometry/index/test/rtree/generated/rtree_p3tt_linear_rt.cpp (contents, props changed)
   sandbox-branches/geometry/index/test/rtree/generated/rtree_p3tt_quadratic.cpp (contents, props changed)
   sandbox-branches/geometry/index/test/rtree/generated/rtree_p3tt_quadratic_rt.cpp (contents, props changed)
   sandbox-branches/geometry/index/test/rtree/generated/rtree_p3tt_rstar.cpp (contents, props changed)
   sandbox-branches/geometry/index/test/rtree/generated/rtree_p3tt_rstar_rt.cpp (contents, props changed)
   sandbox-branches/geometry/index/tests/rtree_test_generator.cpp (contents, props changed)
Removed:
   sandbox-branches/geometry/index/test/rtree/rtree2d_linear_d.cpp
   sandbox-branches/geometry/index/test/rtree/rtree2d_linear_d_rt.cpp
   sandbox-branches/geometry/index/test/rtree/rtree2d_linear_f.cpp
   sandbox-branches/geometry/index/test/rtree/rtree2d_linear_f_rt.cpp
   sandbox-branches/geometry/index/test/rtree/rtree2d_linear_i.cpp
   sandbox-branches/geometry/index/test/rtree/rtree2d_linear_i_rt.cpp
   sandbox-branches/geometry/index/test/rtree/rtree2d_linear_tt.cpp
   sandbox-branches/geometry/index/test/rtree/rtree2d_linear_tt_rt.cpp
   sandbox-branches/geometry/index/test/rtree/rtree2d_quadratic_d.cpp
   sandbox-branches/geometry/index/test/rtree/rtree2d_quadratic_d_rt.cpp
   sandbox-branches/geometry/index/test/rtree/rtree2d_quadratic_f.cpp
   sandbox-branches/geometry/index/test/rtree/rtree2d_quadratic_f_rt.cpp
   sandbox-branches/geometry/index/test/rtree/rtree2d_quadratic_i.cpp
   sandbox-branches/geometry/index/test/rtree/rtree2d_quadratic_i_rt.cpp
   sandbox-branches/geometry/index/test/rtree/rtree2d_quadratic_tt.cpp
   sandbox-branches/geometry/index/test/rtree/rtree2d_quadratic_tt_rt.cpp
   sandbox-branches/geometry/index/test/rtree/rtree2d_rstar_d.cpp
   sandbox-branches/geometry/index/test/rtree/rtree2d_rstar_d_rt.cpp
   sandbox-branches/geometry/index/test/rtree/rtree2d_rstar_f.cpp
   sandbox-branches/geometry/index/test/rtree/rtree2d_rstar_f_rt.cpp
   sandbox-branches/geometry/index/test/rtree/rtree2d_rstar_i.cpp
   sandbox-branches/geometry/index/test/rtree/rtree2d_rstar_i_rt.cpp
   sandbox-branches/geometry/index/test/rtree/rtree2d_rstar_tt.cpp
   sandbox-branches/geometry/index/test/rtree/rtree2d_rstar_tt_rt.cpp
   sandbox-branches/geometry/index/test/rtree/rtree3d_linear_d.cpp
   sandbox-branches/geometry/index/test/rtree/rtree3d_linear_d_rt.cpp
   sandbox-branches/geometry/index/test/rtree/rtree3d_linear_f.cpp
   sandbox-branches/geometry/index/test/rtree/rtree3d_linear_f_rt.cpp
   sandbox-branches/geometry/index/test/rtree/rtree3d_linear_i.cpp
   sandbox-branches/geometry/index/test/rtree/rtree3d_linear_i_rt.cpp
   sandbox-branches/geometry/index/test/rtree/rtree3d_linear_tt.cpp
   sandbox-branches/geometry/index/test/rtree/rtree3d_linear_tt_rt.cpp
   sandbox-branches/geometry/index/test/rtree/rtree3d_quadratic_d.cpp
   sandbox-branches/geometry/index/test/rtree/rtree3d_quadratic_d_rt.cpp
   sandbox-branches/geometry/index/test/rtree/rtree3d_quadratic_f.cpp
   sandbox-branches/geometry/index/test/rtree/rtree3d_quadratic_f_rt.cpp
   sandbox-branches/geometry/index/test/rtree/rtree3d_quadratic_i.cpp
   sandbox-branches/geometry/index/test/rtree/rtree3d_quadratic_i_rt.cpp
   sandbox-branches/geometry/index/test/rtree/rtree3d_quadratic_tt.cpp
   sandbox-branches/geometry/index/test/rtree/rtree3d_quadratic_tt_rt.cpp
   sandbox-branches/geometry/index/test/rtree/rtree3d_rstar_d.cpp
   sandbox-branches/geometry/index/test/rtree/rtree3d_rstar_d_rt.cpp
   sandbox-branches/geometry/index/test/rtree/rtree3d_rstar_f.cpp
   sandbox-branches/geometry/index/test/rtree/rtree3d_rstar_f_rt.cpp
   sandbox-branches/geometry/index/test/rtree/rtree3d_rstar_i.cpp
   sandbox-branches/geometry/index/test/rtree/rtree3d_rstar_i_rt.cpp
   sandbox-branches/geometry/index/test/rtree/rtree3d_rstar_tt.cpp
   sandbox-branches/geometry/index/test/rtree/rtree3d_rstar_tt_rt.cpp
Text files modified:
   sandbox-branches/geometry/index/test/Jamfile.v2 | 2 -
   sandbox-branches/geometry/index/test/rtree/Jamfile.v2 | 56 +--------------------------------------
   sandbox-branches/geometry/index/test/rtree/test_rtree.hpp | 21 ++++++++++-----
   3 files changed, 16 insertions(+), 63 deletions(-)

Modified: sandbox-branches/geometry/index/test/Jamfile.v2
==============================================================================
--- sandbox-branches/geometry/index/test/Jamfile.v2 (original)
+++ sandbox-branches/geometry/index/test/Jamfile.v2 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
@@ -21,5 +21,3 @@
 
 build-project algorithms ;
 build-project rtree ;
-#build-project filters ;
-#build-project translator ;

Modified: sandbox-branches/geometry/index/test/rtree/Jamfile.v2
==============================================================================
--- sandbox-branches/geometry/index/test/rtree/Jamfile.v2 (original)
+++ sandbox-branches/geometry/index/test/rtree/Jamfile.v2 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
@@ -6,62 +6,10 @@
 # Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
 # http://www.boost.org/LICENSE_1_0.txt)
 
+build-project generated ;
+
 test-suite boost-geometry-index-rtree
     :
- [ run rtree2d_linear_i.cpp ]
- [ run rtree2d_linear_f.cpp ]
- [ run rtree2d_linear_d.cpp ]
- [ run rtree2d_linear_tt.cpp ]
- [ run rtree2d_linear_i_rt.cpp ]
- [ run rtree2d_linear_f_rt.cpp ]
- [ run rtree2d_linear_d_rt.cpp ]
- [ run rtree2d_linear_tt_rt.cpp ]
-
- [ run rtree2d_quadratic_i.cpp ]
- [ run rtree2d_quadratic_f.cpp ]
- [ run rtree2d_quadratic_d.cpp ]
- [ run rtree2d_quadratic_tt.cpp ]
- [ run rtree2d_quadratic_i_rt.cpp ]
- [ run rtree2d_quadratic_f_rt.cpp ]
- [ run rtree2d_quadratic_d_rt.cpp ]
- [ run rtree2d_quadratic_tt_rt.cpp ]
-
- [ run rtree2d_rstar_i.cpp ]
- [ run rtree2d_rstar_f.cpp ]
- [ run rtree2d_rstar_d.cpp ]
- [ run rtree2d_rstar_tt.cpp ]
- [ run rtree2d_rstar_i_rt.cpp ]
- [ run rtree2d_rstar_f_rt.cpp ]
- [ run rtree2d_rstar_d_rt.cpp ]
- [ run rtree2d_rstar_tt_rt.cpp ]
-
- [ run rtree3d_linear_i.cpp ]
- [ run rtree3d_linear_f.cpp ]
- [ run rtree3d_linear_d.cpp ]
- [ run rtree3d_linear_tt.cpp ]
- [ run rtree3d_linear_i_rt.cpp ]
- [ run rtree3d_linear_f_rt.cpp ]
- [ run rtree3d_linear_d_rt.cpp ]
- [ run rtree3d_linear_tt_rt.cpp ]
-
- [ run rtree3d_quadratic_i.cpp ]
- [ run rtree3d_quadratic_f.cpp ]
- [ run rtree3d_quadratic_d.cpp ]
- [ run rtree3d_quadratic_tt.cpp ]
- [ run rtree3d_quadratic_i_rt.cpp ]
- [ run rtree3d_quadratic_f_rt.cpp ]
- [ run rtree3d_quadratic_d_rt.cpp ]
- [ run rtree3d_quadratic_tt_rt.cpp ]
-
- [ run rtree3d_rstar_i.cpp ]
- [ run rtree3d_rstar_f.cpp ]
- [ run rtree3d_rstar_d.cpp ]
- [ run rtree3d_rstar_tt.cpp ]
- [ run rtree3d_rstar_i_rt.cpp ]
- [ run rtree3d_rstar_f_rt.cpp ]
- [ run rtree3d_rstar_d_rt.cpp ]
- [ run rtree3d_rstar_tt_rt.cpp ]
-
     [ run rtree_exceptions.cpp ]
     ;
     

Added: sandbox-branches/geometry/index/test/rtree/generated/Jamfile.v2
==============================================================================
--- (empty file)
+++ sandbox-branches/geometry/index/test/rtree/generated/Jamfile.v2 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
@@ -0,0 +1,108 @@
+# Boost.Geometry Index
+#
+# Copyright (c) 2011-2012 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)
+
+test-suite boost-geometry-index-rtree-generated
+ :
+ [ run rtree_p2d_linear.cpp ]
+ [ run rtree_b2d_linear.cpp ]
+ [ run rtree_p2d_quadratic.cpp ]
+ [ run rtree_b2d_quadratic.cpp ]
+ [ run rtree_p2d_rstar.cpp ]
+ [ run rtree_b2d_rstar.cpp ]
+ [ run rtree_p2d_linear_rt.cpp ]
+ [ run rtree_b2d_linear_rt.cpp ]
+ [ run rtree_p2d_quadratic_rt.cpp ]
+ [ run rtree_b2d_quadratic_rt.cpp ]
+ [ run rtree_p2d_rstar_rt.cpp ]
+ [ run rtree_b2d_rstar_rt.cpp ]
+ [ run rtree_p2f_linear.cpp ]
+ [ run rtree_b2f_linear.cpp ]
+ [ run rtree_p2f_quadratic.cpp ]
+ [ run rtree_b2f_quadratic.cpp ]
+ [ run rtree_p2f_rstar.cpp ]
+ [ run rtree_b2f_rstar.cpp ]
+ [ run rtree_p2f_linear_rt.cpp ]
+ [ run rtree_b2f_linear_rt.cpp ]
+ [ run rtree_p2f_quadratic_rt.cpp ]
+ [ run rtree_b2f_quadratic_rt.cpp ]
+ [ run rtree_p2f_rstar_rt.cpp ]
+ [ run rtree_b2f_rstar_rt.cpp ]
+ [ run rtree_p2i_linear.cpp ]
+ [ run rtree_b2i_linear.cpp ]
+ [ run rtree_p2i_quadratic.cpp ]
+ [ run rtree_b2i_quadratic.cpp ]
+ [ run rtree_p2i_rstar.cpp ]
+ [ run rtree_b2i_rstar.cpp ]
+ [ run rtree_p2i_linear_rt.cpp ]
+ [ run rtree_b2i_linear_rt.cpp ]
+ [ run rtree_p2i_quadratic_rt.cpp ]
+ [ run rtree_b2i_quadratic_rt.cpp ]
+ [ run rtree_p2i_rstar_rt.cpp ]
+ [ run rtree_b2i_rstar_rt.cpp ]
+ [ run rtree_p2tt_linear.cpp ]
+ [ run rtree_b2tt_linear.cpp ]
+ [ run rtree_p2tt_quadratic.cpp ]
+ [ run rtree_b2tt_quadratic.cpp ]
+ [ run rtree_p2tt_rstar.cpp ]
+ [ run rtree_b2tt_rstar.cpp ]
+ [ run rtree_p2tt_linear_rt.cpp ]
+ [ run rtree_b2tt_linear_rt.cpp ]
+ [ run rtree_p2tt_quadratic_rt.cpp ]
+ [ run rtree_b2tt_quadratic_rt.cpp ]
+ [ run rtree_p2tt_rstar_rt.cpp ]
+ [ run rtree_b2tt_rstar_rt.cpp ]
+ [ run rtree_p3d_linear.cpp ]
+ [ run rtree_b3d_linear.cpp ]
+ [ run rtree_p3d_quadratic.cpp ]
+ [ run rtree_b3d_quadratic.cpp ]
+ [ run rtree_p3d_rstar.cpp ]
+ [ run rtree_b3d_rstar.cpp ]
+ [ run rtree_p3d_linear_rt.cpp ]
+ [ run rtree_b3d_linear_rt.cpp ]
+ [ run rtree_p3d_quadratic_rt.cpp ]
+ [ run rtree_b3d_quadratic_rt.cpp ]
+ [ run rtree_p3d_rstar_rt.cpp ]
+ [ run rtree_b3d_rstar_rt.cpp ]
+ [ run rtree_p3f_linear.cpp ]
+ [ run rtree_b3f_linear.cpp ]
+ [ run rtree_p3f_quadratic.cpp ]
+ [ run rtree_b3f_quadratic.cpp ]
+ [ run rtree_p3f_rstar.cpp ]
+ [ run rtree_b3f_rstar.cpp ]
+ [ run rtree_p3f_linear_rt.cpp ]
+ [ run rtree_b3f_linear_rt.cpp ]
+ [ run rtree_p3f_quadratic_rt.cpp ]
+ [ run rtree_b3f_quadratic_rt.cpp ]
+ [ run rtree_p3f_rstar_rt.cpp ]
+ [ run rtree_b3f_rstar_rt.cpp ]
+ [ run rtree_p3i_linear.cpp ]
+ [ run rtree_b3i_linear.cpp ]
+ [ run rtree_p3i_quadratic.cpp ]
+ [ run rtree_b3i_quadratic.cpp ]
+ [ run rtree_p3i_rstar.cpp ]
+ [ run rtree_b3i_rstar.cpp ]
+ [ run rtree_p3i_linear_rt.cpp ]
+ [ run rtree_b3i_linear_rt.cpp ]
+ [ run rtree_p3i_quadratic_rt.cpp ]
+ [ run rtree_b3i_quadratic_rt.cpp ]
+ [ run rtree_p3i_rstar_rt.cpp ]
+ [ run rtree_b3i_rstar_rt.cpp ]
+ [ run rtree_p3tt_linear.cpp ]
+ [ run rtree_b3tt_linear.cpp ]
+ [ run rtree_p3tt_quadratic.cpp ]
+ [ run rtree_b3tt_quadratic.cpp ]
+ [ run rtree_p3tt_rstar.cpp ]
+ [ run rtree_b3tt_rstar.cpp ]
+ [ run rtree_p3tt_linear_rt.cpp ]
+ [ run rtree_b3tt_linear_rt.cpp ]
+ [ run rtree_p3tt_quadratic_rt.cpp ]
+ [ run rtree_b3tt_quadratic_rt.cpp ]
+ [ run rtree_p3tt_rstar_rt.cpp ]
+ [ run rtree_b3tt_rstar_rt.cpp ]
+ ;
+

Added: sandbox-branches/geometry/index/test/rtree/generated/rtree_b2d_linear.cpp
==============================================================================
--- (empty file)
+++ sandbox-branches/geometry/index/test/rtree/generated/rtree_b2d_linear.cpp 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
@@ -0,0 +1,20 @@
+// Boost.Geometry Index
+// Unit Test
+
+// Copyright (c) 2011-2012 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> Point;
+ test_rtree_for_box<Point>(bgi::linear<4, 2>());
+ return 0;
+}

Added: sandbox-branches/geometry/index/test/rtree/generated/rtree_b2d_linear_rt.cpp
==============================================================================
--- (empty file)
+++ sandbox-branches/geometry/index/test/rtree/generated/rtree_b2d_linear_rt.cpp 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
@@ -0,0 +1,20 @@
+// Boost.Geometry Index
+// Unit Test
+
+// Copyright (c) 2011-2012 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> Point;
+ test_rtree_for_box<Point>(bgi::runtime::linear(4, 2));
+ return 0;
+}

Added: sandbox-branches/geometry/index/test/rtree/generated/rtree_b2d_quadratic.cpp
==============================================================================
--- (empty file)
+++ sandbox-branches/geometry/index/test/rtree/generated/rtree_b2d_quadratic.cpp 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
@@ -0,0 +1,20 @@
+// Boost.Geometry Index
+// Unit Test
+
+// Copyright (c) 2011-2012 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> Point;
+ test_rtree_for_box<Point>(bgi::quadratic<4, 2>());
+ return 0;
+}

Added: sandbox-branches/geometry/index/test/rtree/generated/rtree_b2d_quadratic_rt.cpp
==============================================================================
--- (empty file)
+++ sandbox-branches/geometry/index/test/rtree/generated/rtree_b2d_quadratic_rt.cpp 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
@@ -0,0 +1,20 @@
+// Boost.Geometry Index
+// Unit Test
+
+// Copyright (c) 2011-2012 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> Point;
+ test_rtree_for_box<Point>(bgi::runtime::quadratic(4, 2));
+ return 0;
+}

Added: sandbox-branches/geometry/index/test/rtree/generated/rtree_b2d_rstar.cpp
==============================================================================
--- (empty file)
+++ sandbox-branches/geometry/index/test/rtree/generated/rtree_b2d_rstar.cpp 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
@@ -0,0 +1,20 @@
+// Boost.Geometry Index
+// Unit Test
+
+// Copyright (c) 2011-2012 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> Point;
+ test_rtree_for_box<Point>(bgi::rstar<4, 2>());
+ return 0;
+}

Added: sandbox-branches/geometry/index/test/rtree/generated/rtree_b2d_rstar_rt.cpp
==============================================================================
--- (empty file)
+++ sandbox-branches/geometry/index/test/rtree/generated/rtree_b2d_rstar_rt.cpp 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
@@ -0,0 +1,20 @@
+// Boost.Geometry Index
+// Unit Test
+
+// Copyright (c) 2011-2012 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> Point;
+ test_rtree_for_box<Point>(bgi::runtime::rstar(4, 2));
+ return 0;
+}

Added: sandbox-branches/geometry/index/test/rtree/generated/rtree_b2f_linear.cpp
==============================================================================
--- (empty file)
+++ sandbox-branches/geometry/index/test/rtree/generated/rtree_b2f_linear.cpp 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
@@ -0,0 +1,20 @@
+// Boost.Geometry Index
+// Unit Test
+
+// Copyright (c) 2011-2012 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<float, 2, bg::cs::cartesian> Point;
+ test_rtree_for_box<Point>(bgi::linear<4, 2>());
+ return 0;
+}

Added: sandbox-branches/geometry/index/test/rtree/generated/rtree_b2f_linear_rt.cpp
==============================================================================
--- (empty file)
+++ sandbox-branches/geometry/index/test/rtree/generated/rtree_b2f_linear_rt.cpp 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
@@ -0,0 +1,20 @@
+// Boost.Geometry Index
+// Unit Test
+
+// Copyright (c) 2011-2012 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<float, 2, bg::cs::cartesian> Point;
+ test_rtree_for_box<Point>(bgi::runtime::linear(4, 2));
+ return 0;
+}

Added: sandbox-branches/geometry/index/test/rtree/generated/rtree_b2f_quadratic.cpp
==============================================================================
--- (empty file)
+++ sandbox-branches/geometry/index/test/rtree/generated/rtree_b2f_quadratic.cpp 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
@@ -0,0 +1,20 @@
+// Boost.Geometry Index
+// Unit Test
+
+// Copyright (c) 2011-2012 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<float, 2, bg::cs::cartesian> Point;
+ test_rtree_for_box<Point>(bgi::quadratic<4, 2>());
+ return 0;
+}

Added: sandbox-branches/geometry/index/test/rtree/generated/rtree_b2f_quadratic_rt.cpp
==============================================================================
--- (empty file)
+++ sandbox-branches/geometry/index/test/rtree/generated/rtree_b2f_quadratic_rt.cpp 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
@@ -0,0 +1,20 @@
+// Boost.Geometry Index
+// Unit Test
+
+// Copyright (c) 2011-2012 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<float, 2, bg::cs::cartesian> Point;
+ test_rtree_for_box<Point>(bgi::runtime::quadratic(4, 2));
+ return 0;
+}

Added: sandbox-branches/geometry/index/test/rtree/generated/rtree_b2f_rstar.cpp
==============================================================================
--- (empty file)
+++ sandbox-branches/geometry/index/test/rtree/generated/rtree_b2f_rstar.cpp 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
@@ -0,0 +1,20 @@
+// Boost.Geometry Index
+// Unit Test
+
+// Copyright (c) 2011-2012 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<float, 2, bg::cs::cartesian> Point;
+ test_rtree_for_box<Point>(bgi::rstar<4, 2>());
+ return 0;
+}

Added: sandbox-branches/geometry/index/test/rtree/generated/rtree_b2f_rstar_rt.cpp
==============================================================================
--- (empty file)
+++ sandbox-branches/geometry/index/test/rtree/generated/rtree_b2f_rstar_rt.cpp 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
@@ -0,0 +1,20 @@
+// Boost.Geometry Index
+// Unit Test
+
+// Copyright (c) 2011-2012 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<float, 2, bg::cs::cartesian> Point;
+ test_rtree_for_box<Point>(bgi::runtime::rstar(4, 2));
+ return 0;
+}

Added: sandbox-branches/geometry/index/test/rtree/generated/rtree_b2i_linear.cpp
==============================================================================
--- (empty file)
+++ sandbox-branches/geometry/index/test/rtree/generated/rtree_b2i_linear.cpp 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
@@ -0,0 +1,20 @@
+// Boost.Geometry Index
+// Unit Test
+
+// Copyright (c) 2011-2012 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<int, 2, bg::cs::cartesian> Point;
+ test_rtree_for_box<Point>(bgi::linear<4, 2>());
+ return 0;
+}

Added: sandbox-branches/geometry/index/test/rtree/generated/rtree_b2i_linear_rt.cpp
==============================================================================
--- (empty file)
+++ sandbox-branches/geometry/index/test/rtree/generated/rtree_b2i_linear_rt.cpp 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
@@ -0,0 +1,20 @@
+// Boost.Geometry Index
+// Unit Test
+
+// Copyright (c) 2011-2012 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<int, 2, bg::cs::cartesian> Point;
+ test_rtree_for_box<Point>(bgi::runtime::linear(4, 2));
+ return 0;
+}

Added: sandbox-branches/geometry/index/test/rtree/generated/rtree_b2i_quadratic.cpp
==============================================================================
--- (empty file)
+++ sandbox-branches/geometry/index/test/rtree/generated/rtree_b2i_quadratic.cpp 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
@@ -0,0 +1,20 @@
+// Boost.Geometry Index
+// Unit Test
+
+// Copyright (c) 2011-2012 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<int, 2, bg::cs::cartesian> Point;
+ test_rtree_for_box<Point>(bgi::quadratic<4, 2>());
+ return 0;
+}

Added: sandbox-branches/geometry/index/test/rtree/generated/rtree_b2i_quadratic_rt.cpp
==============================================================================
--- (empty file)
+++ sandbox-branches/geometry/index/test/rtree/generated/rtree_b2i_quadratic_rt.cpp 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
@@ -0,0 +1,20 @@
+// Boost.Geometry Index
+// Unit Test
+
+// Copyright (c) 2011-2012 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<int, 2, bg::cs::cartesian> Point;
+ test_rtree_for_box<Point>(bgi::runtime::quadratic(4, 2));
+ return 0;
+}

Added: sandbox-branches/geometry/index/test/rtree/generated/rtree_b2i_rstar.cpp
==============================================================================
--- (empty file)
+++ sandbox-branches/geometry/index/test/rtree/generated/rtree_b2i_rstar.cpp 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
@@ -0,0 +1,20 @@
+// Boost.Geometry Index
+// Unit Test
+
+// Copyright (c) 2011-2012 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<int, 2, bg::cs::cartesian> Point;
+ test_rtree_for_box<Point>(bgi::rstar<4, 2>());
+ return 0;
+}

Added: sandbox-branches/geometry/index/test/rtree/generated/rtree_b2i_rstar_rt.cpp
==============================================================================
--- (empty file)
+++ sandbox-branches/geometry/index/test/rtree/generated/rtree_b2i_rstar_rt.cpp 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
@@ -0,0 +1,20 @@
+// Boost.Geometry Index
+// Unit Test
+
+// Copyright (c) 2011-2012 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<int, 2, bg::cs::cartesian> Point;
+ test_rtree_for_box<Point>(bgi::runtime::rstar(4, 2));
+ return 0;
+}

Added: sandbox-branches/geometry/index/test/rtree/generated/rtree_b2tt_linear.cpp
==============================================================================
--- (empty file)
+++ sandbox-branches/geometry/index/test/rtree/generated/rtree_b2tt_linear.cpp 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
@@ -0,0 +1,22 @@
+// Boost.Geometry Index
+// Unit Test
+
+// Copyright (c) 2011-2012 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* [])
+{
+#ifdef HAVE_TTMATH
+ typedef bg::model::point<ttmath_big, 2, bg::cs::cartesian> Point;
+ test_rtree_for_box<Point>(bgi::linear<4, 2>());
+#endif
+ return 0;
+}

Added: sandbox-branches/geometry/index/test/rtree/generated/rtree_b2tt_linear_rt.cpp
==============================================================================
--- (empty file)
+++ sandbox-branches/geometry/index/test/rtree/generated/rtree_b2tt_linear_rt.cpp 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
@@ -0,0 +1,22 @@
+// Boost.Geometry Index
+// Unit Test
+
+// Copyright (c) 2011-2012 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* [])
+{
+#ifdef HAVE_TTMATH
+ typedef bg::model::point<ttmath_big, 2, bg::cs::cartesian> Point;
+ test_rtree_for_box<Point>(bgi::runtime::linear(4, 2));
+#endif
+ return 0;
+}

Added: sandbox-branches/geometry/index/test/rtree/generated/rtree_b2tt_quadratic.cpp
==============================================================================
--- (empty file)
+++ sandbox-branches/geometry/index/test/rtree/generated/rtree_b2tt_quadratic.cpp 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
@@ -0,0 +1,22 @@
+// Boost.Geometry Index
+// Unit Test
+
+// Copyright (c) 2011-2012 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* [])
+{
+#ifdef HAVE_TTMATH
+ typedef bg::model::point<ttmath_big, 2, bg::cs::cartesian> Point;
+ test_rtree_for_box<Point>(bgi::quadratic<4, 2>());
+#endif
+ return 0;
+}

Added: sandbox-branches/geometry/index/test/rtree/generated/rtree_b2tt_quadratic_rt.cpp
==============================================================================
--- (empty file)
+++ sandbox-branches/geometry/index/test/rtree/generated/rtree_b2tt_quadratic_rt.cpp 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
@@ -0,0 +1,22 @@
+// Boost.Geometry Index
+// Unit Test
+
+// Copyright (c) 2011-2012 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* [])
+{
+#ifdef HAVE_TTMATH
+ typedef bg::model::point<ttmath_big, 2, bg::cs::cartesian> Point;
+ test_rtree_for_box<Point>(bgi::runtime::quadratic(4, 2));
+#endif
+ return 0;
+}

Added: sandbox-branches/geometry/index/test/rtree/generated/rtree_b2tt_rstar.cpp
==============================================================================
--- (empty file)
+++ sandbox-branches/geometry/index/test/rtree/generated/rtree_b2tt_rstar.cpp 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
@@ -0,0 +1,22 @@
+// Boost.Geometry Index
+// Unit Test
+
+// Copyright (c) 2011-2012 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* [])
+{
+#ifdef HAVE_TTMATH
+ typedef bg::model::point<ttmath_big, 2, bg::cs::cartesian> Point;
+ test_rtree_for_box<Point>(bgi::rstar<4, 2>());
+#endif
+ return 0;
+}

Added: sandbox-branches/geometry/index/test/rtree/generated/rtree_b2tt_rstar_rt.cpp
==============================================================================
--- (empty file)
+++ sandbox-branches/geometry/index/test/rtree/generated/rtree_b2tt_rstar_rt.cpp 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
@@ -0,0 +1,22 @@
+// Boost.Geometry Index
+// Unit Test
+
+// Copyright (c) 2011-2012 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* [])
+{
+#ifdef HAVE_TTMATH
+ typedef bg::model::point<ttmath_big, 2, bg::cs::cartesian> Point;
+ test_rtree_for_box<Point>(bgi::runtime::rstar(4, 2));
+#endif
+ return 0;
+}

Added: sandbox-branches/geometry/index/test/rtree/generated/rtree_b3d_linear.cpp
==============================================================================
--- (empty file)
+++ sandbox-branches/geometry/index/test/rtree/generated/rtree_b3d_linear.cpp 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
@@ -0,0 +1,20 @@
+// Boost.Geometry Index
+// Unit Test
+
+// Copyright (c) 2011-2012 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, 3, bg::cs::cartesian> Point;
+ test_rtree_for_box<Point>(bgi::linear<4, 2>());
+ return 0;
+}

Added: sandbox-branches/geometry/index/test/rtree/generated/rtree_b3d_linear_rt.cpp
==============================================================================
--- (empty file)
+++ sandbox-branches/geometry/index/test/rtree/generated/rtree_b3d_linear_rt.cpp 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
@@ -0,0 +1,20 @@
+// Boost.Geometry Index
+// Unit Test
+
+// Copyright (c) 2011-2012 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, 3, bg::cs::cartesian> Point;
+ test_rtree_for_box<Point>(bgi::runtime::linear(4, 2));
+ return 0;
+}

Added: sandbox-branches/geometry/index/test/rtree/generated/rtree_b3d_quadratic.cpp
==============================================================================
--- (empty file)
+++ sandbox-branches/geometry/index/test/rtree/generated/rtree_b3d_quadratic.cpp 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
@@ -0,0 +1,20 @@
+// Boost.Geometry Index
+// Unit Test
+
+// Copyright (c) 2011-2012 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, 3, bg::cs::cartesian> Point;
+ test_rtree_for_box<Point>(bgi::quadratic<4, 2>());
+ return 0;
+}

Added: sandbox-branches/geometry/index/test/rtree/generated/rtree_b3d_quadratic_rt.cpp
==============================================================================
--- (empty file)
+++ sandbox-branches/geometry/index/test/rtree/generated/rtree_b3d_quadratic_rt.cpp 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
@@ -0,0 +1,20 @@
+// Boost.Geometry Index
+// Unit Test
+
+// Copyright (c) 2011-2012 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, 3, bg::cs::cartesian> Point;
+ test_rtree_for_box<Point>(bgi::runtime::quadratic(4, 2));
+ return 0;
+}

Added: sandbox-branches/geometry/index/test/rtree/generated/rtree_b3d_rstar.cpp
==============================================================================
--- (empty file)
+++ sandbox-branches/geometry/index/test/rtree/generated/rtree_b3d_rstar.cpp 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
@@ -0,0 +1,20 @@
+// Boost.Geometry Index
+// Unit Test
+
+// Copyright (c) 2011-2012 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, 3, bg::cs::cartesian> Point;
+ test_rtree_for_box<Point>(bgi::rstar<4, 2>());
+ return 0;
+}

Added: sandbox-branches/geometry/index/test/rtree/generated/rtree_b3d_rstar_rt.cpp
==============================================================================
--- (empty file)
+++ sandbox-branches/geometry/index/test/rtree/generated/rtree_b3d_rstar_rt.cpp 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
@@ -0,0 +1,20 @@
+// Boost.Geometry Index
+// Unit Test
+
+// Copyright (c) 2011-2012 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, 3, bg::cs::cartesian> Point;
+ test_rtree_for_box<Point>(bgi::runtime::rstar(4, 2));
+ return 0;
+}

Added: sandbox-branches/geometry/index/test/rtree/generated/rtree_b3f_linear.cpp
==============================================================================
--- (empty file)
+++ sandbox-branches/geometry/index/test/rtree/generated/rtree_b3f_linear.cpp 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
@@ -0,0 +1,20 @@
+// Boost.Geometry Index
+// Unit Test
+
+// Copyright (c) 2011-2012 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<float, 3, bg::cs::cartesian> Point;
+ test_rtree_for_box<Point>(bgi::linear<4, 2>());
+ return 0;
+}

Added: sandbox-branches/geometry/index/test/rtree/generated/rtree_b3f_linear_rt.cpp
==============================================================================
--- (empty file)
+++ sandbox-branches/geometry/index/test/rtree/generated/rtree_b3f_linear_rt.cpp 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
@@ -0,0 +1,20 @@
+// Boost.Geometry Index
+// Unit Test
+
+// Copyright (c) 2011-2012 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<float, 3, bg::cs::cartesian> Point;
+ test_rtree_for_box<Point>(bgi::runtime::linear(4, 2));
+ return 0;
+}

Added: sandbox-branches/geometry/index/test/rtree/generated/rtree_b3f_quadratic.cpp
==============================================================================
--- (empty file)
+++ sandbox-branches/geometry/index/test/rtree/generated/rtree_b3f_quadratic.cpp 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
@@ -0,0 +1,20 @@
+// Boost.Geometry Index
+// Unit Test
+
+// Copyright (c) 2011-2012 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<float, 3, bg::cs::cartesian> Point;
+ test_rtree_for_box<Point>(bgi::quadratic<4, 2>());
+ return 0;
+}

Added: sandbox-branches/geometry/index/test/rtree/generated/rtree_b3f_quadratic_rt.cpp
==============================================================================
--- (empty file)
+++ sandbox-branches/geometry/index/test/rtree/generated/rtree_b3f_quadratic_rt.cpp 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
@@ -0,0 +1,20 @@
+// Boost.Geometry Index
+// Unit Test
+
+// Copyright (c) 2011-2012 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<float, 3, bg::cs::cartesian> Point;
+ test_rtree_for_box<Point>(bgi::runtime::quadratic(4, 2));
+ return 0;
+}

Added: sandbox-branches/geometry/index/test/rtree/generated/rtree_b3f_rstar.cpp
==============================================================================
--- (empty file)
+++ sandbox-branches/geometry/index/test/rtree/generated/rtree_b3f_rstar.cpp 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
@@ -0,0 +1,20 @@
+// Boost.Geometry Index
+// Unit Test
+
+// Copyright (c) 2011-2012 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<float, 3, bg::cs::cartesian> Point;
+ test_rtree_for_box<Point>(bgi::rstar<4, 2>());
+ return 0;
+}

Added: sandbox-branches/geometry/index/test/rtree/generated/rtree_b3f_rstar_rt.cpp
==============================================================================
--- (empty file)
+++ sandbox-branches/geometry/index/test/rtree/generated/rtree_b3f_rstar_rt.cpp 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
@@ -0,0 +1,20 @@
+// Boost.Geometry Index
+// Unit Test
+
+// Copyright (c) 2011-2012 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<float, 3, bg::cs::cartesian> Point;
+ test_rtree_for_box<Point>(bgi::runtime::rstar(4, 2));
+ return 0;
+}

Added: sandbox-branches/geometry/index/test/rtree/generated/rtree_b3i_linear.cpp
==============================================================================
--- (empty file)
+++ sandbox-branches/geometry/index/test/rtree/generated/rtree_b3i_linear.cpp 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
@@ -0,0 +1,20 @@
+// Boost.Geometry Index
+// Unit Test
+
+// Copyright (c) 2011-2012 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<int, 3, bg::cs::cartesian> Point;
+ test_rtree_for_box<Point>(bgi::linear<4, 2>());
+ return 0;
+}

Added: sandbox-branches/geometry/index/test/rtree/generated/rtree_b3i_linear_rt.cpp
==============================================================================
--- (empty file)
+++ sandbox-branches/geometry/index/test/rtree/generated/rtree_b3i_linear_rt.cpp 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
@@ -0,0 +1,20 @@
+// Boost.Geometry Index
+// Unit Test
+
+// Copyright (c) 2011-2012 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<int, 3, bg::cs::cartesian> Point;
+ test_rtree_for_box<Point>(bgi::runtime::linear(4, 2));
+ return 0;
+}

Added: sandbox-branches/geometry/index/test/rtree/generated/rtree_b3i_quadratic.cpp
==============================================================================
--- (empty file)
+++ sandbox-branches/geometry/index/test/rtree/generated/rtree_b3i_quadratic.cpp 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
@@ -0,0 +1,20 @@
+// Boost.Geometry Index
+// Unit Test
+
+// Copyright (c) 2011-2012 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<int, 3, bg::cs::cartesian> Point;
+ test_rtree_for_box<Point>(bgi::quadratic<4, 2>());
+ return 0;
+}

Added: sandbox-branches/geometry/index/test/rtree/generated/rtree_b3i_quadratic_rt.cpp
==============================================================================
--- (empty file)
+++ sandbox-branches/geometry/index/test/rtree/generated/rtree_b3i_quadratic_rt.cpp 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
@@ -0,0 +1,20 @@
+// Boost.Geometry Index
+// Unit Test
+
+// Copyright (c) 2011-2012 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<int, 3, bg::cs::cartesian> Point;
+ test_rtree_for_box<Point>(bgi::runtime::quadratic(4, 2));
+ return 0;
+}

Added: sandbox-branches/geometry/index/test/rtree/generated/rtree_b3i_rstar.cpp
==============================================================================
--- (empty file)
+++ sandbox-branches/geometry/index/test/rtree/generated/rtree_b3i_rstar.cpp 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
@@ -0,0 +1,20 @@
+// Boost.Geometry Index
+// Unit Test
+
+// Copyright (c) 2011-2012 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<int, 3, bg::cs::cartesian> Point;
+ test_rtree_for_box<Point>(bgi::rstar<4, 2>());
+ return 0;
+}

Added: sandbox-branches/geometry/index/test/rtree/generated/rtree_b3i_rstar_rt.cpp
==============================================================================
--- (empty file)
+++ sandbox-branches/geometry/index/test/rtree/generated/rtree_b3i_rstar_rt.cpp 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
@@ -0,0 +1,20 @@
+// Boost.Geometry Index
+// Unit Test
+
+// Copyright (c) 2011-2012 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<int, 3, bg::cs::cartesian> Point;
+ test_rtree_for_box<Point>(bgi::runtime::rstar(4, 2));
+ return 0;
+}

Added: sandbox-branches/geometry/index/test/rtree/generated/rtree_b3tt_linear.cpp
==============================================================================
--- (empty file)
+++ sandbox-branches/geometry/index/test/rtree/generated/rtree_b3tt_linear.cpp 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
@@ -0,0 +1,22 @@
+// Boost.Geometry Index
+// Unit Test
+
+// Copyright (c) 2011-2012 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* [])
+{
+#ifdef HAVE_TTMATH
+ typedef bg::model::point<ttmath_big, 3, bg::cs::cartesian> Point;
+ test_rtree_for_box<Point>(bgi::linear<4, 2>());
+#endif
+ return 0;
+}

Added: sandbox-branches/geometry/index/test/rtree/generated/rtree_b3tt_linear_rt.cpp
==============================================================================
--- (empty file)
+++ sandbox-branches/geometry/index/test/rtree/generated/rtree_b3tt_linear_rt.cpp 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
@@ -0,0 +1,22 @@
+// Boost.Geometry Index
+// Unit Test
+
+// Copyright (c) 2011-2012 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* [])
+{
+#ifdef HAVE_TTMATH
+ typedef bg::model::point<ttmath_big, 3, bg::cs::cartesian> Point;
+ test_rtree_for_box<Point>(bgi::runtime::linear(4, 2));
+#endif
+ return 0;
+}

Added: sandbox-branches/geometry/index/test/rtree/generated/rtree_b3tt_quadratic.cpp
==============================================================================
--- (empty file)
+++ sandbox-branches/geometry/index/test/rtree/generated/rtree_b3tt_quadratic.cpp 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
@@ -0,0 +1,22 @@
+// Boost.Geometry Index
+// Unit Test
+
+// Copyright (c) 2011-2012 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* [])
+{
+#ifdef HAVE_TTMATH
+ typedef bg::model::point<ttmath_big, 3, bg::cs::cartesian> Point;
+ test_rtree_for_box<Point>(bgi::quadratic<4, 2>());
+#endif
+ return 0;
+}

Added: sandbox-branches/geometry/index/test/rtree/generated/rtree_b3tt_quadratic_rt.cpp
==============================================================================
--- (empty file)
+++ sandbox-branches/geometry/index/test/rtree/generated/rtree_b3tt_quadratic_rt.cpp 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
@@ -0,0 +1,22 @@
+// Boost.Geometry Index
+// Unit Test
+
+// Copyright (c) 2011-2012 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* [])
+{
+#ifdef HAVE_TTMATH
+ typedef bg::model::point<ttmath_big, 3, bg::cs::cartesian> Point;
+ test_rtree_for_box<Point>(bgi::runtime::quadratic(4, 2));
+#endif
+ return 0;
+}

Added: sandbox-branches/geometry/index/test/rtree/generated/rtree_b3tt_rstar.cpp
==============================================================================
--- (empty file)
+++ sandbox-branches/geometry/index/test/rtree/generated/rtree_b3tt_rstar.cpp 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
@@ -0,0 +1,22 @@
+// Boost.Geometry Index
+// Unit Test
+
+// Copyright (c) 2011-2012 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* [])
+{
+#ifdef HAVE_TTMATH
+ typedef bg::model::point<ttmath_big, 3, bg::cs::cartesian> Point;
+ test_rtree_for_box<Point>(bgi::rstar<4, 2>());
+#endif
+ return 0;
+}

Added: sandbox-branches/geometry/index/test/rtree/generated/rtree_b3tt_rstar_rt.cpp
==============================================================================
--- (empty file)
+++ sandbox-branches/geometry/index/test/rtree/generated/rtree_b3tt_rstar_rt.cpp 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
@@ -0,0 +1,22 @@
+// Boost.Geometry Index
+// Unit Test
+
+// Copyright (c) 2011-2012 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* [])
+{
+#ifdef HAVE_TTMATH
+ typedef bg::model::point<ttmath_big, 3, bg::cs::cartesian> Point;
+ test_rtree_for_box<Point>(bgi::runtime::rstar(4, 2));
+#endif
+ return 0;
+}

Added: sandbox-branches/geometry/index/test/rtree/generated/rtree_p2d_linear.cpp
==============================================================================
--- (empty file)
+++ sandbox-branches/geometry/index/test/rtree/generated/rtree_p2d_linear.cpp 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
@@ -0,0 +1,19 @@
+// Boost.Geometry Index
+// Unit Test
+
+// Copyright (c) 2011-2012 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>
+
+int test_main(int, char* [])
+{
+ typedef bg::model::point<double, 2, bg::cs::cartesian> Point;
+ test_rtree_for_point<Point>(bgi::linear<4, 2>());
+ return 0;
+}

Added: sandbox-branches/geometry/index/test/rtree/generated/rtree_p2d_linear_rt.cpp
==============================================================================
--- (empty file)
+++ sandbox-branches/geometry/index/test/rtree/generated/rtree_p2d_linear_rt.cpp 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
@@ -0,0 +1,19 @@
+// Boost.Geometry Index
+// Unit Test
+
+// Copyright (c) 2011-2012 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>
+
+int test_main(int, char* [])
+{
+ typedef bg::model::point<double, 2, bg::cs::cartesian> Point;
+ test_rtree_for_point<Point>(bgi::runtime::linear(4, 2));
+ return 0;
+}

Added: sandbox-branches/geometry/index/test/rtree/generated/rtree_p2d_quadratic.cpp
==============================================================================
--- (empty file)
+++ sandbox-branches/geometry/index/test/rtree/generated/rtree_p2d_quadratic.cpp 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
@@ -0,0 +1,19 @@
+// Boost.Geometry Index
+// Unit Test
+
+// Copyright (c) 2011-2012 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>
+
+int test_main(int, char* [])
+{
+ typedef bg::model::point<double, 2, bg::cs::cartesian> Point;
+ test_rtree_for_point<Point>(bgi::quadratic<4, 2>());
+ return 0;
+}

Added: sandbox-branches/geometry/index/test/rtree/generated/rtree_p2d_quadratic_rt.cpp
==============================================================================
--- (empty file)
+++ sandbox-branches/geometry/index/test/rtree/generated/rtree_p2d_quadratic_rt.cpp 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
@@ -0,0 +1,19 @@
+// Boost.Geometry Index
+// Unit Test
+
+// Copyright (c) 2011-2012 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>
+
+int test_main(int, char* [])
+{
+ typedef bg::model::point<double, 2, bg::cs::cartesian> Point;
+ test_rtree_for_point<Point>(bgi::runtime::quadratic(4, 2));
+ return 0;
+}

Added: sandbox-branches/geometry/index/test/rtree/generated/rtree_p2d_rstar.cpp
==============================================================================
--- (empty file)
+++ sandbox-branches/geometry/index/test/rtree/generated/rtree_p2d_rstar.cpp 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
@@ -0,0 +1,19 @@
+// Boost.Geometry Index
+// Unit Test
+
+// Copyright (c) 2011-2012 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>
+
+int test_main(int, char* [])
+{
+ typedef bg::model::point<double, 2, bg::cs::cartesian> Point;
+ test_rtree_for_point<Point>(bgi::rstar<4, 2>());
+ return 0;
+}

Added: sandbox-branches/geometry/index/test/rtree/generated/rtree_p2d_rstar_rt.cpp
==============================================================================
--- (empty file)
+++ sandbox-branches/geometry/index/test/rtree/generated/rtree_p2d_rstar_rt.cpp 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
@@ -0,0 +1,19 @@
+// Boost.Geometry Index
+// Unit Test
+
+// Copyright (c) 2011-2012 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>
+
+int test_main(int, char* [])
+{
+ typedef bg::model::point<double, 2, bg::cs::cartesian> Point;
+ test_rtree_for_point<Point>(bgi::runtime::rstar(4, 2));
+ return 0;
+}

Added: sandbox-branches/geometry/index/test/rtree/generated/rtree_p2f_linear.cpp
==============================================================================
--- (empty file)
+++ sandbox-branches/geometry/index/test/rtree/generated/rtree_p2f_linear.cpp 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
@@ -0,0 +1,19 @@
+// Boost.Geometry Index
+// Unit Test
+
+// Copyright (c) 2011-2012 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>
+
+int test_main(int, char* [])
+{
+ typedef bg::model::point<float, 2, bg::cs::cartesian> Point;
+ test_rtree_for_point<Point>(bgi::linear<4, 2>());
+ return 0;
+}

Added: sandbox-branches/geometry/index/test/rtree/generated/rtree_p2f_linear_rt.cpp
==============================================================================
--- (empty file)
+++ sandbox-branches/geometry/index/test/rtree/generated/rtree_p2f_linear_rt.cpp 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
@@ -0,0 +1,19 @@
+// Boost.Geometry Index
+// Unit Test
+
+// Copyright (c) 2011-2012 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>
+
+int test_main(int, char* [])
+{
+ typedef bg::model::point<float, 2, bg::cs::cartesian> Point;
+ test_rtree_for_point<Point>(bgi::runtime::linear(4, 2));
+ return 0;
+}

Added: sandbox-branches/geometry/index/test/rtree/generated/rtree_p2f_quadratic.cpp
==============================================================================
--- (empty file)
+++ sandbox-branches/geometry/index/test/rtree/generated/rtree_p2f_quadratic.cpp 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
@@ -0,0 +1,19 @@
+// Boost.Geometry Index
+// Unit Test
+
+// Copyright (c) 2011-2012 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>
+
+int test_main(int, char* [])
+{
+ typedef bg::model::point<float, 2, bg::cs::cartesian> Point;
+ test_rtree_for_point<Point>(bgi::quadratic<4, 2>());
+ return 0;
+}

Added: sandbox-branches/geometry/index/test/rtree/generated/rtree_p2f_quadratic_rt.cpp
==============================================================================
--- (empty file)
+++ sandbox-branches/geometry/index/test/rtree/generated/rtree_p2f_quadratic_rt.cpp 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
@@ -0,0 +1,19 @@
+// Boost.Geometry Index
+// Unit Test
+
+// Copyright (c) 2011-2012 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>
+
+int test_main(int, char* [])
+{
+ typedef bg::model::point<float, 2, bg::cs::cartesian> Point;
+ test_rtree_for_point<Point>(bgi::runtime::quadratic(4, 2));
+ return 0;
+}

Added: sandbox-branches/geometry/index/test/rtree/generated/rtree_p2f_rstar.cpp
==============================================================================
--- (empty file)
+++ sandbox-branches/geometry/index/test/rtree/generated/rtree_p2f_rstar.cpp 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
@@ -0,0 +1,19 @@
+// Boost.Geometry Index
+// Unit Test
+
+// Copyright (c) 2011-2012 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>
+
+int test_main(int, char* [])
+{
+ typedef bg::model::point<float, 2, bg::cs::cartesian> Point;
+ test_rtree_for_point<Point>(bgi::rstar<4, 2>());
+ return 0;
+}

Added: sandbox-branches/geometry/index/test/rtree/generated/rtree_p2f_rstar_rt.cpp
==============================================================================
--- (empty file)
+++ sandbox-branches/geometry/index/test/rtree/generated/rtree_p2f_rstar_rt.cpp 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
@@ -0,0 +1,19 @@
+// Boost.Geometry Index
+// Unit Test
+
+// Copyright (c) 2011-2012 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>
+
+int test_main(int, char* [])
+{
+ typedef bg::model::point<float, 2, bg::cs::cartesian> Point;
+ test_rtree_for_point<Point>(bgi::runtime::rstar(4, 2));
+ return 0;
+}

Added: sandbox-branches/geometry/index/test/rtree/generated/rtree_p2i_linear.cpp
==============================================================================
--- (empty file)
+++ sandbox-branches/geometry/index/test/rtree/generated/rtree_p2i_linear.cpp 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
@@ -0,0 +1,19 @@
+// Boost.Geometry Index
+// Unit Test
+
+// Copyright (c) 2011-2012 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>
+
+int test_main(int, char* [])
+{
+ typedef bg::model::point<int, 2, bg::cs::cartesian> Point;
+ test_rtree_for_point<Point>(bgi::linear<4, 2>());
+ return 0;
+}

Added: sandbox-branches/geometry/index/test/rtree/generated/rtree_p2i_linear_rt.cpp
==============================================================================
--- (empty file)
+++ sandbox-branches/geometry/index/test/rtree/generated/rtree_p2i_linear_rt.cpp 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
@@ -0,0 +1,19 @@
+// Boost.Geometry Index
+// Unit Test
+
+// Copyright (c) 2011-2012 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>
+
+int test_main(int, char* [])
+{
+ typedef bg::model::point<int, 2, bg::cs::cartesian> Point;
+ test_rtree_for_point<Point>(bgi::runtime::linear(4, 2));
+ return 0;
+}

Added: sandbox-branches/geometry/index/test/rtree/generated/rtree_p2i_quadratic.cpp
==============================================================================
--- (empty file)
+++ sandbox-branches/geometry/index/test/rtree/generated/rtree_p2i_quadratic.cpp 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
@@ -0,0 +1,19 @@
+// Boost.Geometry Index
+// Unit Test
+
+// Copyright (c) 2011-2012 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>
+
+int test_main(int, char* [])
+{
+ typedef bg::model::point<int, 2, bg::cs::cartesian> Point;
+ test_rtree_for_point<Point>(bgi::quadratic<4, 2>());
+ return 0;
+}

Added: sandbox-branches/geometry/index/test/rtree/generated/rtree_p2i_quadratic_rt.cpp
==============================================================================
--- (empty file)
+++ sandbox-branches/geometry/index/test/rtree/generated/rtree_p2i_quadratic_rt.cpp 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
@@ -0,0 +1,19 @@
+// Boost.Geometry Index
+// Unit Test
+
+// Copyright (c) 2011-2012 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>
+
+int test_main(int, char* [])
+{
+ typedef bg::model::point<int, 2, bg::cs::cartesian> Point;
+ test_rtree_for_point<Point>(bgi::runtime::quadratic(4, 2));
+ return 0;
+}

Added: sandbox-branches/geometry/index/test/rtree/generated/rtree_p2i_rstar.cpp
==============================================================================
--- (empty file)
+++ sandbox-branches/geometry/index/test/rtree/generated/rtree_p2i_rstar.cpp 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
@@ -0,0 +1,19 @@
+// Boost.Geometry Index
+// Unit Test
+
+// Copyright (c) 2011-2012 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>
+
+int test_main(int, char* [])
+{
+ typedef bg::model::point<int, 2, bg::cs::cartesian> Point;
+ test_rtree_for_point<Point>(bgi::rstar<4, 2>());
+ return 0;
+}

Added: sandbox-branches/geometry/index/test/rtree/generated/rtree_p2i_rstar_rt.cpp
==============================================================================
--- (empty file)
+++ sandbox-branches/geometry/index/test/rtree/generated/rtree_p2i_rstar_rt.cpp 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
@@ -0,0 +1,19 @@
+// Boost.Geometry Index
+// Unit Test
+
+// Copyright (c) 2011-2012 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>
+
+int test_main(int, char* [])
+{
+ typedef bg::model::point<int, 2, bg::cs::cartesian> Point;
+ test_rtree_for_point<Point>(bgi::runtime::rstar(4, 2));
+ return 0;
+}

Added: sandbox-branches/geometry/index/test/rtree/generated/rtree_p2tt_linear.cpp
==============================================================================
--- (empty file)
+++ sandbox-branches/geometry/index/test/rtree/generated/rtree_p2tt_linear.cpp 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
@@ -0,0 +1,21 @@
+// Boost.Geometry Index
+// Unit Test
+
+// Copyright (c) 2011-2012 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>
+
+int test_main(int, char* [])
+{
+#ifdef HAVE_TTMATH
+ typedef bg::model::point<ttmath_big, 2, bg::cs::cartesian> Point;
+ test_rtree_for_point<Point>(bgi::linear<4, 2>());
+#endif
+ return 0;
+}

Added: sandbox-branches/geometry/index/test/rtree/generated/rtree_p2tt_linear_rt.cpp
==============================================================================
--- (empty file)
+++ sandbox-branches/geometry/index/test/rtree/generated/rtree_p2tt_linear_rt.cpp 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
@@ -0,0 +1,21 @@
+// Boost.Geometry Index
+// Unit Test
+
+// Copyright (c) 2011-2012 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>
+
+int test_main(int, char* [])
+{
+#ifdef HAVE_TTMATH
+ typedef bg::model::point<ttmath_big, 2, bg::cs::cartesian> Point;
+ test_rtree_for_point<Point>(bgi::runtime::linear(4, 2));
+#endif
+ return 0;
+}

Added: sandbox-branches/geometry/index/test/rtree/generated/rtree_p2tt_quadratic.cpp
==============================================================================
--- (empty file)
+++ sandbox-branches/geometry/index/test/rtree/generated/rtree_p2tt_quadratic.cpp 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
@@ -0,0 +1,21 @@
+// Boost.Geometry Index
+// Unit Test
+
+// Copyright (c) 2011-2012 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>
+
+int test_main(int, char* [])
+{
+#ifdef HAVE_TTMATH
+ typedef bg::model::point<ttmath_big, 2, bg::cs::cartesian> Point;
+ test_rtree_for_point<Point>(bgi::quadratic<4, 2>());
+#endif
+ return 0;
+}

Added: sandbox-branches/geometry/index/test/rtree/generated/rtree_p2tt_quadratic_rt.cpp
==============================================================================
--- (empty file)
+++ sandbox-branches/geometry/index/test/rtree/generated/rtree_p2tt_quadratic_rt.cpp 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
@@ -0,0 +1,21 @@
+// Boost.Geometry Index
+// Unit Test
+
+// Copyright (c) 2011-2012 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>
+
+int test_main(int, char* [])
+{
+#ifdef HAVE_TTMATH
+ typedef bg::model::point<ttmath_big, 2, bg::cs::cartesian> Point;
+ test_rtree_for_point<Point>(bgi::runtime::quadratic(4, 2));
+#endif
+ return 0;
+}

Added: sandbox-branches/geometry/index/test/rtree/generated/rtree_p2tt_rstar.cpp
==============================================================================
--- (empty file)
+++ sandbox-branches/geometry/index/test/rtree/generated/rtree_p2tt_rstar.cpp 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
@@ -0,0 +1,21 @@
+// Boost.Geometry Index
+// Unit Test
+
+// Copyright (c) 2011-2012 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>
+
+int test_main(int, char* [])
+{
+#ifdef HAVE_TTMATH
+ typedef bg::model::point<ttmath_big, 2, bg::cs::cartesian> Point;
+ test_rtree_for_point<Point>(bgi::rstar<4, 2>());
+#endif
+ return 0;
+}

Added: sandbox-branches/geometry/index/test/rtree/generated/rtree_p2tt_rstar_rt.cpp
==============================================================================
--- (empty file)
+++ sandbox-branches/geometry/index/test/rtree/generated/rtree_p2tt_rstar_rt.cpp 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
@@ -0,0 +1,21 @@
+// Boost.Geometry Index
+// Unit Test
+
+// Copyright (c) 2011-2012 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>
+
+int test_main(int, char* [])
+{
+#ifdef HAVE_TTMATH
+ typedef bg::model::point<ttmath_big, 2, bg::cs::cartesian> Point;
+ test_rtree_for_point<Point>(bgi::runtime::rstar(4, 2));
+#endif
+ return 0;
+}

Added: sandbox-branches/geometry/index/test/rtree/generated/rtree_p3d_linear.cpp
==============================================================================
--- (empty file)
+++ sandbox-branches/geometry/index/test/rtree/generated/rtree_p3d_linear.cpp 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
@@ -0,0 +1,19 @@
+// Boost.Geometry Index
+// Unit Test
+
+// Copyright (c) 2011-2012 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>
+
+int test_main(int, char* [])
+{
+ typedef bg::model::point<double, 3, bg::cs::cartesian> Point;
+ test_rtree_for_point<Point>(bgi::linear<4, 2>());
+ return 0;
+}

Added: sandbox-branches/geometry/index/test/rtree/generated/rtree_p3d_linear_rt.cpp
==============================================================================
--- (empty file)
+++ sandbox-branches/geometry/index/test/rtree/generated/rtree_p3d_linear_rt.cpp 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
@@ -0,0 +1,19 @@
+// Boost.Geometry Index
+// Unit Test
+
+// Copyright (c) 2011-2012 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>
+
+int test_main(int, char* [])
+{
+ typedef bg::model::point<double, 3, bg::cs::cartesian> Point;
+ test_rtree_for_point<Point>(bgi::runtime::linear(4, 2));
+ return 0;
+}

Added: sandbox-branches/geometry/index/test/rtree/generated/rtree_p3d_quadratic.cpp
==============================================================================
--- (empty file)
+++ sandbox-branches/geometry/index/test/rtree/generated/rtree_p3d_quadratic.cpp 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
@@ -0,0 +1,19 @@
+// Boost.Geometry Index
+// Unit Test
+
+// Copyright (c) 2011-2012 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>
+
+int test_main(int, char* [])
+{
+ typedef bg::model::point<double, 3, bg::cs::cartesian> Point;
+ test_rtree_for_point<Point>(bgi::quadratic<4, 2>());
+ return 0;
+}

Added: sandbox-branches/geometry/index/test/rtree/generated/rtree_p3d_quadratic_rt.cpp
==============================================================================
--- (empty file)
+++ sandbox-branches/geometry/index/test/rtree/generated/rtree_p3d_quadratic_rt.cpp 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
@@ -0,0 +1,19 @@
+// Boost.Geometry Index
+// Unit Test
+
+// Copyright (c) 2011-2012 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>
+
+int test_main(int, char* [])
+{
+ typedef bg::model::point<double, 3, bg::cs::cartesian> Point;
+ test_rtree_for_point<Point>(bgi::runtime::quadratic(4, 2));
+ return 0;
+}

Added: sandbox-branches/geometry/index/test/rtree/generated/rtree_p3d_rstar.cpp
==============================================================================
--- (empty file)
+++ sandbox-branches/geometry/index/test/rtree/generated/rtree_p3d_rstar.cpp 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
@@ -0,0 +1,19 @@
+// Boost.Geometry Index
+// Unit Test
+
+// Copyright (c) 2011-2012 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>
+
+int test_main(int, char* [])
+{
+ typedef bg::model::point<double, 3, bg::cs::cartesian> Point;
+ test_rtree_for_point<Point>(bgi::rstar<4, 2>());
+ return 0;
+}

Added: sandbox-branches/geometry/index/test/rtree/generated/rtree_p3d_rstar_rt.cpp
==============================================================================
--- (empty file)
+++ sandbox-branches/geometry/index/test/rtree/generated/rtree_p3d_rstar_rt.cpp 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
@@ -0,0 +1,19 @@
+// Boost.Geometry Index
+// Unit Test
+
+// Copyright (c) 2011-2012 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>
+
+int test_main(int, char* [])
+{
+ typedef bg::model::point<double, 3, bg::cs::cartesian> Point;
+ test_rtree_for_point<Point>(bgi::runtime::rstar(4, 2));
+ return 0;
+}

Added: sandbox-branches/geometry/index/test/rtree/generated/rtree_p3f_linear.cpp
==============================================================================
--- (empty file)
+++ sandbox-branches/geometry/index/test/rtree/generated/rtree_p3f_linear.cpp 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
@@ -0,0 +1,19 @@
+// Boost.Geometry Index
+// Unit Test
+
+// Copyright (c) 2011-2012 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>
+
+int test_main(int, char* [])
+{
+ typedef bg::model::point<float, 3, bg::cs::cartesian> Point;
+ test_rtree_for_point<Point>(bgi::linear<4, 2>());
+ return 0;
+}

Added: sandbox-branches/geometry/index/test/rtree/generated/rtree_p3f_linear_rt.cpp
==============================================================================
--- (empty file)
+++ sandbox-branches/geometry/index/test/rtree/generated/rtree_p3f_linear_rt.cpp 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
@@ -0,0 +1,19 @@
+// Boost.Geometry Index
+// Unit Test
+
+// Copyright (c) 2011-2012 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>
+
+int test_main(int, char* [])
+{
+ typedef bg::model::point<float, 3, bg::cs::cartesian> Point;
+ test_rtree_for_point<Point>(bgi::runtime::linear(4, 2));
+ return 0;
+}

Added: sandbox-branches/geometry/index/test/rtree/generated/rtree_p3f_quadratic.cpp
==============================================================================
--- (empty file)
+++ sandbox-branches/geometry/index/test/rtree/generated/rtree_p3f_quadratic.cpp 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
@@ -0,0 +1,19 @@
+// Boost.Geometry Index
+// Unit Test
+
+// Copyright (c) 2011-2012 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>
+
+int test_main(int, char* [])
+{
+ typedef bg::model::point<float, 3, bg::cs::cartesian> Point;
+ test_rtree_for_point<Point>(bgi::quadratic<4, 2>());
+ return 0;
+}

Added: sandbox-branches/geometry/index/test/rtree/generated/rtree_p3f_quadratic_rt.cpp
==============================================================================
--- (empty file)
+++ sandbox-branches/geometry/index/test/rtree/generated/rtree_p3f_quadratic_rt.cpp 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
@@ -0,0 +1,19 @@
+// Boost.Geometry Index
+// Unit Test
+
+// Copyright (c) 2011-2012 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>
+
+int test_main(int, char* [])
+{
+ typedef bg::model::point<float, 3, bg::cs::cartesian> Point;
+ test_rtree_for_point<Point>(bgi::runtime::quadratic(4, 2));
+ return 0;
+}

Added: sandbox-branches/geometry/index/test/rtree/generated/rtree_p3f_rstar.cpp
==============================================================================
--- (empty file)
+++ sandbox-branches/geometry/index/test/rtree/generated/rtree_p3f_rstar.cpp 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
@@ -0,0 +1,19 @@
+// Boost.Geometry Index
+// Unit Test
+
+// Copyright (c) 2011-2012 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>
+
+int test_main(int, char* [])
+{
+ typedef bg::model::point<float, 3, bg::cs::cartesian> Point;
+ test_rtree_for_point<Point>(bgi::rstar<4, 2>());
+ return 0;
+}

Added: sandbox-branches/geometry/index/test/rtree/generated/rtree_p3f_rstar_rt.cpp
==============================================================================
--- (empty file)
+++ sandbox-branches/geometry/index/test/rtree/generated/rtree_p3f_rstar_rt.cpp 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
@@ -0,0 +1,19 @@
+// Boost.Geometry Index
+// Unit Test
+
+// Copyright (c) 2011-2012 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>
+
+int test_main(int, char* [])
+{
+ typedef bg::model::point<float, 3, bg::cs::cartesian> Point;
+ test_rtree_for_point<Point>(bgi::runtime::rstar(4, 2));
+ return 0;
+}

Added: sandbox-branches/geometry/index/test/rtree/generated/rtree_p3i_linear.cpp
==============================================================================
--- (empty file)
+++ sandbox-branches/geometry/index/test/rtree/generated/rtree_p3i_linear.cpp 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
@@ -0,0 +1,19 @@
+// Boost.Geometry Index
+// Unit Test
+
+// Copyright (c) 2011-2012 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>
+
+int test_main(int, char* [])
+{
+ typedef bg::model::point<int, 3, bg::cs::cartesian> Point;
+ test_rtree_for_point<Point>(bgi::linear<4, 2>());
+ return 0;
+}

Added: sandbox-branches/geometry/index/test/rtree/generated/rtree_p3i_linear_rt.cpp
==============================================================================
--- (empty file)
+++ sandbox-branches/geometry/index/test/rtree/generated/rtree_p3i_linear_rt.cpp 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
@@ -0,0 +1,19 @@
+// Boost.Geometry Index
+// Unit Test
+
+// Copyright (c) 2011-2012 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>
+
+int test_main(int, char* [])
+{
+ typedef bg::model::point<int, 3, bg::cs::cartesian> Point;
+ test_rtree_for_point<Point>(bgi::runtime::linear(4, 2));
+ return 0;
+}

Added: sandbox-branches/geometry/index/test/rtree/generated/rtree_p3i_quadratic.cpp
==============================================================================
--- (empty file)
+++ sandbox-branches/geometry/index/test/rtree/generated/rtree_p3i_quadratic.cpp 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
@@ -0,0 +1,19 @@
+// Boost.Geometry Index
+// Unit Test
+
+// Copyright (c) 2011-2012 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>
+
+int test_main(int, char* [])
+{
+ typedef bg::model::point<int, 3, bg::cs::cartesian> Point;
+ test_rtree_for_point<Point>(bgi::quadratic<4, 2>());
+ return 0;
+}

Added: sandbox-branches/geometry/index/test/rtree/generated/rtree_p3i_quadratic_rt.cpp
==============================================================================
--- (empty file)
+++ sandbox-branches/geometry/index/test/rtree/generated/rtree_p3i_quadratic_rt.cpp 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
@@ -0,0 +1,19 @@
+// Boost.Geometry Index
+// Unit Test
+
+// Copyright (c) 2011-2012 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>
+
+int test_main(int, char* [])
+{
+ typedef bg::model::point<int, 3, bg::cs::cartesian> Point;
+ test_rtree_for_point<Point>(bgi::runtime::quadratic(4, 2));
+ return 0;
+}

Added: sandbox-branches/geometry/index/test/rtree/generated/rtree_p3i_rstar.cpp
==============================================================================
--- (empty file)
+++ sandbox-branches/geometry/index/test/rtree/generated/rtree_p3i_rstar.cpp 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
@@ -0,0 +1,19 @@
+// Boost.Geometry Index
+// Unit Test
+
+// Copyright (c) 2011-2012 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>
+
+int test_main(int, char* [])
+{
+ typedef bg::model::point<int, 3, bg::cs::cartesian> Point;
+ test_rtree_for_point<Point>(bgi::rstar<4, 2>());
+ return 0;
+}

Added: sandbox-branches/geometry/index/test/rtree/generated/rtree_p3i_rstar_rt.cpp
==============================================================================
--- (empty file)
+++ sandbox-branches/geometry/index/test/rtree/generated/rtree_p3i_rstar_rt.cpp 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
@@ -0,0 +1,19 @@
+// Boost.Geometry Index
+// Unit Test
+
+// Copyright (c) 2011-2012 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>
+
+int test_main(int, char* [])
+{
+ typedef bg::model::point<int, 3, bg::cs::cartesian> Point;
+ test_rtree_for_point<Point>(bgi::runtime::rstar(4, 2));
+ return 0;
+}

Added: sandbox-branches/geometry/index/test/rtree/generated/rtree_p3tt_linear.cpp
==============================================================================
--- (empty file)
+++ sandbox-branches/geometry/index/test/rtree/generated/rtree_p3tt_linear.cpp 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
@@ -0,0 +1,21 @@
+// Boost.Geometry Index
+// Unit Test
+
+// Copyright (c) 2011-2012 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>
+
+int test_main(int, char* [])
+{
+#ifdef HAVE_TTMATH
+ typedef bg::model::point<ttmath_big, 3, bg::cs::cartesian> Point;
+ test_rtree_for_point<Point>(bgi::linear<4, 2>());
+#endif
+ return 0;
+}

Added: sandbox-branches/geometry/index/test/rtree/generated/rtree_p3tt_linear_rt.cpp
==============================================================================
--- (empty file)
+++ sandbox-branches/geometry/index/test/rtree/generated/rtree_p3tt_linear_rt.cpp 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
@@ -0,0 +1,21 @@
+// Boost.Geometry Index
+// Unit Test
+
+// Copyright (c) 2011-2012 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>
+
+int test_main(int, char* [])
+{
+#ifdef HAVE_TTMATH
+ typedef bg::model::point<ttmath_big, 3, bg::cs::cartesian> Point;
+ test_rtree_for_point<Point>(bgi::runtime::linear(4, 2));
+#endif
+ return 0;
+}

Added: sandbox-branches/geometry/index/test/rtree/generated/rtree_p3tt_quadratic.cpp
==============================================================================
--- (empty file)
+++ sandbox-branches/geometry/index/test/rtree/generated/rtree_p3tt_quadratic.cpp 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
@@ -0,0 +1,21 @@
+// Boost.Geometry Index
+// Unit Test
+
+// Copyright (c) 2011-2012 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>
+
+int test_main(int, char* [])
+{
+#ifdef HAVE_TTMATH
+ typedef bg::model::point<ttmath_big, 3, bg::cs::cartesian> Point;
+ test_rtree_for_point<Point>(bgi::quadratic<4, 2>());
+#endif
+ return 0;
+}

Added: sandbox-branches/geometry/index/test/rtree/generated/rtree_p3tt_quadratic_rt.cpp
==============================================================================
--- (empty file)
+++ sandbox-branches/geometry/index/test/rtree/generated/rtree_p3tt_quadratic_rt.cpp 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
@@ -0,0 +1,21 @@
+// Boost.Geometry Index
+// Unit Test
+
+// Copyright (c) 2011-2012 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>
+
+int test_main(int, char* [])
+{
+#ifdef HAVE_TTMATH
+ typedef bg::model::point<ttmath_big, 3, bg::cs::cartesian> Point;
+ test_rtree_for_point<Point>(bgi::runtime::quadratic(4, 2));
+#endif
+ return 0;
+}

Added: sandbox-branches/geometry/index/test/rtree/generated/rtree_p3tt_rstar.cpp
==============================================================================
--- (empty file)
+++ sandbox-branches/geometry/index/test/rtree/generated/rtree_p3tt_rstar.cpp 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
@@ -0,0 +1,21 @@
+// Boost.Geometry Index
+// Unit Test
+
+// Copyright (c) 2011-2012 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>
+
+int test_main(int, char* [])
+{
+#ifdef HAVE_TTMATH
+ typedef bg::model::point<ttmath_big, 3, bg::cs::cartesian> Point;
+ test_rtree_for_point<Point>(bgi::rstar<4, 2>());
+#endif
+ return 0;
+}

Added: sandbox-branches/geometry/index/test/rtree/generated/rtree_p3tt_rstar_rt.cpp
==============================================================================
--- (empty file)
+++ sandbox-branches/geometry/index/test/rtree/generated/rtree_p3tt_rstar_rt.cpp 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
@@ -0,0 +1,21 @@
+// Boost.Geometry Index
+// Unit Test
+
+// Copyright (c) 2011-2012 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>
+
+int test_main(int, char* [])
+{
+#ifdef HAVE_TTMATH
+ typedef bg::model::point<ttmath_big, 3, bg::cs::cartesian> Point;
+ test_rtree_for_point<Point>(bgi::runtime::rstar(4, 2));
+#endif
+ return 0;
+}

Deleted: sandbox-branches/geometry/index/test/rtree/rtree2d_linear_d.cpp
==============================================================================
--- sandbox-branches/geometry/index/test/rtree/rtree2d_linear_d.cpp 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
+++ (empty file)
@@ -1,23 +0,0 @@
-// Boost.Geometry Index
-// Unit Test
-
-// Copyright (c) 2011-2012 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_xy.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> P2dc;
-
- test_rtree<P2dc, bgi::linear<4, 2> >();
-
- return 0;
-}

Deleted: sandbox-branches/geometry/index/test/rtree/rtree2d_linear_d_rt.cpp
==============================================================================
--- sandbox-branches/geometry/index/test/rtree/rtree2d_linear_d_rt.cpp 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
+++ (empty file)
@@ -1,23 +0,0 @@
-// Boost.Geometry Index
-// Unit Test
-
-// Copyright (c) 2011-2012 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_xy.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> P2dc;
-
- test_rtree<P2dc>(bgi::runtime::linear(4, 2));
-
- return 0;
-}

Deleted: sandbox-branches/geometry/index/test/rtree/rtree2d_linear_f.cpp
==============================================================================
--- sandbox-branches/geometry/index/test/rtree/rtree2d_linear_f.cpp 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
+++ (empty file)
@@ -1,23 +0,0 @@
-// Boost.Geometry Index
-// Unit Test
-
-// Copyright (c) 2011-2012 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_xy.hpp>
-#include <boost/geometry/geometries/point.hpp>
-#include <boost/geometry/geometries/box.hpp>
-
-int test_main(int, char* [])
-{
- typedef bg::model::point<float, 2, bg::cs::cartesian> P2fc;
-
- test_rtree<P2fc, bgi::linear<4, 2> >();
-
- return 0;
-}

Deleted: sandbox-branches/geometry/index/test/rtree/rtree2d_linear_f_rt.cpp
==============================================================================
--- sandbox-branches/geometry/index/test/rtree/rtree2d_linear_f_rt.cpp 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
+++ (empty file)
@@ -1,23 +0,0 @@
-// Boost.Geometry Index
-// Unit Test
-
-// Copyright (c) 2011-2012 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_xy.hpp>
-#include <boost/geometry/geometries/point.hpp>
-#include <boost/geometry/geometries/box.hpp>
-
-int test_main(int, char* [])
-{
- typedef bg::model::point<float, 2, bg::cs::cartesian> P2fc;
-
- test_rtree<P2fc>(bgi::runtime::linear(4, 2));
-
- return 0;
-}

Deleted: sandbox-branches/geometry/index/test/rtree/rtree2d_linear_i.cpp
==============================================================================
--- sandbox-branches/geometry/index/test/rtree/rtree2d_linear_i.cpp 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
+++ (empty file)
@@ -1,23 +0,0 @@
-// Boost.Geometry Index
-// Unit Test
-
-// Copyright (c) 2011-2012 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_xy.hpp>
-#include <boost/geometry/geometries/point.hpp>
-#include <boost/geometry/geometries/box.hpp>
-
-int test_main(int, char* [])
-{
- typedef bg::model::point<int, 2, bg::cs::cartesian> P2ic;
-
- test_rtree<P2ic, bgi::linear<4, 2> >();
-
- return 0;
-}

Deleted: sandbox-branches/geometry/index/test/rtree/rtree2d_linear_i_rt.cpp
==============================================================================
--- sandbox-branches/geometry/index/test/rtree/rtree2d_linear_i_rt.cpp 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
+++ (empty file)
@@ -1,23 +0,0 @@
-// Boost.Geometry Index
-// Unit Test
-
-// Copyright (c) 2011-2012 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_xy.hpp>
-#include <boost/geometry/geometries/point.hpp>
-#include <boost/geometry/geometries/box.hpp>
-
-int test_main(int, char* [])
-{
- typedef bg::model::point<int, 2, bg::cs::cartesian> P2ic;
-
- test_rtree<P2ic>(bgi::runtime::linear(4, 2));
-
- return 0;
-}

Deleted: sandbox-branches/geometry/index/test/rtree/rtree2d_linear_tt.cpp
==============================================================================
--- sandbox-branches/geometry/index/test/rtree/rtree2d_linear_tt.cpp 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
+++ (empty file)
@@ -1,27 +0,0 @@
-// Boost.Geometry Index
-// Unit Test
-
-// Copyright (c) 2011-2012 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_xy.hpp>
-#include <boost/geometry/geometries/point.hpp>
-#include <boost/geometry/geometries/box.hpp>
-
-int test_main(int, char* [])
-{
-
-#ifdef HAVE_TTMATH
- typedef bg::model::point<ttmath_big, 2, bg::cs::cartesian> P2ttmc;
-
- test_rtree<P2ttmc, bgi::linear<4, 2> >();
-
-#endif
-
- return 0;
-}

Deleted: sandbox-branches/geometry/index/test/rtree/rtree2d_linear_tt_rt.cpp
==============================================================================
--- sandbox-branches/geometry/index/test/rtree/rtree2d_linear_tt_rt.cpp 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
+++ (empty file)
@@ -1,27 +0,0 @@
-// Boost.Geometry Index
-// Unit Test
-
-// Copyright (c) 2011-2012 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_xy.hpp>
-#include <boost/geometry/geometries/point.hpp>
-#include <boost/geometry/geometries/box.hpp>
-
-int test_main(int, char* [])
-{
-
-#ifdef HAVE_TTMATH
- typedef bg::model::point<ttmath_big, 2, bg::cs::cartesian> P2ttmc;
-
- test_rtree<P2ttmc>(bgi::runtime::linear(4, 2));
-
-#endif
-
- return 0;
-}

Deleted: sandbox-branches/geometry/index/test/rtree/rtree2d_quadratic_d.cpp
==============================================================================
--- sandbox-branches/geometry/index/test/rtree/rtree2d_quadratic_d.cpp 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
+++ (empty file)
@@ -1,23 +0,0 @@
-// Boost.Geometry Index
-// Unit Test
-
-// Copyright (c) 2011-2012 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_xy.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> P2dc;
-
- test_rtree<P2dc, bgi::quadratic<4, 2> >();
-
- return 0;
-}

Deleted: sandbox-branches/geometry/index/test/rtree/rtree2d_quadratic_d_rt.cpp
==============================================================================
--- sandbox-branches/geometry/index/test/rtree/rtree2d_quadratic_d_rt.cpp 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
+++ (empty file)
@@ -1,23 +0,0 @@
-// Boost.Geometry Index
-// Unit Test
-
-// Copyright (c) 2011-2012 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_xy.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> P2dc;
-
- test_rtree<P2dc>(bgi::runtime::quadratic(4, 2));
-
- return 0;
-}

Deleted: sandbox-branches/geometry/index/test/rtree/rtree2d_quadratic_f.cpp
==============================================================================
--- sandbox-branches/geometry/index/test/rtree/rtree2d_quadratic_f.cpp 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
+++ (empty file)
@@ -1,23 +0,0 @@
-// Boost.Geometry Index
-// Unit Test
-
-// Copyright (c) 2011-2012 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_xy.hpp>
-#include <boost/geometry/geometries/point.hpp>
-#include <boost/geometry/geometries/box.hpp>
-
-int test_main(int, char* [])
-{
- typedef bg::model::point<float, 2, bg::cs::cartesian> P2fc;
-
- test_rtree<P2fc, bgi::quadratic<4, 2> >();
-
- return 0;
-}

Deleted: sandbox-branches/geometry/index/test/rtree/rtree2d_quadratic_f_rt.cpp
==============================================================================
--- sandbox-branches/geometry/index/test/rtree/rtree2d_quadratic_f_rt.cpp 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
+++ (empty file)
@@ -1,23 +0,0 @@
-// Boost.Geometry Index
-// Unit Test
-
-// Copyright (c) 2011-2012 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_xy.hpp>
-#include <boost/geometry/geometries/point.hpp>
-#include <boost/geometry/geometries/box.hpp>
-
-int test_main(int, char* [])
-{
- typedef bg::model::point<float, 2, bg::cs::cartesian> P2fc;
-
- test_rtree<P2fc>(bgi::runtime::quadratic(4, 2));
-
- return 0;
-}

Deleted: sandbox-branches/geometry/index/test/rtree/rtree2d_quadratic_i.cpp
==============================================================================
--- sandbox-branches/geometry/index/test/rtree/rtree2d_quadratic_i.cpp 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
+++ (empty file)
@@ -1,23 +0,0 @@
-// Boost.Geometry Index
-// Unit Test
-
-// Copyright (c) 2011-2012 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_xy.hpp>
-#include <boost/geometry/geometries/point.hpp>
-#include <boost/geometry/geometries/box.hpp>
-
-int test_main(int, char* [])
-{
- typedef bg::model::point<int, 2, bg::cs::cartesian> P2ic;
-
- test_rtree<P2ic, bgi::quadratic<4, 2> >();
-
- return 0;
-}

Deleted: sandbox-branches/geometry/index/test/rtree/rtree2d_quadratic_i_rt.cpp
==============================================================================
--- sandbox-branches/geometry/index/test/rtree/rtree2d_quadratic_i_rt.cpp 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
+++ (empty file)
@@ -1,23 +0,0 @@
-// Boost.Geometry Index
-// Unit Test
-
-// Copyright (c) 2011-2012 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_xy.hpp>
-#include <boost/geometry/geometries/point.hpp>
-#include <boost/geometry/geometries/box.hpp>
-
-int test_main(int, char* [])
-{
- typedef bg::model::point<int, 2, bg::cs::cartesian> P2ic;
-
- test_rtree<P2ic>(bgi::runtime::quadratic(4, 2));
-
- return 0;
-}

Deleted: sandbox-branches/geometry/index/test/rtree/rtree2d_quadratic_tt.cpp
==============================================================================
--- sandbox-branches/geometry/index/test/rtree/rtree2d_quadratic_tt.cpp 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
+++ (empty file)
@@ -1,26 +0,0 @@
-// Boost.Geometry Index
-// Unit Test
-
-// Copyright (c) 2011-2012 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_xy.hpp>
-#include <boost/geometry/geometries/point.hpp>
-#include <boost/geometry/geometries/box.hpp>
-
-int test_main(int, char* [])
-{
-
-#ifdef HAVE_TTMATH
- typedef bg::model::point<ttmath_big, 2, bg::cs::cartesian> P2ttmc;
-
- test_rtree<P2ttmc, bgi::quadratic<4, 2> >();
-#endif
-
- return 0;
-}

Deleted: sandbox-branches/geometry/index/test/rtree/rtree2d_quadratic_tt_rt.cpp
==============================================================================
--- sandbox-branches/geometry/index/test/rtree/rtree2d_quadratic_tt_rt.cpp 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
+++ (empty file)
@@ -1,26 +0,0 @@
-// Boost.Geometry Index
-// Unit Test
-
-// Copyright (c) 2011-2012 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_xy.hpp>
-#include <boost/geometry/geometries/point.hpp>
-#include <boost/geometry/geometries/box.hpp>
-
-int test_main(int, char* [])
-{
-
-#ifdef HAVE_TTMATH
- typedef bg::model::point<ttmath_big, 2, bg::cs::cartesian> P2ttmc;
-
- test_rtree<P2ttmc>(bgi::runtime::quadratic(4, 2));
-#endif
-
- return 0;
-}

Deleted: sandbox-branches/geometry/index/test/rtree/rtree2d_rstar_d.cpp
==============================================================================
--- sandbox-branches/geometry/index/test/rtree/rtree2d_rstar_d.cpp 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
+++ (empty file)
@@ -1,23 +0,0 @@
-// Boost.Geometry Index
-// Unit Test
-
-// Copyright (c) 2011-2012 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_xy.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> P2dc;
-
- test_rtree<P2dc, bgi::rstar<4, 2> >();
-
- return 0;
-}

Deleted: sandbox-branches/geometry/index/test/rtree/rtree2d_rstar_d_rt.cpp
==============================================================================
--- sandbox-branches/geometry/index/test/rtree/rtree2d_rstar_d_rt.cpp 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
+++ (empty file)
@@ -1,23 +0,0 @@
-// Boost.Geometry Index
-// Unit Test
-
-// Copyright (c) 2011-2012 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_xy.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> P2dc;
-
- test_rtree<P2dc>(bgi::runtime::rstar(4, 2));
-
- return 0;
-}

Deleted: sandbox-branches/geometry/index/test/rtree/rtree2d_rstar_f.cpp
==============================================================================
--- sandbox-branches/geometry/index/test/rtree/rtree2d_rstar_f.cpp 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
+++ (empty file)
@@ -1,23 +0,0 @@
-// Boost.Geometry Index
-// Unit Test
-
-// Copyright (c) 2011-2012 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_xy.hpp>
-#include <boost/geometry/geometries/point.hpp>
-#include <boost/geometry/geometries/box.hpp>
-
-int test_main(int, char* [])
-{
- typedef bg::model::point<float, 2, bg::cs::cartesian> P2fc;
-
- test_rtree<P2fc, bgi::rstar<4, 2> >();
-
- return 0;
-}

Deleted: sandbox-branches/geometry/index/test/rtree/rtree2d_rstar_f_rt.cpp
==============================================================================
--- sandbox-branches/geometry/index/test/rtree/rtree2d_rstar_f_rt.cpp 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
+++ (empty file)
@@ -1,23 +0,0 @@
-// Boost.Geometry Index
-// Unit Test
-
-// Copyright (c) 2011-2012 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_xy.hpp>
-#include <boost/geometry/geometries/point.hpp>
-#include <boost/geometry/geometries/box.hpp>
-
-int test_main(int, char* [])
-{
- typedef bg::model::point<float, 2, bg::cs::cartesian> P2fc;
-
- test_rtree<P2fc>(bgi::runtime::rstar(4, 2));
-
- return 0;
-}

Deleted: sandbox-branches/geometry/index/test/rtree/rtree2d_rstar_i.cpp
==============================================================================
--- sandbox-branches/geometry/index/test/rtree/rtree2d_rstar_i.cpp 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
+++ (empty file)
@@ -1,23 +0,0 @@
-// Boost.Geometry Index
-// Unit Test
-
-// Copyright (c) 2011-2012 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_xy.hpp>
-#include <boost/geometry/geometries/point.hpp>
-#include <boost/geometry/geometries/box.hpp>
-
-int test_main(int, char* [])
-{
- typedef bg::model::point<int, 2, bg::cs::cartesian> P2ic;
-
- test_rtree<P2ic, bgi::rstar<4, 2> >();
-
- return 0;
-}

Deleted: sandbox-branches/geometry/index/test/rtree/rtree2d_rstar_i_rt.cpp
==============================================================================
--- sandbox-branches/geometry/index/test/rtree/rtree2d_rstar_i_rt.cpp 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
+++ (empty file)
@@ -1,23 +0,0 @@
-// Boost.Geometry Index
-// Unit Test
-
-// Copyright (c) 2011-2012 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_xy.hpp>
-#include <boost/geometry/geometries/point.hpp>
-#include <boost/geometry/geometries/box.hpp>
-
-int test_main(int, char* [])
-{
- typedef bg::model::point<int, 2, bg::cs::cartesian> P2ic;
-
- test_rtree<P2ic>(bgi::runtime::rstar(4, 2));
-
- return 0;
-}

Deleted: sandbox-branches/geometry/index/test/rtree/rtree2d_rstar_tt.cpp
==============================================================================
--- sandbox-branches/geometry/index/test/rtree/rtree2d_rstar_tt.cpp 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
+++ (empty file)
@@ -1,26 +0,0 @@
-// Boost.Geometry Index
-// Unit Test
-
-// Copyright (c) 2011-2012 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_xy.hpp>
-#include <boost/geometry/geometries/point.hpp>
-#include <boost/geometry/geometries/box.hpp>
-
-int test_main(int, char* [])
-{
-
-#ifdef HAVE_TTMATH
- typedef bg::model::point<ttmath_big, 2, bg::cs::cartesian> P2ttmc;
-
- test_rtree<P2ttmc, bgi::rstar<4, 2> >();
-#endif
-
- return 0;
-}

Deleted: sandbox-branches/geometry/index/test/rtree/rtree2d_rstar_tt_rt.cpp
==============================================================================
--- sandbox-branches/geometry/index/test/rtree/rtree2d_rstar_tt_rt.cpp 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
+++ (empty file)
@@ -1,26 +0,0 @@
-// Boost.Geometry Index
-// Unit Test
-
-// Copyright (c) 2011-2012 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_xy.hpp>
-#include <boost/geometry/geometries/point.hpp>
-#include <boost/geometry/geometries/box.hpp>
-
-int test_main(int, char* [])
-{
-
-#ifdef HAVE_TTMATH
- typedef bg::model::point<ttmath_big, 2, bg::cs::cartesian> P2ttmc;
-
- test_rtree<P2ttmc>(bgi::runtime::rstar(4, 2));
-#endif
-
- return 0;
-}

Deleted: sandbox-branches/geometry/index/test/rtree/rtree3d_linear_d.cpp
==============================================================================
--- sandbox-branches/geometry/index/test/rtree/rtree3d_linear_d.cpp 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
+++ (empty file)
@@ -1,23 +0,0 @@
-// Boost.Geometry Index
-// Unit Test
-
-// Copyright (c) 2011-2012 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_xy.hpp>
-#include <boost/geometry/geometries/point.hpp>
-#include <boost/geometry/geometries/box.hpp>
-
-int test_main(int, char* [])
-{
- typedef bg::model::point<double, 3, bg::cs::cartesian> P3dc;
-
- test_rtree<P3dc, bgi::linear<4, 2> >();
-
- return 0;
-}

Deleted: sandbox-branches/geometry/index/test/rtree/rtree3d_linear_d_rt.cpp
==============================================================================
--- sandbox-branches/geometry/index/test/rtree/rtree3d_linear_d_rt.cpp 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
+++ (empty file)
@@ -1,23 +0,0 @@
-// Boost.Geometry Index
-// Unit Test
-
-// Copyright (c) 2011-2012 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_xy.hpp>
-#include <boost/geometry/geometries/point.hpp>
-#include <boost/geometry/geometries/box.hpp>
-
-int test_main(int, char* [])
-{
- typedef bg::model::point<double, 3, bg::cs::cartesian> P3dc;
-
- test_rtree<P3dc>(bgi::runtime::linear(4, 2));
-
- return 0;
-}

Deleted: sandbox-branches/geometry/index/test/rtree/rtree3d_linear_f.cpp
==============================================================================
--- sandbox-branches/geometry/index/test/rtree/rtree3d_linear_f.cpp 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
+++ (empty file)
@@ -1,23 +0,0 @@
-// Boost.Geometry Index
-// Unit Test
-
-// Copyright (c) 2011-2012 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_xy.hpp>
-#include <boost/geometry/geometries/point.hpp>
-#include <boost/geometry/geometries/box.hpp>
-
-int test_main(int, char* [])
-{
- typedef bg::model::point<float, 3, bg::cs::cartesian> P3fc;
-
- test_rtree<P3fc, bgi::linear<4, 2> >();
-
- return 0;
-}

Deleted: sandbox-branches/geometry/index/test/rtree/rtree3d_linear_f_rt.cpp
==============================================================================
--- sandbox-branches/geometry/index/test/rtree/rtree3d_linear_f_rt.cpp 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
+++ (empty file)
@@ -1,23 +0,0 @@
-// Boost.Geometry Index
-// Unit Test
-
-// Copyright (c) 2011-2012 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_xy.hpp>
-#include <boost/geometry/geometries/point.hpp>
-#include <boost/geometry/geometries/box.hpp>
-
-int test_main(int, char* [])
-{
- typedef bg::model::point<float, 3, bg::cs::cartesian> P3fc;
-
- test_rtree<P3fc>(bgi::runtime::linear(4, 2));
-
- return 0;
-}

Deleted: sandbox-branches/geometry/index/test/rtree/rtree3d_linear_i.cpp
==============================================================================
--- sandbox-branches/geometry/index/test/rtree/rtree3d_linear_i.cpp 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
+++ (empty file)
@@ -1,23 +0,0 @@
-// Boost.Geometry Index
-// Unit Test
-
-// Copyright (c) 2011-2012 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_xy.hpp>
-#include <boost/geometry/geometries/point.hpp>
-#include <boost/geometry/geometries/box.hpp>
-
-int test_main(int, char* [])
-{
- typedef bg::model::point<int, 3, bg::cs::cartesian> P3ic;
-
- test_rtree<P3ic, bgi::linear<4, 2> >();
-
- return 0;
-}

Deleted: sandbox-branches/geometry/index/test/rtree/rtree3d_linear_i_rt.cpp
==============================================================================
--- sandbox-branches/geometry/index/test/rtree/rtree3d_linear_i_rt.cpp 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
+++ (empty file)
@@ -1,23 +0,0 @@
-// Boost.Geometry Index
-// Unit Test
-
-// Copyright (c) 2011-2012 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_xy.hpp>
-#include <boost/geometry/geometries/point.hpp>
-#include <boost/geometry/geometries/box.hpp>
-
-int test_main(int, char* [])
-{
- typedef bg::model::point<int, 3, bg::cs::cartesian> P3ic;
-
- test_rtree<P3ic>(bgi::runtime::linear(4, 2));
-
- return 0;
-}

Deleted: sandbox-branches/geometry/index/test/rtree/rtree3d_linear_tt.cpp
==============================================================================
--- sandbox-branches/geometry/index/test/rtree/rtree3d_linear_tt.cpp 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
+++ (empty file)
@@ -1,26 +0,0 @@
-// Boost.Geometry Index
-// Unit Test
-
-// Copyright (c) 2011-2012 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_xy.hpp>
-#include <boost/geometry/geometries/point.hpp>
-#include <boost/geometry/geometries/box.hpp>
-
-int test_main(int, char* [])
-{
-
-#ifdef HAVE_TTMATH
- typedef bg::model::point<ttmath_big, 3, bg::cs::cartesian> P3ttmc;
-
- test_rtree<P3ttmc, bgi::linear<4, 2> >();
-#endif
-
- return 0;
-}

Deleted: sandbox-branches/geometry/index/test/rtree/rtree3d_linear_tt_rt.cpp
==============================================================================
--- sandbox-branches/geometry/index/test/rtree/rtree3d_linear_tt_rt.cpp 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
+++ (empty file)
@@ -1,26 +0,0 @@
-// Boost.Geometry Index
-// Unit Test
-
-// Copyright (c) 2011-2012 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_xy.hpp>
-#include <boost/geometry/geometries/point.hpp>
-#include <boost/geometry/geometries/box.hpp>
-
-int test_main(int, char* [])
-{
-
-#ifdef HAVE_TTMATH
- typedef bg::model::point<ttmath_big, 3, bg::cs::cartesian> P3ttmc;
-
- test_rtree<P3ttmc>(bgi::runtime::linear(4, 2));
-#endif
-
- return 0;
-}

Deleted: sandbox-branches/geometry/index/test/rtree/rtree3d_quadratic_d.cpp
==============================================================================
--- sandbox-branches/geometry/index/test/rtree/rtree3d_quadratic_d.cpp 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
+++ (empty file)
@@ -1,23 +0,0 @@
-// Boost.Geometry Index
-// Unit Test
-
-// Copyright (c) 2011-2012 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_xy.hpp>
-#include <boost/geometry/geometries/point.hpp>
-#include <boost/geometry/geometries/box.hpp>
-
-int test_main(int, char* [])
-{
- typedef bg::model::point<double, 3, bg::cs::cartesian> P3dc;
-
- test_rtree<P3dc, bgi::quadratic<4, 2> >();
-
- return 0;
-}

Deleted: sandbox-branches/geometry/index/test/rtree/rtree3d_quadratic_d_rt.cpp
==============================================================================
--- sandbox-branches/geometry/index/test/rtree/rtree3d_quadratic_d_rt.cpp 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
+++ (empty file)
@@ -1,23 +0,0 @@
-// Boost.Geometry Index
-// Unit Test
-
-// Copyright (c) 2011-2012 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_xy.hpp>
-#include <boost/geometry/geometries/point.hpp>
-#include <boost/geometry/geometries/box.hpp>
-
-int test_main(int, char* [])
-{
- typedef bg::model::point<double, 3, bg::cs::cartesian> P3dc;
-
- test_rtree<P3dc>(bgi::runtime::quadratic(4, 2));
-
- return 0;
-}

Deleted: sandbox-branches/geometry/index/test/rtree/rtree3d_quadratic_f.cpp
==============================================================================
--- sandbox-branches/geometry/index/test/rtree/rtree3d_quadratic_f.cpp 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
+++ (empty file)
@@ -1,23 +0,0 @@
-// Boost.Geometry Index
-// Unit Test
-
-// Copyright (c) 2011-2012 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_xy.hpp>
-#include <boost/geometry/geometries/point.hpp>
-#include <boost/geometry/geometries/box.hpp>
-
-int test_main(int, char* [])
-{
- typedef bg::model::point<float, 3, bg::cs::cartesian> P3fc;
-
- test_rtree<P3fc, bgi::quadratic<4, 2> >();
-
- return 0;
-}

Deleted: sandbox-branches/geometry/index/test/rtree/rtree3d_quadratic_f_rt.cpp
==============================================================================
--- sandbox-branches/geometry/index/test/rtree/rtree3d_quadratic_f_rt.cpp 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
+++ (empty file)
@@ -1,23 +0,0 @@
-// Boost.Geometry Index
-// Unit Test
-
-// Copyright (c) 2011-2012 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_xy.hpp>
-#include <boost/geometry/geometries/point.hpp>
-#include <boost/geometry/geometries/box.hpp>
-
-int test_main(int, char* [])
-{
- typedef bg::model::point<float, 3, bg::cs::cartesian> P3fc;
-
- test_rtree<P3fc>(bgi::runtime::quadratic(4, 2));
-
- return 0;
-}

Deleted: sandbox-branches/geometry/index/test/rtree/rtree3d_quadratic_i.cpp
==============================================================================
--- sandbox-branches/geometry/index/test/rtree/rtree3d_quadratic_i.cpp 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
+++ (empty file)
@@ -1,23 +0,0 @@
-// Boost.Geometry Index
-// Unit Test
-
-// Copyright (c) 2011-2012 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_xy.hpp>
-#include <boost/geometry/geometries/point.hpp>
-#include <boost/geometry/geometries/box.hpp>
-
-int test_main(int, char* [])
-{
- typedef bg::model::point<int, 3, bg::cs::cartesian> P3ic;
-
- test_rtree<P3ic, bgi::quadratic<4, 2> >();
-
- return 0;
-}

Deleted: sandbox-branches/geometry/index/test/rtree/rtree3d_quadratic_i_rt.cpp
==============================================================================
--- sandbox-branches/geometry/index/test/rtree/rtree3d_quadratic_i_rt.cpp 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
+++ (empty file)
@@ -1,23 +0,0 @@
-// Boost.Geometry Index
-// Unit Test
-
-// Copyright (c) 2011-2012 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_xy.hpp>
-#include <boost/geometry/geometries/point.hpp>
-#include <boost/geometry/geometries/box.hpp>
-
-int test_main(int, char* [])
-{
- typedef bg::model::point<int, 3, bg::cs::cartesian> P3ic;
-
- test_rtree<P3ic>(bgi::runtime::quadratic(4, 2));
-
- return 0;
-}

Deleted: sandbox-branches/geometry/index/test/rtree/rtree3d_quadratic_tt.cpp
==============================================================================
--- sandbox-branches/geometry/index/test/rtree/rtree3d_quadratic_tt.cpp 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
+++ (empty file)
@@ -1,26 +0,0 @@
-// Boost.Geometry Index
-// Unit Test
-
-// Copyright (c) 2011-2012 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_xy.hpp>
-#include <boost/geometry/geometries/point.hpp>
-#include <boost/geometry/geometries/box.hpp>
-
-int test_main(int, char* [])
-{
-
-#ifdef HAVE_TTMATH
- typedef bg::model::point<ttmath_big, 3, bg::cs::cartesian> P3ttmc;
-
- test_rtree<P3ttmc, bgi::quadratic<4, 2> >();
-#endif
-
- return 0;
-}

Deleted: sandbox-branches/geometry/index/test/rtree/rtree3d_quadratic_tt_rt.cpp
==============================================================================
--- sandbox-branches/geometry/index/test/rtree/rtree3d_quadratic_tt_rt.cpp 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
+++ (empty file)
@@ -1,26 +0,0 @@
-// Boost.Geometry Index
-// Unit Test
-
-// Copyright (c) 2011-2012 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_xy.hpp>
-#include <boost/geometry/geometries/point.hpp>
-#include <boost/geometry/geometries/box.hpp>
-
-int test_main(int, char* [])
-{
-
-#ifdef HAVE_TTMATH
- typedef bg::model::point<ttmath_big, 3, bg::cs::cartesian> P3ttmc;
-
- test_rtree<P3ttmc>(bgi::runtime::quadratic(4, 2));
-#endif
-
- return 0;
-}

Deleted: sandbox-branches/geometry/index/test/rtree/rtree3d_rstar_d.cpp
==============================================================================
--- sandbox-branches/geometry/index/test/rtree/rtree3d_rstar_d.cpp 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
+++ (empty file)
@@ -1,23 +0,0 @@
-// Boost.Geometry Index
-// Unit Test
-
-// Copyright (c) 2011-2012 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_xy.hpp>
-#include <boost/geometry/geometries/point.hpp>
-#include <boost/geometry/geometries/box.hpp>
-
-int test_main(int, char* [])
-{
- typedef bg::model::point<double, 3, bg::cs::cartesian> P3dc;
-
- test_rtree<P3dc, bgi::rstar<4, 2> >();
-
- return 0;
-}

Deleted: sandbox-branches/geometry/index/test/rtree/rtree3d_rstar_d_rt.cpp
==============================================================================
--- sandbox-branches/geometry/index/test/rtree/rtree3d_rstar_d_rt.cpp 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
+++ (empty file)
@@ -1,23 +0,0 @@
-// Boost.Geometry Index
-// Unit Test
-
-// Copyright (c) 2011-2012 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_xy.hpp>
-#include <boost/geometry/geometries/point.hpp>
-#include <boost/geometry/geometries/box.hpp>
-
-int test_main(int, char* [])
-{
- typedef bg::model::point<double, 3, bg::cs::cartesian> P3dc;
-
- test_rtree<P3dc>(bgi::runtime::rstar(4, 2));
-
- return 0;
-}

Deleted: sandbox-branches/geometry/index/test/rtree/rtree3d_rstar_f.cpp
==============================================================================
--- sandbox-branches/geometry/index/test/rtree/rtree3d_rstar_f.cpp 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
+++ (empty file)
@@ -1,23 +0,0 @@
-// Boost.Geometry Index
-// Unit Test
-
-// Copyright (c) 2011-2012 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_xy.hpp>
-#include <boost/geometry/geometries/point.hpp>
-#include <boost/geometry/geometries/box.hpp>
-
-int test_main(int, char* [])
-{
- typedef bg::model::point<float, 3, bg::cs::cartesian> P3fc;
-
- test_rtree<P3fc, bgi::rstar<4, 2> >();
-
- return 0;
-}

Deleted: sandbox-branches/geometry/index/test/rtree/rtree3d_rstar_f_rt.cpp
==============================================================================
--- sandbox-branches/geometry/index/test/rtree/rtree3d_rstar_f_rt.cpp 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
+++ (empty file)
@@ -1,23 +0,0 @@
-// Boost.Geometry Index
-// Unit Test
-
-// Copyright (c) 2011-2012 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_xy.hpp>
-#include <boost/geometry/geometries/point.hpp>
-#include <boost/geometry/geometries/box.hpp>
-
-int test_main(int, char* [])
-{
- typedef bg::model::point<float, 3, bg::cs::cartesian> P3fc;
-
- test_rtree<P3fc>(bgi::runtime::rstar(4, 2));
-
- return 0;
-}

Deleted: sandbox-branches/geometry/index/test/rtree/rtree3d_rstar_i.cpp
==============================================================================
--- sandbox-branches/geometry/index/test/rtree/rtree3d_rstar_i.cpp 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
+++ (empty file)
@@ -1,23 +0,0 @@
-// Boost.Geometry Index
-// Unit Test
-
-// Copyright (c) 2011-2012 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_xy.hpp>
-#include <boost/geometry/geometries/point.hpp>
-#include <boost/geometry/geometries/box.hpp>
-
-int test_main(int, char* [])
-{
- typedef bg::model::point<int, 3, bg::cs::cartesian> P3ic;
-
- test_rtree<P3ic, bgi::rstar<4, 2> >();
-
- return 0;
-}

Deleted: sandbox-branches/geometry/index/test/rtree/rtree3d_rstar_i_rt.cpp
==============================================================================
--- sandbox-branches/geometry/index/test/rtree/rtree3d_rstar_i_rt.cpp 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
+++ (empty file)
@@ -1,23 +0,0 @@
-// Boost.Geometry Index
-// Unit Test
-
-// Copyright (c) 2011-2012 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_xy.hpp>
-#include <boost/geometry/geometries/point.hpp>
-#include <boost/geometry/geometries/box.hpp>
-
-int test_main(int, char* [])
-{
- typedef bg::model::point<int, 3, bg::cs::cartesian> P3ic;
-
- test_rtree<P3ic>(bgi::runtime::rstar(4, 2));
-
- return 0;
-}

Deleted: sandbox-branches/geometry/index/test/rtree/rtree3d_rstar_tt.cpp
==============================================================================
--- sandbox-branches/geometry/index/test/rtree/rtree3d_rstar_tt.cpp 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
+++ (empty file)
@@ -1,26 +0,0 @@
-// Boost.Geometry Index
-// Unit Test
-
-// Copyright (c) 2011-2012 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_xy.hpp>
-#include <boost/geometry/geometries/point.hpp>
-#include <boost/geometry/geometries/box.hpp>
-
-int test_main(int, char* [])
-{
-
-#ifdef HAVE_TTMATH
- typedef bg::model::point<ttmath_big, 3, bg::cs::cartesian> P3ttmc;
-
- test_rtree<P3ttmc, bgi::rstar<4, 2> >();
-#endif
-
- return 0;
-}

Deleted: sandbox-branches/geometry/index/test/rtree/rtree3d_rstar_tt_rt.cpp
==============================================================================
--- sandbox-branches/geometry/index/test/rtree/rtree3d_rstar_tt_rt.cpp 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
+++ (empty file)
@@ -1,26 +0,0 @@
-// Boost.Geometry Index
-// Unit Test
-
-// Copyright (c) 2011-2012 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_xy.hpp>
-#include <boost/geometry/geometries/point.hpp>
-#include <boost/geometry/geometries/box.hpp>
-
-int test_main(int, char* [])
-{
-
-#ifdef HAVE_TTMATH
- typedef bg::model::point<ttmath_big, 3, bg::cs::cartesian> P3ttmc;
-
- test_rtree<P3ttmc>(bgi::runtime::rstar(4, 2));
-#endif
-
- return 0;
-}

Modified: sandbox-branches/geometry/index/test/rtree/test_rtree.hpp
==============================================================================
--- sandbox-branches/geometry/index/test/rtree/test_rtree.hpp (original)
+++ sandbox-branches/geometry/index/test/rtree/test_rtree.hpp 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
@@ -1092,25 +1092,32 @@
 // defined by some number of Values constructed from given Point
 
 template<typename Point, typename Parameters>
-void test_rtree(Parameters const& parameters = Parameters())
+void test_rtree_for_point(Parameters const& parameters = Parameters())
 {
- typedef bg::model::box<Point> Box;
- typedef std::pair<Box, int> PairB;
     typedef std::pair<Point, int> PairP;
     typedef boost::tuple<Point, int, int> TupleP;
- typedef boost::tuple<Box, int, int> TupleB;
     typedef boost::shared_ptr< test_object<Point> > SharedPtrP;
 
     test_rtree_by_value<Point, Parameters>(parameters);
- test_rtree_by_value<Box, Parameters>(parameters);
- test_rtree_by_value<PairB, Parameters>(parameters);
     test_rtree_by_value<PairP, Parameters>(parameters);
     test_rtree_by_value<TupleP, Parameters>(parameters);
- test_rtree_by_value<TupleB, Parameters>(parameters);
     
     test_rtree_by_value<SharedPtrP, Parameters>(parameters);
 
     test_count_rtree_values<Point>(parameters);
+}
+
+template<typename Point, typename Parameters>
+void test_rtree_for_box(Parameters const& parameters = Parameters())
+{
+ typedef bg::model::box<Point> Box;
+ typedef std::pair<Box, int> PairB;
+ typedef boost::tuple<Box, int, int> TupleB;
+
+ test_rtree_by_value<Box, Parameters>(parameters);
+ test_rtree_by_value<PairB, Parameters>(parameters);
+ test_rtree_by_value<TupleB, Parameters>(parameters);
+
     test_count_rtree_values<Box>(parameters);
 }
 

Added: sandbox-branches/geometry/index/tests/rtree_test_generator.cpp
==============================================================================
--- (empty file)
+++ sandbox-branches/geometry/index/tests/rtree_test_generator.cpp 2012-12-13 15:38:05 EST (Thu, 13 Dec 2012)
@@ -0,0 +1,122 @@
+// Boost.Geometry Index
+// Rtree tests generator
+
+// Copyright (c) 2011-2012 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 <fstream>
+#include <vector>
+#include <string>
+#include <boost/foreach.hpp>
+#include <boost/tuple/tuple.hpp>
+
+int main()
+{
+ std::vector<std::string> generated_files;
+
+ typedef boost::tuple<std::string, std::string, std::string> CT;
+ std::vector<CT> coordinate_types;
+ coordinate_types.push_back(boost::make_tuple("double", "d", ""));
+ coordinate_types.push_back(boost::make_tuple("float", "f", ""));
+ coordinate_types.push_back(boost::make_tuple("int", "i", ""));
+ coordinate_types.push_back(boost::make_tuple("ttmath_big", "tt", "HAVE_TTMATH"));
+
+ std::vector<std::string> dimensions;
+ dimensions.push_back("2");
+ dimensions.push_back("3");
+
+ typedef boost::tuple<std::string, std::string> P;
+ std::vector<P> parameters;
+ parameters.push_back(boost::make_tuple("bgi::linear<4, 2>()", "linear"));
+ parameters.push_back(boost::make_tuple("bgi::quadratic<4, 2>()", "quadratic"));
+ parameters.push_back(boost::make_tuple("bgi::rstar<4, 2>()", "rstar"));
+ parameters.push_back(boost::make_tuple("bgi::runtime::linear(4, 2)", "linear_rt"));
+ parameters.push_back(boost::make_tuple("bgi::runtime::quadratic(4, 2)", "quadratic_rt"));
+ parameters.push_back(boost::make_tuple("bgi::runtime::rstar(4, 2)","rstar_rt"));
+
+ std::vector<std::string> indexables;
+ indexables.push_back("p");
+ indexables.push_back("b");
+
+ BOOST_FOREACH(std::string const& d, dimensions)
+ {
+ BOOST_FOREACH(CT const& c, coordinate_types)
+ {
+ BOOST_FOREACH(P const& p, parameters)
+ {
+ BOOST_FOREACH(std::string const& i, indexables)
+ {
+ std::string point_type = std::string() +
+ "bg::model::point<" + boost::get<0>(c) + ", " + d + ", bg::cs::cartesian>";
+
+ std::string filename = std::string() +
+ "rtree_" + i + d + boost::get<1>(c) + '_' + boost::get<1>(p) + ".cpp";
+
+ std::ofstream f(filename.c_str(), std::ios::trunc);
+
+ f <<
+ "// Boost.Geometry Index\n" <<
+ "// Unit Test\n" <<
+ "\n" <<
+ "// Copyright (c) 2011-2012 Adam Wulkiewicz, Lodz, Poland.\n" <<
+ "\n" <<
+ "// Use, modification and distribution is subject to the Boost Software License,\n" <<
+ "// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at\n" <<
+ "// http://www.boost.org/LICENSE_1_0.txt)\n" <<
+ "\n";
+
+ f <<
+ "#include <rtree/test_rtree.hpp>\n" <<
+ "\n" <<
+ "#include <boost/geometry/geometries/point.hpp>\n" <<
+ (i == "p" ? "" : "#include <boost/geometry/geometries/box.hpp>\n") <<
+ "\n";
+
+ f <<
+ "int test_main(int, char* [])\n" <<
+ "{\n" <<
+ (boost::get<2>(c).empty() ? "" : "#ifdef HAVE_TTMATH\n") <<
+ " typedef " << point_type << " Point;\n" <<
+ " " <<
+ (i == "p" ? "test_rtree_for_point" : "test_rtree_for_box" ) <<
+ "<Point>(" << boost::get<0>(p) << ");\n" <<
+ (boost::get<2>(c).empty() ? "" : "#endif\n") <<
+ " return 0;\n" <<
+ "}\n";
+
+ generated_files.push_back(filename);
+ }
+ }
+
+ }
+ }
+
+ std::ofstream f("Jamfile.v2", std::ios::trunc);
+
+ f <<
+ "# Boost.Geometry Index\n" <<
+ "#\n" <<
+ "# Copyright (c) 2011-2012 Adam Wulkiewicz, Lodz, Poland.\n" <<
+ "#\n" <<
+ "# Use, modification and distribution is subject to the Boost Software License,\n" <<
+ "# Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at\n" <<
+ "# http://www.boost.org/LICENSE_1_0.txt)\n" <<
+ "\n" <<
+ "test-suite boost-geometry-index-rtree-generated\n" <<
+ " :\n";
+
+ BOOST_FOREACH(std::string const& s, generated_files)
+ {
+ f <<
+ " [ run " << s << " ]\n";
+ }
+
+ f <<
+ " ;\n" <<
+ "\n";
+
+ return 0;
+}
\ No newline at end of file


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