From e03e890d22470e7e08e201fa175340c1cf13f4ac Mon Sep 17 00:00:00 2001 From: Adam Wulkiewicz Date: Mon, 8 Apr 2013 11:04:40 +0000 Subject: [PATCH] geometry.index test: removed rtree tests for floats and tt_math. [SVN r83807] --- test/index/rtree/generated/Jamfile.v2 | 48 ------------------- .../rtree/generated/rtree_b2f_linear.cpp | 20 -------- .../rtree/generated/rtree_b2f_linear_dyn.cpp | 20 -------- .../rtree/generated/rtree_b2f_quadratic.cpp | 20 -------- .../generated/rtree_b2f_quadratic_dyn.cpp | 20 -------- .../index/rtree/generated/rtree_b2f_rstar.cpp | 20 -------- .../rtree/generated/rtree_b2f_rstar_dyn.cpp | 20 -------- .../rtree/generated/rtree_b2tt_linear.cpp | 22 --------- .../rtree/generated/rtree_b2tt_linear_dyn.cpp | 22 --------- .../rtree/generated/rtree_b2tt_quadratic.cpp | 22 --------- .../generated/rtree_b2tt_quadratic_dyn.cpp | 22 --------- .../rtree/generated/rtree_b2tt_rstar.cpp | 22 --------- .../rtree/generated/rtree_b2tt_rstar_dyn.cpp | 22 --------- .../rtree/generated/rtree_b3f_linear.cpp | 20 -------- .../rtree/generated/rtree_b3f_linear_dyn.cpp | 20 -------- .../rtree/generated/rtree_b3f_quadratic.cpp | 20 -------- .../generated/rtree_b3f_quadratic_dyn.cpp | 20 -------- .../index/rtree/generated/rtree_b3f_rstar.cpp | 20 -------- .../rtree/generated/rtree_b3f_rstar_dyn.cpp | 20 -------- .../rtree/generated/rtree_b3tt_linear.cpp | 22 --------- .../rtree/generated/rtree_b3tt_linear_dyn.cpp | 22 --------- .../rtree/generated/rtree_b3tt_quadratic.cpp | 22 --------- .../generated/rtree_b3tt_quadratic_dyn.cpp | 22 --------- .../rtree/generated/rtree_b3tt_rstar.cpp | 22 --------- .../rtree/generated/rtree_b3tt_rstar_dyn.cpp | 22 --------- .../rtree/generated/rtree_p2f_linear.cpp | 19 -------- .../rtree/generated/rtree_p2f_linear_dyn.cpp | 19 -------- .../rtree/generated/rtree_p2f_quadratic.cpp | 19 -------- .../generated/rtree_p2f_quadratic_dyn.cpp | 19 -------- .../index/rtree/generated/rtree_p2f_rstar.cpp | 19 -------- .../rtree/generated/rtree_p2f_rstar_dyn.cpp | 19 -------- .../rtree/generated/rtree_p2tt_linear.cpp | 21 -------- .../rtree/generated/rtree_p2tt_linear_dyn.cpp | 21 -------- .../rtree/generated/rtree_p2tt_quadratic.cpp | 21 -------- .../generated/rtree_p2tt_quadratic_dyn.cpp | 21 -------- .../rtree/generated/rtree_p2tt_rstar.cpp | 21 -------- .../rtree/generated/rtree_p2tt_rstar_dyn.cpp | 21 -------- .../rtree/generated/rtree_p3f_linear.cpp | 19 -------- .../rtree/generated/rtree_p3f_linear_dyn.cpp | 19 -------- .../rtree/generated/rtree_p3f_quadratic.cpp | 19 -------- .../generated/rtree_p3f_quadratic_dyn.cpp | 19 -------- .../index/rtree/generated/rtree_p3f_rstar.cpp | 19 -------- .../rtree/generated/rtree_p3f_rstar_dyn.cpp | 19 -------- .../rtree/generated/rtree_p3tt_linear.cpp | 21 -------- .../rtree/generated/rtree_p3tt_linear_dyn.cpp | 21 -------- .../rtree/generated/rtree_p3tt_quadratic.cpp | 21 -------- .../generated/rtree_p3tt_quadratic_dyn.cpp | 21 -------- .../rtree/generated/rtree_p3tt_rstar.cpp | 21 -------- .../rtree/generated/rtree_p3tt_rstar_dyn.cpp | 21 -------- test/index/rtree/rtree_test_generator.cpp | 4 +- 50 files changed, 2 insertions(+), 1034 deletions(-) delete mode 100644 test/index/rtree/generated/rtree_b2f_linear.cpp delete mode 100644 test/index/rtree/generated/rtree_b2f_linear_dyn.cpp delete mode 100644 test/index/rtree/generated/rtree_b2f_quadratic.cpp delete mode 100644 test/index/rtree/generated/rtree_b2f_quadratic_dyn.cpp delete mode 100644 test/index/rtree/generated/rtree_b2f_rstar.cpp delete mode 100644 test/index/rtree/generated/rtree_b2f_rstar_dyn.cpp delete mode 100644 test/index/rtree/generated/rtree_b2tt_linear.cpp delete mode 100644 test/index/rtree/generated/rtree_b2tt_linear_dyn.cpp delete mode 100644 test/index/rtree/generated/rtree_b2tt_quadratic.cpp delete mode 100644 test/index/rtree/generated/rtree_b2tt_quadratic_dyn.cpp delete mode 100644 test/index/rtree/generated/rtree_b2tt_rstar.cpp delete mode 100644 test/index/rtree/generated/rtree_b2tt_rstar_dyn.cpp delete mode 100644 test/index/rtree/generated/rtree_b3f_linear.cpp delete mode 100644 test/index/rtree/generated/rtree_b3f_linear_dyn.cpp delete mode 100644 test/index/rtree/generated/rtree_b3f_quadratic.cpp delete mode 100644 test/index/rtree/generated/rtree_b3f_quadratic_dyn.cpp delete mode 100644 test/index/rtree/generated/rtree_b3f_rstar.cpp delete mode 100644 test/index/rtree/generated/rtree_b3f_rstar_dyn.cpp delete mode 100644 test/index/rtree/generated/rtree_b3tt_linear.cpp delete mode 100644 test/index/rtree/generated/rtree_b3tt_linear_dyn.cpp delete mode 100644 test/index/rtree/generated/rtree_b3tt_quadratic.cpp delete mode 100644 test/index/rtree/generated/rtree_b3tt_quadratic_dyn.cpp delete mode 100644 test/index/rtree/generated/rtree_b3tt_rstar.cpp delete mode 100644 test/index/rtree/generated/rtree_b3tt_rstar_dyn.cpp delete mode 100644 test/index/rtree/generated/rtree_p2f_linear.cpp delete mode 100644 test/index/rtree/generated/rtree_p2f_linear_dyn.cpp delete mode 100644 test/index/rtree/generated/rtree_p2f_quadratic.cpp delete mode 100644 test/index/rtree/generated/rtree_p2f_quadratic_dyn.cpp delete mode 100644 test/index/rtree/generated/rtree_p2f_rstar.cpp delete mode 100644 test/index/rtree/generated/rtree_p2f_rstar_dyn.cpp delete mode 100644 test/index/rtree/generated/rtree_p2tt_linear.cpp delete mode 100644 test/index/rtree/generated/rtree_p2tt_linear_dyn.cpp delete mode 100644 test/index/rtree/generated/rtree_p2tt_quadratic.cpp delete mode 100644 test/index/rtree/generated/rtree_p2tt_quadratic_dyn.cpp delete mode 100644 test/index/rtree/generated/rtree_p2tt_rstar.cpp delete mode 100644 test/index/rtree/generated/rtree_p2tt_rstar_dyn.cpp delete mode 100644 test/index/rtree/generated/rtree_p3f_linear.cpp delete mode 100644 test/index/rtree/generated/rtree_p3f_linear_dyn.cpp delete mode 100644 test/index/rtree/generated/rtree_p3f_quadratic.cpp delete mode 100644 test/index/rtree/generated/rtree_p3f_quadratic_dyn.cpp delete mode 100644 test/index/rtree/generated/rtree_p3f_rstar.cpp delete mode 100644 test/index/rtree/generated/rtree_p3f_rstar_dyn.cpp delete mode 100644 test/index/rtree/generated/rtree_p3tt_linear.cpp delete mode 100644 test/index/rtree/generated/rtree_p3tt_linear_dyn.cpp delete mode 100644 test/index/rtree/generated/rtree_p3tt_quadratic.cpp delete mode 100644 test/index/rtree/generated/rtree_p3tt_quadratic_dyn.cpp delete mode 100644 test/index/rtree/generated/rtree_p3tt_rstar.cpp delete mode 100644 test/index/rtree/generated/rtree_p3tt_rstar_dyn.cpp diff --git a/test/index/rtree/generated/Jamfile.v2 b/test/index/rtree/generated/Jamfile.v2 index adcc56a86..2172f25de 100644 --- a/test/index/rtree/generated/Jamfile.v2 +++ b/test/index/rtree/generated/Jamfile.v2 @@ -20,18 +20,6 @@ test-suite boost-geometry-index-rtree-generated [ run rtree_b2d_quadratic_dyn.cpp ] [ run rtree_p2d_rstar_dyn.cpp ] [ run rtree_b2d_rstar_dyn.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_dyn.cpp ] - [ run rtree_b2f_linear_dyn.cpp ] - [ run rtree_p2f_quadratic_dyn.cpp ] - [ run rtree_b2f_quadratic_dyn.cpp ] - [ run rtree_p2f_rstar_dyn.cpp ] - [ run rtree_b2f_rstar_dyn.cpp ] [ run rtree_p2i_linear.cpp ] [ run rtree_b2i_linear.cpp ] [ run rtree_p2i_quadratic.cpp ] @@ -44,18 +32,6 @@ test-suite boost-geometry-index-rtree-generated [ run rtree_b2i_quadratic_dyn.cpp ] [ run rtree_p2i_rstar_dyn.cpp ] [ run rtree_b2i_rstar_dyn.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_dyn.cpp ] - [ run rtree_b2tt_linear_dyn.cpp ] - [ run rtree_p2tt_quadratic_dyn.cpp ] - [ run rtree_b2tt_quadratic_dyn.cpp ] - [ run rtree_p2tt_rstar_dyn.cpp ] - [ run rtree_b2tt_rstar_dyn.cpp ] [ run rtree_p3d_linear.cpp ] [ run rtree_b3d_linear.cpp ] [ run rtree_p3d_quadratic.cpp ] @@ -68,18 +44,6 @@ test-suite boost-geometry-index-rtree-generated [ run rtree_b3d_quadratic_dyn.cpp ] [ run rtree_p3d_rstar_dyn.cpp ] [ run rtree_b3d_rstar_dyn.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_dyn.cpp ] - [ run rtree_b3f_linear_dyn.cpp ] - [ run rtree_p3f_quadratic_dyn.cpp ] - [ run rtree_b3f_quadratic_dyn.cpp ] - [ run rtree_p3f_rstar_dyn.cpp ] - [ run rtree_b3f_rstar_dyn.cpp ] [ run rtree_p3i_linear.cpp ] [ run rtree_b3i_linear.cpp ] [ run rtree_p3i_quadratic.cpp ] @@ -92,17 +56,5 @@ test-suite boost-geometry-index-rtree-generated [ run rtree_b3i_quadratic_dyn.cpp ] [ run rtree_p3i_rstar_dyn.cpp ] [ run rtree_b3i_rstar_dyn.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_dyn.cpp ] - [ run rtree_b3tt_linear_dyn.cpp ] - [ run rtree_p3tt_quadratic_dyn.cpp ] - [ run rtree_b3tt_quadratic_dyn.cpp ] - [ run rtree_p3tt_rstar_dyn.cpp ] - [ run rtree_b3tt_rstar_dyn.cpp ] ; diff --git a/test/index/rtree/generated/rtree_b2f_linear.cpp b/test/index/rtree/generated/rtree_b2f_linear.cpp deleted file mode 100644 index ff122ef06..000000000 --- a/test/index/rtree/generated/rtree_b2f_linear.cpp +++ /dev/null @@ -1,20 +0,0 @@ -// Boost.Geometry Index -// Unit Test - -// Copyright (c) 2011-2013 Adam Wulkiewicz, Lodz, Poland. - -// Use, modification and distribution is subject to the Boost Software License, -// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) - -#include - -#include -#include - -int test_main(int, char* []) -{ - typedef bg::model::point Point; - test_rtree_for_box(bgi::linear<8, 3>()); - return 0; -} diff --git a/test/index/rtree/generated/rtree_b2f_linear_dyn.cpp b/test/index/rtree/generated/rtree_b2f_linear_dyn.cpp deleted file mode 100644 index 0b3e48701..000000000 --- a/test/index/rtree/generated/rtree_b2f_linear_dyn.cpp +++ /dev/null @@ -1,20 +0,0 @@ -// Boost.Geometry Index -// Unit Test - -// Copyright (c) 2011-2013 Adam Wulkiewicz, Lodz, Poland. - -// Use, modification and distribution is subject to the Boost Software License, -// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) - -#include - -#include -#include - -int test_main(int, char* []) -{ - typedef bg::model::point Point; - test_rtree_for_box(bgi::dynamic_linear(8, 3)); - return 0; -} diff --git a/test/index/rtree/generated/rtree_b2f_quadratic.cpp b/test/index/rtree/generated/rtree_b2f_quadratic.cpp deleted file mode 100644 index 7c72afc59..000000000 --- a/test/index/rtree/generated/rtree_b2f_quadratic.cpp +++ /dev/null @@ -1,20 +0,0 @@ -// Boost.Geometry Index -// Unit Test - -// Copyright (c) 2011-2013 Adam Wulkiewicz, Lodz, Poland. - -// Use, modification and distribution is subject to the Boost Software License, -// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) - -#include - -#include -#include - -int test_main(int, char* []) -{ - typedef bg::model::point Point; - test_rtree_for_box(bgi::quadratic<8, 3>()); - return 0; -} diff --git a/test/index/rtree/generated/rtree_b2f_quadratic_dyn.cpp b/test/index/rtree/generated/rtree_b2f_quadratic_dyn.cpp deleted file mode 100644 index 277bc59a8..000000000 --- a/test/index/rtree/generated/rtree_b2f_quadratic_dyn.cpp +++ /dev/null @@ -1,20 +0,0 @@ -// Boost.Geometry Index -// Unit Test - -// Copyright (c) 2011-2013 Adam Wulkiewicz, Lodz, Poland. - -// Use, modification and distribution is subject to the Boost Software License, -// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) - -#include - -#include -#include - -int test_main(int, char* []) -{ - typedef bg::model::point Point; - test_rtree_for_box(bgi::dynamic_quadratic(8, 3)); - return 0; -} diff --git a/test/index/rtree/generated/rtree_b2f_rstar.cpp b/test/index/rtree/generated/rtree_b2f_rstar.cpp deleted file mode 100644 index 10e1af46c..000000000 --- a/test/index/rtree/generated/rtree_b2f_rstar.cpp +++ /dev/null @@ -1,20 +0,0 @@ -// Boost.Geometry Index -// Unit Test - -// Copyright (c) 2011-2013 Adam Wulkiewicz, Lodz, Poland. - -// Use, modification and distribution is subject to the Boost Software License, -// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) - -#include - -#include -#include - -int test_main(int, char* []) -{ - typedef bg::model::point Point; - test_rtree_for_box(bgi::rstar<8, 3>()); - return 0; -} diff --git a/test/index/rtree/generated/rtree_b2f_rstar_dyn.cpp b/test/index/rtree/generated/rtree_b2f_rstar_dyn.cpp deleted file mode 100644 index 7c0b7a855..000000000 --- a/test/index/rtree/generated/rtree_b2f_rstar_dyn.cpp +++ /dev/null @@ -1,20 +0,0 @@ -// Boost.Geometry Index -// Unit Test - -// Copyright (c) 2011-2013 Adam Wulkiewicz, Lodz, Poland. - -// Use, modification and distribution is subject to the Boost Software License, -// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) - -#include - -#include -#include - -int test_main(int, char* []) -{ - typedef bg::model::point Point; - test_rtree_for_box(bgi::dynamic_rstar(8, 3)); - return 0; -} diff --git a/test/index/rtree/generated/rtree_b2tt_linear.cpp b/test/index/rtree/generated/rtree_b2tt_linear.cpp deleted file mode 100644 index 8a83352ed..000000000 --- a/test/index/rtree/generated/rtree_b2tt_linear.cpp +++ /dev/null @@ -1,22 +0,0 @@ -// Boost.Geometry Index -// Unit Test - -// Copyright (c) 2011-2013 Adam Wulkiewicz, Lodz, Poland. - -// Use, modification and distribution is subject to the Boost Software License, -// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) - -#include - -#include -#include - -int test_main(int, char* []) -{ -#ifdef HAVE_TTMATH - typedef bg::model::point Point; - test_rtree_for_box(bgi::linear<8, 3>()); -#endif - return 0; -} diff --git a/test/index/rtree/generated/rtree_b2tt_linear_dyn.cpp b/test/index/rtree/generated/rtree_b2tt_linear_dyn.cpp deleted file mode 100644 index c2ceedbdb..000000000 --- a/test/index/rtree/generated/rtree_b2tt_linear_dyn.cpp +++ /dev/null @@ -1,22 +0,0 @@ -// Boost.Geometry Index -// Unit Test - -// Copyright (c) 2011-2013 Adam Wulkiewicz, Lodz, Poland. - -// Use, modification and distribution is subject to the Boost Software License, -// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) - -#include - -#include -#include - -int test_main(int, char* []) -{ -#ifdef HAVE_TTMATH - typedef bg::model::point Point; - test_rtree_for_box(bgi::dynamic_linear(8, 3)); -#endif - return 0; -} diff --git a/test/index/rtree/generated/rtree_b2tt_quadratic.cpp b/test/index/rtree/generated/rtree_b2tt_quadratic.cpp deleted file mode 100644 index 4d2884a03..000000000 --- a/test/index/rtree/generated/rtree_b2tt_quadratic.cpp +++ /dev/null @@ -1,22 +0,0 @@ -// Boost.Geometry Index -// Unit Test - -// Copyright (c) 2011-2013 Adam Wulkiewicz, Lodz, Poland. - -// Use, modification and distribution is subject to the Boost Software License, -// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) - -#include - -#include -#include - -int test_main(int, char* []) -{ -#ifdef HAVE_TTMATH - typedef bg::model::point Point; - test_rtree_for_box(bgi::quadratic<8, 3>()); -#endif - return 0; -} diff --git a/test/index/rtree/generated/rtree_b2tt_quadratic_dyn.cpp b/test/index/rtree/generated/rtree_b2tt_quadratic_dyn.cpp deleted file mode 100644 index 8bd029035..000000000 --- a/test/index/rtree/generated/rtree_b2tt_quadratic_dyn.cpp +++ /dev/null @@ -1,22 +0,0 @@ -// Boost.Geometry Index -// Unit Test - -// Copyright (c) 2011-2013 Adam Wulkiewicz, Lodz, Poland. - -// Use, modification and distribution is subject to the Boost Software License, -// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) - -#include - -#include -#include - -int test_main(int, char* []) -{ -#ifdef HAVE_TTMATH - typedef bg::model::point Point; - test_rtree_for_box(bgi::dynamic_quadratic(8, 3)); -#endif - return 0; -} diff --git a/test/index/rtree/generated/rtree_b2tt_rstar.cpp b/test/index/rtree/generated/rtree_b2tt_rstar.cpp deleted file mode 100644 index fb66a0439..000000000 --- a/test/index/rtree/generated/rtree_b2tt_rstar.cpp +++ /dev/null @@ -1,22 +0,0 @@ -// Boost.Geometry Index -// Unit Test - -// Copyright (c) 2011-2013 Adam Wulkiewicz, Lodz, Poland. - -// Use, modification and distribution is subject to the Boost Software License, -// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) - -#include - -#include -#include - -int test_main(int, char* []) -{ -#ifdef HAVE_TTMATH - typedef bg::model::point Point; - test_rtree_for_box(bgi::rstar<8, 3>()); -#endif - return 0; -} diff --git a/test/index/rtree/generated/rtree_b2tt_rstar_dyn.cpp b/test/index/rtree/generated/rtree_b2tt_rstar_dyn.cpp deleted file mode 100644 index 6bb760fcd..000000000 --- a/test/index/rtree/generated/rtree_b2tt_rstar_dyn.cpp +++ /dev/null @@ -1,22 +0,0 @@ -// Boost.Geometry Index -// Unit Test - -// Copyright (c) 2011-2013 Adam Wulkiewicz, Lodz, Poland. - -// Use, modification and distribution is subject to the Boost Software License, -// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) - -#include - -#include -#include - -int test_main(int, char* []) -{ -#ifdef HAVE_TTMATH - typedef bg::model::point Point; - test_rtree_for_box(bgi::dynamic_rstar(8, 3)); -#endif - return 0; -} diff --git a/test/index/rtree/generated/rtree_b3f_linear.cpp b/test/index/rtree/generated/rtree_b3f_linear.cpp deleted file mode 100644 index 20aff0d22..000000000 --- a/test/index/rtree/generated/rtree_b3f_linear.cpp +++ /dev/null @@ -1,20 +0,0 @@ -// Boost.Geometry Index -// Unit Test - -// Copyright (c) 2011-2013 Adam Wulkiewicz, Lodz, Poland. - -// Use, modification and distribution is subject to the Boost Software License, -// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) - -#include - -#include -#include - -int test_main(int, char* []) -{ - typedef bg::model::point Point; - test_rtree_for_box(bgi::linear<8, 3>()); - return 0; -} diff --git a/test/index/rtree/generated/rtree_b3f_linear_dyn.cpp b/test/index/rtree/generated/rtree_b3f_linear_dyn.cpp deleted file mode 100644 index e74c9979c..000000000 --- a/test/index/rtree/generated/rtree_b3f_linear_dyn.cpp +++ /dev/null @@ -1,20 +0,0 @@ -// Boost.Geometry Index -// Unit Test - -// Copyright (c) 2011-2013 Adam Wulkiewicz, Lodz, Poland. - -// Use, modification and distribution is subject to the Boost Software License, -// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) - -#include - -#include -#include - -int test_main(int, char* []) -{ - typedef bg::model::point Point; - test_rtree_for_box(bgi::dynamic_linear(8, 3)); - return 0; -} diff --git a/test/index/rtree/generated/rtree_b3f_quadratic.cpp b/test/index/rtree/generated/rtree_b3f_quadratic.cpp deleted file mode 100644 index 1a0ac4fb1..000000000 --- a/test/index/rtree/generated/rtree_b3f_quadratic.cpp +++ /dev/null @@ -1,20 +0,0 @@ -// Boost.Geometry Index -// Unit Test - -// Copyright (c) 2011-2013 Adam Wulkiewicz, Lodz, Poland. - -// Use, modification and distribution is subject to the Boost Software License, -// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) - -#include - -#include -#include - -int test_main(int, char* []) -{ - typedef bg::model::point Point; - test_rtree_for_box(bgi::quadratic<8, 3>()); - return 0; -} diff --git a/test/index/rtree/generated/rtree_b3f_quadratic_dyn.cpp b/test/index/rtree/generated/rtree_b3f_quadratic_dyn.cpp deleted file mode 100644 index 3ab424540..000000000 --- a/test/index/rtree/generated/rtree_b3f_quadratic_dyn.cpp +++ /dev/null @@ -1,20 +0,0 @@ -// Boost.Geometry Index -// Unit Test - -// Copyright (c) 2011-2013 Adam Wulkiewicz, Lodz, Poland. - -// Use, modification and distribution is subject to the Boost Software License, -// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) - -#include - -#include -#include - -int test_main(int, char* []) -{ - typedef bg::model::point Point; - test_rtree_for_box(bgi::dynamic_quadratic(8, 3)); - return 0; -} diff --git a/test/index/rtree/generated/rtree_b3f_rstar.cpp b/test/index/rtree/generated/rtree_b3f_rstar.cpp deleted file mode 100644 index 8c52a946d..000000000 --- a/test/index/rtree/generated/rtree_b3f_rstar.cpp +++ /dev/null @@ -1,20 +0,0 @@ -// Boost.Geometry Index -// Unit Test - -// Copyright (c) 2011-2013 Adam Wulkiewicz, Lodz, Poland. - -// Use, modification and distribution is subject to the Boost Software License, -// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) - -#include - -#include -#include - -int test_main(int, char* []) -{ - typedef bg::model::point Point; - test_rtree_for_box(bgi::rstar<8, 3>()); - return 0; -} diff --git a/test/index/rtree/generated/rtree_b3f_rstar_dyn.cpp b/test/index/rtree/generated/rtree_b3f_rstar_dyn.cpp deleted file mode 100644 index 3640772e9..000000000 --- a/test/index/rtree/generated/rtree_b3f_rstar_dyn.cpp +++ /dev/null @@ -1,20 +0,0 @@ -// Boost.Geometry Index -// Unit Test - -// Copyright (c) 2011-2013 Adam Wulkiewicz, Lodz, Poland. - -// Use, modification and distribution is subject to the Boost Software License, -// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) - -#include - -#include -#include - -int test_main(int, char* []) -{ - typedef bg::model::point Point; - test_rtree_for_box(bgi::dynamic_rstar(8, 3)); - return 0; -} diff --git a/test/index/rtree/generated/rtree_b3tt_linear.cpp b/test/index/rtree/generated/rtree_b3tt_linear.cpp deleted file mode 100644 index 01df37cbc..000000000 --- a/test/index/rtree/generated/rtree_b3tt_linear.cpp +++ /dev/null @@ -1,22 +0,0 @@ -// Boost.Geometry Index -// Unit Test - -// Copyright (c) 2011-2013 Adam Wulkiewicz, Lodz, Poland. - -// Use, modification and distribution is subject to the Boost Software License, -// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) - -#include - -#include -#include - -int test_main(int, char* []) -{ -#ifdef HAVE_TTMATH - typedef bg::model::point Point; - test_rtree_for_box(bgi::linear<8, 3>()); -#endif - return 0; -} diff --git a/test/index/rtree/generated/rtree_b3tt_linear_dyn.cpp b/test/index/rtree/generated/rtree_b3tt_linear_dyn.cpp deleted file mode 100644 index 8084caa7a..000000000 --- a/test/index/rtree/generated/rtree_b3tt_linear_dyn.cpp +++ /dev/null @@ -1,22 +0,0 @@ -// Boost.Geometry Index -// Unit Test - -// Copyright (c) 2011-2013 Adam Wulkiewicz, Lodz, Poland. - -// Use, modification and distribution is subject to the Boost Software License, -// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) - -#include - -#include -#include - -int test_main(int, char* []) -{ -#ifdef HAVE_TTMATH - typedef bg::model::point Point; - test_rtree_for_box(bgi::dynamic_linear(8, 3)); -#endif - return 0; -} diff --git a/test/index/rtree/generated/rtree_b3tt_quadratic.cpp b/test/index/rtree/generated/rtree_b3tt_quadratic.cpp deleted file mode 100644 index 68016508b..000000000 --- a/test/index/rtree/generated/rtree_b3tt_quadratic.cpp +++ /dev/null @@ -1,22 +0,0 @@ -// Boost.Geometry Index -// Unit Test - -// Copyright (c) 2011-2013 Adam Wulkiewicz, Lodz, Poland. - -// Use, modification and distribution is subject to the Boost Software License, -// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) - -#include - -#include -#include - -int test_main(int, char* []) -{ -#ifdef HAVE_TTMATH - typedef bg::model::point Point; - test_rtree_for_box(bgi::quadratic<8, 3>()); -#endif - return 0; -} diff --git a/test/index/rtree/generated/rtree_b3tt_quadratic_dyn.cpp b/test/index/rtree/generated/rtree_b3tt_quadratic_dyn.cpp deleted file mode 100644 index b277b2222..000000000 --- a/test/index/rtree/generated/rtree_b3tt_quadratic_dyn.cpp +++ /dev/null @@ -1,22 +0,0 @@ -// Boost.Geometry Index -// Unit Test - -// Copyright (c) 2011-2013 Adam Wulkiewicz, Lodz, Poland. - -// Use, modification and distribution is subject to the Boost Software License, -// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) - -#include - -#include -#include - -int test_main(int, char* []) -{ -#ifdef HAVE_TTMATH - typedef bg::model::point Point; - test_rtree_for_box(bgi::dynamic_quadratic(8, 3)); -#endif - return 0; -} diff --git a/test/index/rtree/generated/rtree_b3tt_rstar.cpp b/test/index/rtree/generated/rtree_b3tt_rstar.cpp deleted file mode 100644 index 027e4a3ee..000000000 --- a/test/index/rtree/generated/rtree_b3tt_rstar.cpp +++ /dev/null @@ -1,22 +0,0 @@ -// Boost.Geometry Index -// Unit Test - -// Copyright (c) 2011-2013 Adam Wulkiewicz, Lodz, Poland. - -// Use, modification and distribution is subject to the Boost Software License, -// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) - -#include - -#include -#include - -int test_main(int, char* []) -{ -#ifdef HAVE_TTMATH - typedef bg::model::point Point; - test_rtree_for_box(bgi::rstar<8, 3>()); -#endif - return 0; -} diff --git a/test/index/rtree/generated/rtree_b3tt_rstar_dyn.cpp b/test/index/rtree/generated/rtree_b3tt_rstar_dyn.cpp deleted file mode 100644 index e673826a9..000000000 --- a/test/index/rtree/generated/rtree_b3tt_rstar_dyn.cpp +++ /dev/null @@ -1,22 +0,0 @@ -// Boost.Geometry Index -// Unit Test - -// Copyright (c) 2011-2013 Adam Wulkiewicz, Lodz, Poland. - -// Use, modification and distribution is subject to the Boost Software License, -// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) - -#include - -#include -#include - -int test_main(int, char* []) -{ -#ifdef HAVE_TTMATH - typedef bg::model::point Point; - test_rtree_for_box(bgi::dynamic_rstar(8, 3)); -#endif - return 0; -} diff --git a/test/index/rtree/generated/rtree_p2f_linear.cpp b/test/index/rtree/generated/rtree_p2f_linear.cpp deleted file mode 100644 index d8fc01866..000000000 --- a/test/index/rtree/generated/rtree_p2f_linear.cpp +++ /dev/null @@ -1,19 +0,0 @@ -// Boost.Geometry Index -// Unit Test - -// Copyright (c) 2011-2013 Adam Wulkiewicz, Lodz, Poland. - -// Use, modification and distribution is subject to the Boost Software License, -// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) - -#include - -#include - -int test_main(int, char* []) -{ - typedef bg::model::point Point; - test_rtree_for_point(bgi::linear<8, 3>()); - return 0; -} diff --git a/test/index/rtree/generated/rtree_p2f_linear_dyn.cpp b/test/index/rtree/generated/rtree_p2f_linear_dyn.cpp deleted file mode 100644 index cea61cd84..000000000 --- a/test/index/rtree/generated/rtree_p2f_linear_dyn.cpp +++ /dev/null @@ -1,19 +0,0 @@ -// Boost.Geometry Index -// Unit Test - -// Copyright (c) 2011-2013 Adam Wulkiewicz, Lodz, Poland. - -// Use, modification and distribution is subject to the Boost Software License, -// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) - -#include - -#include - -int test_main(int, char* []) -{ - typedef bg::model::point Point; - test_rtree_for_point(bgi::dynamic_linear(8, 3)); - return 0; -} diff --git a/test/index/rtree/generated/rtree_p2f_quadratic.cpp b/test/index/rtree/generated/rtree_p2f_quadratic.cpp deleted file mode 100644 index 2865c34a6..000000000 --- a/test/index/rtree/generated/rtree_p2f_quadratic.cpp +++ /dev/null @@ -1,19 +0,0 @@ -// Boost.Geometry Index -// Unit Test - -// Copyright (c) 2011-2013 Adam Wulkiewicz, Lodz, Poland. - -// Use, modification and distribution is subject to the Boost Software License, -// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) - -#include - -#include - -int test_main(int, char* []) -{ - typedef bg::model::point Point; - test_rtree_for_point(bgi::quadratic<8, 3>()); - return 0; -} diff --git a/test/index/rtree/generated/rtree_p2f_quadratic_dyn.cpp b/test/index/rtree/generated/rtree_p2f_quadratic_dyn.cpp deleted file mode 100644 index 5418bdf7d..000000000 --- a/test/index/rtree/generated/rtree_p2f_quadratic_dyn.cpp +++ /dev/null @@ -1,19 +0,0 @@ -// Boost.Geometry Index -// Unit Test - -// Copyright (c) 2011-2013 Adam Wulkiewicz, Lodz, Poland. - -// Use, modification and distribution is subject to the Boost Software License, -// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) - -#include - -#include - -int test_main(int, char* []) -{ - typedef bg::model::point Point; - test_rtree_for_point(bgi::dynamic_quadratic(8, 3)); - return 0; -} diff --git a/test/index/rtree/generated/rtree_p2f_rstar.cpp b/test/index/rtree/generated/rtree_p2f_rstar.cpp deleted file mode 100644 index 14ebaec2c..000000000 --- a/test/index/rtree/generated/rtree_p2f_rstar.cpp +++ /dev/null @@ -1,19 +0,0 @@ -// Boost.Geometry Index -// Unit Test - -// Copyright (c) 2011-2013 Adam Wulkiewicz, Lodz, Poland. - -// Use, modification and distribution is subject to the Boost Software License, -// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) - -#include - -#include - -int test_main(int, char* []) -{ - typedef bg::model::point Point; - test_rtree_for_point(bgi::rstar<8, 3>()); - return 0; -} diff --git a/test/index/rtree/generated/rtree_p2f_rstar_dyn.cpp b/test/index/rtree/generated/rtree_p2f_rstar_dyn.cpp deleted file mode 100644 index 987714647..000000000 --- a/test/index/rtree/generated/rtree_p2f_rstar_dyn.cpp +++ /dev/null @@ -1,19 +0,0 @@ -// Boost.Geometry Index -// Unit Test - -// Copyright (c) 2011-2013 Adam Wulkiewicz, Lodz, Poland. - -// Use, modification and distribution is subject to the Boost Software License, -// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) - -#include - -#include - -int test_main(int, char* []) -{ - typedef bg::model::point Point; - test_rtree_for_point(bgi::dynamic_rstar(8, 3)); - return 0; -} diff --git a/test/index/rtree/generated/rtree_p2tt_linear.cpp b/test/index/rtree/generated/rtree_p2tt_linear.cpp deleted file mode 100644 index d2d6389f2..000000000 --- a/test/index/rtree/generated/rtree_p2tt_linear.cpp +++ /dev/null @@ -1,21 +0,0 @@ -// Boost.Geometry Index -// Unit Test - -// Copyright (c) 2011-2013 Adam Wulkiewicz, Lodz, Poland. - -// Use, modification and distribution is subject to the Boost Software License, -// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) - -#include - -#include - -int test_main(int, char* []) -{ -#ifdef HAVE_TTMATH - typedef bg::model::point Point; - test_rtree_for_point(bgi::linear<8, 3>()); -#endif - return 0; -} diff --git a/test/index/rtree/generated/rtree_p2tt_linear_dyn.cpp b/test/index/rtree/generated/rtree_p2tt_linear_dyn.cpp deleted file mode 100644 index 542f7288e..000000000 --- a/test/index/rtree/generated/rtree_p2tt_linear_dyn.cpp +++ /dev/null @@ -1,21 +0,0 @@ -// Boost.Geometry Index -// Unit Test - -// Copyright (c) 2011-2013 Adam Wulkiewicz, Lodz, Poland. - -// Use, modification and distribution is subject to the Boost Software License, -// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) - -#include - -#include - -int test_main(int, char* []) -{ -#ifdef HAVE_TTMATH - typedef bg::model::point Point; - test_rtree_for_point(bgi::dynamic_linear(8, 3)); -#endif - return 0; -} diff --git a/test/index/rtree/generated/rtree_p2tt_quadratic.cpp b/test/index/rtree/generated/rtree_p2tt_quadratic.cpp deleted file mode 100644 index 7d72d3920..000000000 --- a/test/index/rtree/generated/rtree_p2tt_quadratic.cpp +++ /dev/null @@ -1,21 +0,0 @@ -// Boost.Geometry Index -// Unit Test - -// Copyright (c) 2011-2013 Adam Wulkiewicz, Lodz, Poland. - -// Use, modification and distribution is subject to the Boost Software License, -// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) - -#include - -#include - -int test_main(int, char* []) -{ -#ifdef HAVE_TTMATH - typedef bg::model::point Point; - test_rtree_for_point(bgi::quadratic<8, 3>()); -#endif - return 0; -} diff --git a/test/index/rtree/generated/rtree_p2tt_quadratic_dyn.cpp b/test/index/rtree/generated/rtree_p2tt_quadratic_dyn.cpp deleted file mode 100644 index 8808d17f5..000000000 --- a/test/index/rtree/generated/rtree_p2tt_quadratic_dyn.cpp +++ /dev/null @@ -1,21 +0,0 @@ -// Boost.Geometry Index -// Unit Test - -// Copyright (c) 2011-2013 Adam Wulkiewicz, Lodz, Poland. - -// Use, modification and distribution is subject to the Boost Software License, -// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) - -#include - -#include - -int test_main(int, char* []) -{ -#ifdef HAVE_TTMATH - typedef bg::model::point Point; - test_rtree_for_point(bgi::dynamic_quadratic(8, 3)); -#endif - return 0; -} diff --git a/test/index/rtree/generated/rtree_p2tt_rstar.cpp b/test/index/rtree/generated/rtree_p2tt_rstar.cpp deleted file mode 100644 index cd0ce4463..000000000 --- a/test/index/rtree/generated/rtree_p2tt_rstar.cpp +++ /dev/null @@ -1,21 +0,0 @@ -// Boost.Geometry Index -// Unit Test - -// Copyright (c) 2011-2013 Adam Wulkiewicz, Lodz, Poland. - -// Use, modification and distribution is subject to the Boost Software License, -// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) - -#include - -#include - -int test_main(int, char* []) -{ -#ifdef HAVE_TTMATH - typedef bg::model::point Point; - test_rtree_for_point(bgi::rstar<8, 3>()); -#endif - return 0; -} diff --git a/test/index/rtree/generated/rtree_p2tt_rstar_dyn.cpp b/test/index/rtree/generated/rtree_p2tt_rstar_dyn.cpp deleted file mode 100644 index 68c19615c..000000000 --- a/test/index/rtree/generated/rtree_p2tt_rstar_dyn.cpp +++ /dev/null @@ -1,21 +0,0 @@ -// Boost.Geometry Index -// Unit Test - -// Copyright (c) 2011-2013 Adam Wulkiewicz, Lodz, Poland. - -// Use, modification and distribution is subject to the Boost Software License, -// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) - -#include - -#include - -int test_main(int, char* []) -{ -#ifdef HAVE_TTMATH - typedef bg::model::point Point; - test_rtree_for_point(bgi::dynamic_rstar(8, 3)); -#endif - return 0; -} diff --git a/test/index/rtree/generated/rtree_p3f_linear.cpp b/test/index/rtree/generated/rtree_p3f_linear.cpp deleted file mode 100644 index b2ec1809f..000000000 --- a/test/index/rtree/generated/rtree_p3f_linear.cpp +++ /dev/null @@ -1,19 +0,0 @@ -// Boost.Geometry Index -// Unit Test - -// Copyright (c) 2011-2013 Adam Wulkiewicz, Lodz, Poland. - -// Use, modification and distribution is subject to the Boost Software License, -// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) - -#include - -#include - -int test_main(int, char* []) -{ - typedef bg::model::point Point; - test_rtree_for_point(bgi::linear<8, 3>()); - return 0; -} diff --git a/test/index/rtree/generated/rtree_p3f_linear_dyn.cpp b/test/index/rtree/generated/rtree_p3f_linear_dyn.cpp deleted file mode 100644 index 4c066ed02..000000000 --- a/test/index/rtree/generated/rtree_p3f_linear_dyn.cpp +++ /dev/null @@ -1,19 +0,0 @@ -// Boost.Geometry Index -// Unit Test - -// Copyright (c) 2011-2013 Adam Wulkiewicz, Lodz, Poland. - -// Use, modification and distribution is subject to the Boost Software License, -// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) - -#include - -#include - -int test_main(int, char* []) -{ - typedef bg::model::point Point; - test_rtree_for_point(bgi::dynamic_linear(8, 3)); - return 0; -} diff --git a/test/index/rtree/generated/rtree_p3f_quadratic.cpp b/test/index/rtree/generated/rtree_p3f_quadratic.cpp deleted file mode 100644 index 2dc5b9257..000000000 --- a/test/index/rtree/generated/rtree_p3f_quadratic.cpp +++ /dev/null @@ -1,19 +0,0 @@ -// Boost.Geometry Index -// Unit Test - -// Copyright (c) 2011-2013 Adam Wulkiewicz, Lodz, Poland. - -// Use, modification and distribution is subject to the Boost Software License, -// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) - -#include - -#include - -int test_main(int, char* []) -{ - typedef bg::model::point Point; - test_rtree_for_point(bgi::quadratic<8, 3>()); - return 0; -} diff --git a/test/index/rtree/generated/rtree_p3f_quadratic_dyn.cpp b/test/index/rtree/generated/rtree_p3f_quadratic_dyn.cpp deleted file mode 100644 index de4e1d940..000000000 --- a/test/index/rtree/generated/rtree_p3f_quadratic_dyn.cpp +++ /dev/null @@ -1,19 +0,0 @@ -// Boost.Geometry Index -// Unit Test - -// Copyright (c) 2011-2013 Adam Wulkiewicz, Lodz, Poland. - -// Use, modification and distribution is subject to the Boost Software License, -// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) - -#include - -#include - -int test_main(int, char* []) -{ - typedef bg::model::point Point; - test_rtree_for_point(bgi::dynamic_quadratic(8, 3)); - return 0; -} diff --git a/test/index/rtree/generated/rtree_p3f_rstar.cpp b/test/index/rtree/generated/rtree_p3f_rstar.cpp deleted file mode 100644 index ac62ff650..000000000 --- a/test/index/rtree/generated/rtree_p3f_rstar.cpp +++ /dev/null @@ -1,19 +0,0 @@ -// Boost.Geometry Index -// Unit Test - -// Copyright (c) 2011-2013 Adam Wulkiewicz, Lodz, Poland. - -// Use, modification and distribution is subject to the Boost Software License, -// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) - -#include - -#include - -int test_main(int, char* []) -{ - typedef bg::model::point Point; - test_rtree_for_point(bgi::rstar<8, 3>()); - return 0; -} diff --git a/test/index/rtree/generated/rtree_p3f_rstar_dyn.cpp b/test/index/rtree/generated/rtree_p3f_rstar_dyn.cpp deleted file mode 100644 index a6776e1c5..000000000 --- a/test/index/rtree/generated/rtree_p3f_rstar_dyn.cpp +++ /dev/null @@ -1,19 +0,0 @@ -// Boost.Geometry Index -// Unit Test - -// Copyright (c) 2011-2013 Adam Wulkiewicz, Lodz, Poland. - -// Use, modification and distribution is subject to the Boost Software License, -// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) - -#include - -#include - -int test_main(int, char* []) -{ - typedef bg::model::point Point; - test_rtree_for_point(bgi::dynamic_rstar(8, 3)); - return 0; -} diff --git a/test/index/rtree/generated/rtree_p3tt_linear.cpp b/test/index/rtree/generated/rtree_p3tt_linear.cpp deleted file mode 100644 index 2bf383ad8..000000000 --- a/test/index/rtree/generated/rtree_p3tt_linear.cpp +++ /dev/null @@ -1,21 +0,0 @@ -// Boost.Geometry Index -// Unit Test - -// Copyright (c) 2011-2013 Adam Wulkiewicz, Lodz, Poland. - -// Use, modification and distribution is subject to the Boost Software License, -// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) - -#include - -#include - -int test_main(int, char* []) -{ -#ifdef HAVE_TTMATH - typedef bg::model::point Point; - test_rtree_for_point(bgi::linear<8, 3>()); -#endif - return 0; -} diff --git a/test/index/rtree/generated/rtree_p3tt_linear_dyn.cpp b/test/index/rtree/generated/rtree_p3tt_linear_dyn.cpp deleted file mode 100644 index d939880c6..000000000 --- a/test/index/rtree/generated/rtree_p3tt_linear_dyn.cpp +++ /dev/null @@ -1,21 +0,0 @@ -// Boost.Geometry Index -// Unit Test - -// Copyright (c) 2011-2013 Adam Wulkiewicz, Lodz, Poland. - -// Use, modification and distribution is subject to the Boost Software License, -// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) - -#include - -#include - -int test_main(int, char* []) -{ -#ifdef HAVE_TTMATH - typedef bg::model::point Point; - test_rtree_for_point(bgi::dynamic_linear(8, 3)); -#endif - return 0; -} diff --git a/test/index/rtree/generated/rtree_p3tt_quadratic.cpp b/test/index/rtree/generated/rtree_p3tt_quadratic.cpp deleted file mode 100644 index 74faf4548..000000000 --- a/test/index/rtree/generated/rtree_p3tt_quadratic.cpp +++ /dev/null @@ -1,21 +0,0 @@ -// Boost.Geometry Index -// Unit Test - -// Copyright (c) 2011-2013 Adam Wulkiewicz, Lodz, Poland. - -// Use, modification and distribution is subject to the Boost Software License, -// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) - -#include - -#include - -int test_main(int, char* []) -{ -#ifdef HAVE_TTMATH - typedef bg::model::point Point; - test_rtree_for_point(bgi::quadratic<8, 3>()); -#endif - return 0; -} diff --git a/test/index/rtree/generated/rtree_p3tt_quadratic_dyn.cpp b/test/index/rtree/generated/rtree_p3tt_quadratic_dyn.cpp deleted file mode 100644 index f6dd08433..000000000 --- a/test/index/rtree/generated/rtree_p3tt_quadratic_dyn.cpp +++ /dev/null @@ -1,21 +0,0 @@ -// Boost.Geometry Index -// Unit Test - -// Copyright (c) 2011-2013 Adam Wulkiewicz, Lodz, Poland. - -// Use, modification and distribution is subject to the Boost Software License, -// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) - -#include - -#include - -int test_main(int, char* []) -{ -#ifdef HAVE_TTMATH - typedef bg::model::point Point; - test_rtree_for_point(bgi::dynamic_quadratic(8, 3)); -#endif - return 0; -} diff --git a/test/index/rtree/generated/rtree_p3tt_rstar.cpp b/test/index/rtree/generated/rtree_p3tt_rstar.cpp deleted file mode 100644 index 8b5bc8c1e..000000000 --- a/test/index/rtree/generated/rtree_p3tt_rstar.cpp +++ /dev/null @@ -1,21 +0,0 @@ -// Boost.Geometry Index -// Unit Test - -// Copyright (c) 2011-2013 Adam Wulkiewicz, Lodz, Poland. - -// Use, modification and distribution is subject to the Boost Software License, -// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) - -#include - -#include - -int test_main(int, char* []) -{ -#ifdef HAVE_TTMATH - typedef bg::model::point Point; - test_rtree_for_point(bgi::rstar<8, 3>()); -#endif - return 0; -} diff --git a/test/index/rtree/generated/rtree_p3tt_rstar_dyn.cpp b/test/index/rtree/generated/rtree_p3tt_rstar_dyn.cpp deleted file mode 100644 index 637087f0d..000000000 --- a/test/index/rtree/generated/rtree_p3tt_rstar_dyn.cpp +++ /dev/null @@ -1,21 +0,0 @@ -// Boost.Geometry Index -// Unit Test - -// Copyright (c) 2011-2013 Adam Wulkiewicz, Lodz, Poland. - -// Use, modification and distribution is subject to the Boost Software License, -// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) - -#include - -#include - -int test_main(int, char* []) -{ -#ifdef HAVE_TTMATH - typedef bg::model::point Point; - test_rtree_for_point(bgi::dynamic_rstar(8, 3)); -#endif - return 0; -} diff --git a/test/index/rtree/rtree_test_generator.cpp b/test/index/rtree/rtree_test_generator.cpp index 676a99d16..e43fd15e5 100644 --- a/test/index/rtree/rtree_test_generator.cpp +++ b/test/index/rtree/rtree_test_generator.cpp @@ -20,9 +20,9 @@ int main() typedef boost::tuple CT; std::vector 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("float", "f", "")); coordinate_types.push_back(boost::make_tuple("int", "i", "")); - coordinate_types.push_back(boost::make_tuple("ttmath_big", "tt", "HAVE_TTMATH")); + //coordinate_types.push_back(boost::make_tuple("ttmath_big", "tt", "HAVE_TTMATH")); std::vector dimensions; dimensions.push_back("2");