mirror of https://github.com/CGAL/cgal
Merge pull request #3804 from afabri/CGAL_tests_must_not_include_basic-GF
Do not include <CGAL/basic.h>
This commit is contained in:
commit
b8fe6b10ee
|
|
@ -27,6 +27,7 @@
|
||||||
#ifndef CGAL_SCALAR_FACTOR_TRAITS_H
|
#ifndef CGAL_SCALAR_FACTOR_TRAITS_H
|
||||||
#define CGAL_SCALAR_FACTOR_TRAITS_H
|
#define CGAL_SCALAR_FACTOR_TRAITS_H
|
||||||
|
|
||||||
|
#include <CGAL/assertions.h>
|
||||||
#include <CGAL/Algebraic_structure_traits.h>
|
#include <CGAL/Algebraic_structure_traits.h>
|
||||||
|
|
||||||
/*! \file NiX/Scalar_factor_traits.h
|
/*! \file NiX/Scalar_factor_traits.h
|
||||||
|
|
|
||||||
|
|
@ -28,10 +28,10 @@
|
||||||
|
|
||||||
// within this file AS ^= Type
|
// within this file AS ^= Type
|
||||||
|
|
||||||
#include <CGAL/basic.h>
|
|
||||||
#include <CGAL/Algebraic_structure_traits.h>
|
#include <CGAL/Algebraic_structure_traits.h>
|
||||||
//#include <CGAL/Real_embeddable_traits.h>
|
//#include <CGAL/Real_embeddable_traits.h>
|
||||||
|
|
||||||
|
#include <CGAL/number_utils.h>
|
||||||
#include <CGAL/assertions.h>
|
#include <CGAL/assertions.h>
|
||||||
#include <CGAL/use.h>
|
#include <CGAL/use.h>
|
||||||
#include <boost/type_traits.hpp>
|
#include <boost/type_traits.hpp>
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,6 @@
|
||||||
|
|
||||||
// within this file FT ^= Fraction_traits<T>
|
// within this file FT ^= Fraction_traits<T>
|
||||||
|
|
||||||
#include <CGAL/basic.h>
|
|
||||||
#include <cassert>
|
#include <cassert>
|
||||||
#include <CGAL/to_rational.h>
|
#include <CGAL/to_rational.h>
|
||||||
#include <CGAL/use.h>
|
#include <CGAL/use.h>
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,6 @@
|
||||||
|
|
||||||
// within this file FT ^= Fraction_traits<T>
|
// within this file FT ^= Fraction_traits<T>
|
||||||
|
|
||||||
#include <CGAL/basic.h>
|
|
||||||
#include <cassert>
|
#include <cassert>
|
||||||
#include <CGAL/to_rational.h>
|
#include <CGAL/to_rational.h>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -24,8 +24,6 @@
|
||||||
// \brief provides test functions for the \c RealEmbeddable concept of
|
// \brief provides test functions for the \c RealEmbeddable concept of
|
||||||
// number types.
|
// number types.
|
||||||
|
|
||||||
#include <CGAL/basic.h>
|
|
||||||
|
|
||||||
#include <cstddef>
|
#include <cstddef>
|
||||||
#include <CGAL/assertions.h>
|
#include <CGAL/assertions.h>
|
||||||
#include <boost/type_traits.hpp>
|
#include <boost/type_traits.hpp>
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
#include <CGAL/basic.h>
|
|
||||||
#include <CGAL/use.h>
|
#include <CGAL/use.h>
|
||||||
#include <CGAL/Algebraic_extension_traits.h>
|
#include <CGAL/Algebraic_extension_traits.h>
|
||||||
#include <CGAL/Sqrt_extension.h>
|
#include <CGAL/Sqrt_extension.h>
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
#include <CGAL/basic.h>
|
|
||||||
#include <CGAL/use.h>
|
#include <CGAL/use.h>
|
||||||
#include <CGAL/Algebraic_structure_traits.h>
|
#include <CGAL/Algebraic_structure_traits.h>
|
||||||
#include <cassert>
|
#include <cassert>
|
||||||
|
|
|
||||||
|
|
@ -29,7 +29,6 @@
|
||||||
// ============================================================================
|
// ============================================================================
|
||||||
|
|
||||||
#undef NDEBUG
|
#undef NDEBUG
|
||||||
#include <CGAL/basic.h>
|
|
||||||
#include <CGAL/Chinese_remainder_traits.h>
|
#include <CGAL/Chinese_remainder_traits.h>
|
||||||
#include <CGAL/Arithmetic_kernel.h>
|
#include <CGAL/Arithmetic_kernel.h>
|
||||||
#include <CGAL/CORE_arithmetic_kernel.h>
|
#include <CGAL/CORE_arithmetic_kernel.h>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
#include <CGAL/basic.h>
|
|
||||||
#include <CGAL/use.h>
|
#include <CGAL/use.h>
|
||||||
|
#include <CGAL/assertions.h>
|
||||||
#include <CGAL/Coercion_traits.h>
|
#include <CGAL/Coercion_traits.h>
|
||||||
#include <cassert>
|
#include <cassert>
|
||||||
int main(){
|
int main(){
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
#include <CGAL/basic.h>
|
|
||||||
#include <CGAL/use.h>
|
#include <CGAL/use.h>
|
||||||
#include <CGAL/Real_embeddable_traits.h>
|
#include <CGAL/Real_embeddable_traits.h>
|
||||||
#include <cassert>
|
#include <cassert>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
#include <CGAL/basic.h>
|
|
||||||
#include <CGAL/use.h>
|
#include <CGAL/use.h>
|
||||||
|
#include <CGAL/int.h>
|
||||||
#include <CGAL/Scalar_factor_traits.h>
|
#include <CGAL/Scalar_factor_traits.h>
|
||||||
#include <cassert>
|
#include <cassert>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,6 @@
|
||||||
//
|
//
|
||||||
// ============================================================================
|
// ============================================================================
|
||||||
|
|
||||||
#include <CGAL/basic.h>
|
|
||||||
#include <CGAL/Arithmetic_kernel.h>
|
#include <CGAL/Arithmetic_kernel.h>
|
||||||
#include <CGAL/Algebraic_structure_traits.h>
|
#include <CGAL/Algebraic_structure_traits.h>
|
||||||
#include <cassert>
|
#include <cassert>
|
||||||
|
|
|
||||||
|
|
@ -21,7 +21,6 @@
|
||||||
//
|
//
|
||||||
// ============================================================================
|
// ============================================================================
|
||||||
|
|
||||||
#include <CGAL/basic.h>
|
|
||||||
#include <cassert>
|
#include <cassert>
|
||||||
#include <CGAL/ipower.h>
|
#include <CGAL/ipower.h>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,6 @@
|
||||||
#define CGAL_AK_ENABLE_DEPRECATED_INTERFACE 1
|
#define CGAL_AK_ENABLE_DEPRECATED_INTERFACE 1
|
||||||
|
|
||||||
#include <CGAL/Algebraic_kernel_d/flags.h>
|
#include <CGAL/Algebraic_kernel_d/flags.h>
|
||||||
#include <CGAL/basic.h>
|
|
||||||
|
|
||||||
#include <CGAL/Arithmetic_kernel.h>
|
#include <CGAL/Arithmetic_kernel.h>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,6 @@
|
||||||
|
|
||||||
#define CGAL_TEST_ALL_AK_VARIANTS 1
|
#define CGAL_TEST_ALL_AK_VARIANTS 1
|
||||||
|
|
||||||
#include <CGAL/basic.h>
|
|
||||||
#include <CGAL/Algebraic_kernel_d_1.h>
|
#include <CGAL/Algebraic_kernel_d_1.h>
|
||||||
#include <CGAL/Algebraic_kernel_d/Algebraic_real_rep_bfi.h>
|
#include <CGAL/Algebraic_kernel_d/Algebraic_real_rep_bfi.h>
|
||||||
#include <CGAL/Algebraic_kernel_d/Algebraic_real_rep.h>
|
#include <CGAL/Algebraic_kernel_d/Algebraic_real_rep.h>
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,6 @@
|
||||||
//#define CGAL_AK_ENABLE_DEPRECATED_INTERFACE 1
|
//#define CGAL_AK_ENABLE_DEPRECATED_INTERFACE 1
|
||||||
|
|
||||||
#include <CGAL/Algebraic_kernel_d/flags.h>
|
#include <CGAL/Algebraic_kernel_d/flags.h>
|
||||||
#include <CGAL/basic.h>
|
|
||||||
|
|
||||||
#include <CGAL/Arithmetic_kernel.h>
|
#include <CGAL/Arithmetic_kernel.h>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -18,8 +18,6 @@
|
||||||
This is the test file for the class NiX::Algebraic_real_d_1.
|
This is the test file for the class NiX::Algebraic_real_d_1.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <CGAL/basic.h>
|
|
||||||
|
|
||||||
#include <cassert>
|
#include <cassert>
|
||||||
|
|
||||||
#include <CGAL/Arithmetic_kernel.h>
|
#include <CGAL/Arithmetic_kernel.h>
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,6 @@
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <CGAL/basic.h>
|
|
||||||
#include <cassert>
|
#include <cassert>
|
||||||
|
|
||||||
// include these traits here by 'hand', since not in release 3.3
|
// include these traits here by 'hand', since not in release 3.3
|
||||||
|
|
|
||||||
|
|
@ -21,7 +21,6 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <CGAL/basic.h>
|
|
||||||
|
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -19,8 +19,6 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
#include <CGAL/basic.h>
|
|
||||||
|
|
||||||
// include these traits here by 'hand', since not in release 3.3
|
// include these traits here by 'hand', since not in release 3.3
|
||||||
#include <CGAL/Algebraic_extension_traits.h>
|
#include <CGAL/Algebraic_extension_traits.h>
|
||||||
#include <CGAL/Scalar_factor_traits.h>
|
#include <CGAL/Scalar_factor_traits.h>
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,6 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#include <CGAL/basic.h>
|
|
||||||
#include <CGAL/Algebraic_kernel_d/Real_embeddable_extension.h>
|
#include <CGAL/Algebraic_kernel_d/Real_embeddable_extension.h>
|
||||||
#include <CGAL/Get_arithmetic_kernel.h>
|
#include <CGAL/Get_arithmetic_kernel.h>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -13,8 +13,6 @@
|
||||||
|
|
||||||
#include <CGAL/Algebraic_kernel_d/flags.h>
|
#include <CGAL/Algebraic_kernel_d/flags.h>
|
||||||
|
|
||||||
#include <CGAL/basic.h>
|
|
||||||
|
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
#include <CGAL/Arithmetic_kernel.h>
|
#include <CGAL/Arithmetic_kernel.h>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
|
|
||||||
#include <CGAL/basic.h>
|
#include <CGAL/config.h>
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
|
||||||
#ifdef CGAL_HAS_CORE_ARITHMETIC_KERNEL
|
#ifdef CGAL_HAS_CORE_ARITHMETIC_KERNEL
|
||||||
|
|
|
||||||
|
|
@ -21,10 +21,12 @@
|
||||||
//
|
//
|
||||||
// ============================================================================
|
// ============================================================================
|
||||||
|
|
||||||
#include <CGAL/basic.h>
|
#include <CGAL/use.h>
|
||||||
#include <cassert>
|
#include <CGAL/IO/io.h>
|
||||||
|
|
||||||
|
#include <cassert>
|
||||||
|
#include <vector>
|
||||||
|
|
||||||
//#include <CGAL/_test_basic.h>
|
|
||||||
|
|
||||||
#ifndef CGAL_TEST_ALGEBRAIC_CURVE_KERNEL_2_H
|
#ifndef CGAL_TEST_ALGEBRAIC_CURVE_KERNEL_2_H
|
||||||
#define CGAL_TEST_ALGEBRAIC_CURVE_KERNEL_2_H
|
#define CGAL_TEST_ALGEBRAIC_CURVE_KERNEL_2_H
|
||||||
|
|
|
||||||
|
|
@ -21,7 +21,6 @@
|
||||||
//
|
//
|
||||||
// ============================================================================
|
// ============================================================================
|
||||||
|
|
||||||
#include <CGAL/basic.h>
|
|
||||||
#include <cassert>
|
#include <cassert>
|
||||||
#include <CGAL/use.h>
|
#include <CGAL/use.h>
|
||||||
#include <CGAL/Test/_test_real_embeddable.h>
|
#include <CGAL/Test/_test_real_embeddable.h>
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,6 @@
|
||||||
//
|
//
|
||||||
// ============================================================================
|
// ============================================================================
|
||||||
|
|
||||||
#include <CGAL/basic.h>
|
|
||||||
#include <cassert>
|
#include <cassert>
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -24,8 +24,6 @@
|
||||||
|
|
||||||
// #include <CGAL/Algebraic_curve_kernel_2/flags.h>
|
// #include <CGAL/Algebraic_curve_kernel_2/flags.h>
|
||||||
|
|
||||||
#include <CGAL/basic.h>
|
|
||||||
|
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
#include <CGAL/Arithmetic_kernel.h>
|
#include <CGAL/Arithmetic_kernel.h>
|
||||||
#include <CGAL/Algebraic_kernel_d/Real_embeddable_extension.h>
|
#include <CGAL/Algebraic_kernel_d/Real_embeddable_extension.h>
|
||||||
|
|
|
||||||
|
|
@ -31,12 +31,8 @@
|
||||||
#ifndef CGAL_TEST_REAL_COMPARABLE_H
|
#ifndef CGAL_TEST_REAL_COMPARABLE_H
|
||||||
#define CGAL_TEST_REAL_COMPARABLE_H
|
#define CGAL_TEST_REAL_COMPARABLE_H
|
||||||
|
|
||||||
#include <CGAL/basic.h>
|
|
||||||
#include <cassert>
|
#include <cassert>
|
||||||
#include <CGAL/tags.h>
|
#include <CGAL/tags.h>
|
||||||
/*#include <NiX/basic.h>
|
|
||||||
#include <NiX/NT_traits.h>
|
|
||||||
#include <NiX/number_type_utils.h>*/
|
|
||||||
#include <cstddef>
|
#include <cstddef>
|
||||||
#include <CGAL/assertions.h>
|
#include <CGAL/assertions.h>
|
||||||
#include <boost/type_traits.hpp>
|
#include <boost/type_traits.hpp>
|
||||||
|
|
|
||||||
|
|
@ -23,7 +23,6 @@
|
||||||
// TODO: The comments are all original EXACUS comments and aren't adapted. So
|
// TODO: The comments are all original EXACUS comments and aren't adapted. So
|
||||||
// they may be wrong now.
|
// they may be wrong now.
|
||||||
|
|
||||||
#include <CGAL/basic.h>
|
|
||||||
#include <cassert>
|
#include <cassert>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -26,8 +26,6 @@
|
||||||
#ifndef CGAL_NULL_OUTPUT_STREAM_H
|
#ifndef CGAL_NULL_OUTPUT_STREAM_H
|
||||||
#define CGAL_NULL_OUTPUT_STREAM_H
|
#define CGAL_NULL_OUTPUT_STREAM_H
|
||||||
|
|
||||||
#include <CGAL/basic.h>
|
|
||||||
|
|
||||||
|
|
||||||
namespace CGAL {
|
namespace CGAL {
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,6 @@
|
||||||
#ifndef CGAL_APOLLONIUS_GRAPH_2_TEST_H
|
#ifndef CGAL_APOLLONIUS_GRAPH_2_TEST_H
|
||||||
#define CGAL_APOLLONIUS_GRAPH_2_TEST_H
|
#define CGAL_APOLLONIUS_GRAPH_2_TEST_H
|
||||||
|
|
||||||
#include <CGAL/basic.h>
|
|
||||||
#include <cassert>
|
#include <cassert>
|
||||||
#include <CGAL/enum.h>
|
#include <CGAL/enum.h>
|
||||||
#include <CGAL/use.h>
|
#include <CGAL/use.h>
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
#include <CGAL/basic.h>
|
|
||||||
|
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <fstream>
|
#include <fstream>
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
#include <CGAL/basic.h>
|
|
||||||
|
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <fstream>
|
#include <fstream>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <CGAL/basic.h>
|
|
||||||
#include <CGAL/Arithmetic_kernel.h>
|
#include <CGAL/Arithmetic_kernel.h>
|
||||||
|
|
||||||
#if defined(CGAL_HAS_DEFAULT_ARITHMETIC_KERNEL)
|
#if defined(CGAL_HAS_DEFAULT_ARITHMETIC_KERNEL)
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,4 @@
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <CGAL/basic.h>
|
|
||||||
|
|
||||||
#include <CGAL/CORE_arithmetic_kernel.h>
|
#include <CGAL/CORE_arithmetic_kernel.h>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <CGAL/basic.h>
|
|
||||||
#include <CGAL/GMPXX_arithmetic_kernel.h>
|
#include <CGAL/GMPXX_arithmetic_kernel.h>
|
||||||
|
|
||||||
#ifdef CGAL_USE_GMPXX
|
#ifdef CGAL_USE_GMPXX
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <CGAL/basic.h>
|
|
||||||
#include <CGAL/GMP_arithmetic_kernel.h>
|
#include <CGAL/GMP_arithmetic_kernel.h>
|
||||||
|
|
||||||
#ifdef CGAL_HAS_GMP_ARITHMETIC_KERNEL
|
#ifdef CGAL_HAS_GMP_ARITHMETIC_KERNEL
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
|
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <CGAL/basic.h>
|
|
||||||
#include <CGAL/Arithmetic_kernel.h>
|
#include <CGAL/Arithmetic_kernel.h>
|
||||||
#include <CGAL/Get_arithmetic_kernel.h>
|
#include <CGAL/Get_arithmetic_kernel.h>
|
||||||
#include <CGAL/use.h>
|
#include <CGAL/use.h>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <CGAL/basic.h>
|
|
||||||
#include <CGAL/LEDA_arithmetic_kernel.h>
|
#include <CGAL/LEDA_arithmetic_kernel.h>
|
||||||
|
|
||||||
#ifdef CGAL_HAS_LEDA_ARITHMETIC_KERNEL
|
#ifdef CGAL_HAS_LEDA_ARITHMETIC_KERNEL
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,7 @@
|
||||||
#ifndef CGAL_TEST_ARITHMETIC_KERNEL_H
|
#ifndef CGAL_TEST_ARITHMETIC_KERNEL_H
|
||||||
#define CGAL_TEST_ARITHMETIC_KERNEL_H
|
#define CGAL_TEST_ARITHMETIC_KERNEL_H
|
||||||
|
|
||||||
#include <CGAL/basic.h>
|
|
||||||
#include <CGAL/Test/_test_coercion_traits.h>
|
#include <CGAL/Test/_test_coercion_traits.h>
|
||||||
|
|
||||||
namespace CGAL {
|
namespace CGAL {
|
||||||
|
|
|
||||||
|
|
@ -43,6 +43,8 @@
|
||||||
#include <boost/variant.hpp>
|
#include <boost/variant.hpp>
|
||||||
#include <CGAL/Arr_tags.h>
|
#include <CGAL/Arr_tags.h>
|
||||||
|
|
||||||
|
#include <vector>
|
||||||
|
|
||||||
namespace CGAL {
|
namespace CGAL {
|
||||||
namespace VariantFunctors{
|
namespace VariantFunctors{
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,6 @@
|
||||||
#include <list>
|
#include <list>
|
||||||
#include <utility>
|
#include <utility>
|
||||||
|
|
||||||
#include <CGAL/basic.h>
|
|
||||||
#include <CGAL/Arr_batched_point_location.h>
|
#include <CGAL/Arr_batched_point_location.h>
|
||||||
#include <CGAL/Arr_point_location_result.h>
|
#include <CGAL/Arr_point_location_result.h>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
|
|
||||||
#include <CGAL/basic.h>
|
|
||||||
#include <CGAL/Timer.h>
|
#include <CGAL/Timer.h>
|
||||||
#include <CGAL/Arr_tags.h>
|
#include <CGAL/Arr_tags.h>
|
||||||
#include <CGAL/Arrangement_on_surface_2.h>
|
#include <CGAL/Arrangement_on_surface_2.h>
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
|
|
||||||
#include <CGAL/basic.h>
|
|
||||||
#include <CGAL/Timer.h>
|
#include <CGAL/Timer.h>
|
||||||
#include <CGAL/Arrangement_on_surface_2.h>
|
#include <CGAL/Arrangement_on_surface_2.h>
|
||||||
#include <CGAL/Arr_overlay_2.h>
|
#include <CGAL/Arr_overlay_2.h>
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,6 @@
|
||||||
#ifndef CGAL_POINT_LOCATION_DYNAMIC_TEST_H
|
#ifndef CGAL_POINT_LOCATION_DYNAMIC_TEST_H
|
||||||
#define CGAL_POINT_LOCATION_DYNAMIC_TEST_H
|
#define CGAL_POINT_LOCATION_DYNAMIC_TEST_H
|
||||||
|
|
||||||
#include <CGAL/basic.h>
|
|
||||||
|
|
||||||
#include "Point_location_test.h"
|
#include "Point_location_test.h"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,6 @@
|
||||||
|
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
#include <CGAL/basic.h>
|
|
||||||
#include <CGAL/Timer.h>
|
#include <CGAL/Timer.h>
|
||||||
#include <CGAL/Arrangement_on_surface_2.h>
|
#include <CGAL/Arrangement_on_surface_2.h>
|
||||||
#include <CGAL/Arr_naive_point_location.h>
|
#include <CGAL/Arr_naive_point_location.h>
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,6 @@
|
||||||
#ifndef SEGMENT_READER_H
|
#ifndef SEGMENT_READER_H
|
||||||
#define SEGMENT_READER_H
|
#define SEGMENT_READER_H
|
||||||
|
|
||||||
#include <CGAL/basic.h>
|
|
||||||
#include <CGAL/Bbox_2.h>
|
#include <CGAL/Bbox_2.h>
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <fstream>
|
#include <fstream>
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,6 @@
|
||||||
#ifndef CGAL_TRAITS_BASE_TEST_H
|
#ifndef CGAL_TRAITS_BASE_TEST_H
|
||||||
#define CGAL_TRAITS_BASE_TEST_H
|
#define CGAL_TRAITS_BASE_TEST_H
|
||||||
|
|
||||||
#include <CGAL/basic.h>
|
|
||||||
|
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <fstream>
|
#include <fstream>
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,6 @@
|
||||||
#ifndef CGAL_TRAITS_TEST_H
|
#ifndef CGAL_TRAITS_TEST_H
|
||||||
#define CGAL_TRAITS_TEST_H
|
#define CGAL_TRAITS_TEST_H
|
||||||
|
|
||||||
#include <CGAL/basic.h>
|
|
||||||
|
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <fstream>
|
#include <fstream>
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
#include <list>
|
#include <list>
|
||||||
#include <utility>
|
#include <utility>
|
||||||
|
|
||||||
#include <CGAL/basic.h>
|
|
||||||
#include <CGAL/Arr_vertical_decomposition_2.h>
|
#include <CGAL/Arr_vertical_decomposition_2.h>
|
||||||
#include <CGAL/Arr_point_location_result.h>
|
#include <CGAL/Arr_point_location_result.h>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
// Constructing an arrangement of polycurves.
|
// Constructing an arrangement of polycurves.
|
||||||
|
|
||||||
#include <CGAL/basic.h>
|
#include <CGAL/config.h>
|
||||||
#ifndef CGAL_USE_CORE
|
#ifndef CGAL_USE_CORE
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
int main()
|
int main()
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <boost/lexical_cast.hpp>
|
#include <boost/lexical_cast.hpp>
|
||||||
|
|
||||||
#include <CGAL/basic.h>
|
#include <CGAL/config.h>
|
||||||
|
|
||||||
#include "test_configuration.h"
|
#include "test_configuration.h"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#include <CGAL/basic.h>
|
#include <CGAL/config.h>
|
||||||
|
|
||||||
#ifndef CGAL_USE_CORE
|
#ifndef CGAL_USE_CORE
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
// Constructing an arrangement of polycurves.
|
// Constructing an arrangement of polycurves.
|
||||||
|
|
||||||
#include <CGAL/basic.h>
|
#include <CGAL/config.h>
|
||||||
#ifndef CGAL_USE_CORE
|
#ifndef CGAL_USE_CORE
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
int main ()
|
int main ()
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
// Testing the do_equal function
|
// Testing the do_equal function
|
||||||
|
|
||||||
#include <CGAL/basic.h>
|
#include <CGAL/config.h>
|
||||||
#ifndef CGAL_USE_CORE
|
#ifndef CGAL_USE_CORE
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
int main()
|
int main()
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
#include "test_configuration.h"
|
#include "test_configuration.h"
|
||||||
|
|
||||||
#include <CGAL/basic.h>
|
#include <CGAL/config.h>
|
||||||
|
|
||||||
#if ((TEST_GEOM_TRAITS == CORE_CONIC_GEOM_TRAITS) || \
|
#if ((TEST_GEOM_TRAITS == CORE_CONIC_GEOM_TRAITS) || \
|
||||||
(TEST_GEOM_TRAITS == BEZIER_GEOM_TRAITS) || \
|
(TEST_GEOM_TRAITS == BEZIER_GEOM_TRAITS) || \
|
||||||
|
|
|
||||||
|
|
@ -32,7 +32,7 @@
|
||||||
|
|
||||||
#include "test_configuration.h"
|
#include "test_configuration.h"
|
||||||
|
|
||||||
#include <CGAL/basic.h>
|
#include <CGAL/config.h>
|
||||||
|
|
||||||
#if ((TEST_GEOM_TRAITS == CORE_CONIC_GEOM_TRAITS) || \
|
#if ((TEST_GEOM_TRAITS == CORE_CONIC_GEOM_TRAITS) || \
|
||||||
(TEST_GEOM_TRAITS == BEZIER_GEOM_TRAITS) || \
|
(TEST_GEOM_TRAITS == BEZIER_GEOM_TRAITS) || \
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
#include "test_configuration.h"
|
#include "test_configuration.h"
|
||||||
|
|
||||||
#include <CGAL/basic.h>
|
#include <CGAL/config.h>
|
||||||
|
|
||||||
#if ((TEST_GEOM_TRAITS == CORE_CONIC_GEOM_TRAITS) || \
|
#if ((TEST_GEOM_TRAITS == CORE_CONIC_GEOM_TRAITS) || \
|
||||||
(TEST_GEOM_TRAITS == BEZIER_GEOM_TRAITS) || \
|
(TEST_GEOM_TRAITS == BEZIER_GEOM_TRAITS) || \
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
#include "test_configuration.h"
|
#include "test_configuration.h"
|
||||||
|
|
||||||
#include <CGAL/basic.h>
|
#include <CGAL/config.h>
|
||||||
|
|
||||||
#if ((TEST_GEOM_TRAITS == CORE_CONIC_GEOM_TRAITS) || \
|
#if ((TEST_GEOM_TRAITS == CORE_CONIC_GEOM_TRAITS) || \
|
||||||
(TEST_GEOM_TRAITS == BEZIER_GEOM_TRAITS) || \
|
(TEST_GEOM_TRAITS == BEZIER_GEOM_TRAITS) || \
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
|
||||||
#include <CGAL/basic.h>
|
#include <CGAL/config.h>
|
||||||
|
|
||||||
#if !defined(CGAL_USE_CORE)
|
#if !defined(CGAL_USE_CORE)
|
||||||
int main()
|
int main()
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#include <CGAL/basic.h>
|
|
||||||
#include <cassert>
|
#include <cassert>
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#include <CGAL/basic.h>
|
|
||||||
#include "test_configuration.h"
|
#include "test_configuration.h"
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#include <CGAL/basic.h>
|
|
||||||
#include "test_configuration.h"
|
#include "test_configuration.h"
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
#include <CGAL/basic.h>
|
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <cassert>
|
#include <cassert>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,7 @@
|
||||||
* Thus, a special treatment is required.
|
* Thus, a special treatment is required.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <CGAL/basic.h>
|
#include <CGAL/config.h>
|
||||||
|
|
||||||
#ifndef CGAL_USE_CORE
|
#ifndef CGAL_USE_CORE
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,7 @@
|
||||||
* Thus, a special treatment is required.
|
* Thus, a special treatment is required.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <CGAL/basic.h>
|
#include <CGAL/config.h>
|
||||||
|
|
||||||
#ifndef CGAL_USE_CORE
|
#ifndef CGAL_USE_CORE
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,6 @@
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <boost/lexical_cast.hpp>
|
#include <boost/lexical_cast.hpp>
|
||||||
|
|
||||||
#include <CGAL/basic.h>
|
|
||||||
|
|
||||||
#include "test_configuration.h"
|
#include "test_configuration.h"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,6 @@
|
||||||
* defined at Gps_polygon_validation.h
|
* defined at Gps_polygon_validation.h
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <CGAL/basic.h>
|
|
||||||
#include <CGAL/assertions_behaviour.h>
|
#include <CGAL/assertions_behaviour.h>
|
||||||
|
|
||||||
#include <CGAL/Exact_rational.h>
|
#include <CGAL/Exact_rational.h>
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,6 @@
|
||||||
//
|
//
|
||||||
// Compatibility: works with or without CGAL
|
// Compatibility: works with or without CGAL
|
||||||
|
|
||||||
#include <CGAL/basic.h>
|
|
||||||
#include <CGAL/Min_sphere_of_spheres_d.h>
|
#include <CGAL/Min_sphere_of_spheres_d.h>
|
||||||
#include <CGAL/Exact_rational.h>
|
#include <CGAL/Exact_rational.h>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,6 @@
|
||||||
//
|
//
|
||||||
// Compatibility: works with or without CGAL
|
// Compatibility: works with or without CGAL
|
||||||
|
|
||||||
#include <CGAL/basic.h>
|
|
||||||
#include <CGAL/Min_sphere_of_spheres_d.h>
|
#include <CGAL/Min_sphere_of_spheres_d.h>
|
||||||
|
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,6 @@
|
||||||
//
|
//
|
||||||
// Compatibility: works with or without CGAL
|
// Compatibility: works with or without CGAL
|
||||||
|
|
||||||
#include <CGAL/basic.h>
|
|
||||||
#include <CGAL/Cartesian_d.h>
|
#include <CGAL/Cartesian_d.h>
|
||||||
#include <CGAL/Min_sphere_of_spheres_d.h>
|
#include <CGAL/Min_sphere_of_spheres_d.h>
|
||||||
#include <CGAL/Exact_rational.h>
|
#include <CGAL/Exact_rational.h>
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,6 @@
|
||||||
// hack to overcome external linkage conflict warning in MIPS
|
// hack to overcome external linkage conflict warning in MIPS
|
||||||
#define __SGI_STL_INTERNAL_RELOPS
|
#define __SGI_STL_INTERNAL_RELOPS
|
||||||
|
|
||||||
#include<CGAL/basic.h>
|
|
||||||
|
|
||||||
#include <CGAL/Exact_rational.h>
|
#include <CGAL/Exact_rational.h>
|
||||||
#include <CGAL/Random.h>
|
#include <CGAL/Random.h>
|
||||||
|
|
|
||||||
|
|
@ -29,9 +29,6 @@
|
||||||
// hack to overcome external linkage conflict warning in MIPS
|
// hack to overcome external linkage conflict warning in MIPS
|
||||||
#define __SGI_STL_INTERNAL_RELOPS
|
#define __SGI_STL_INTERNAL_RELOPS
|
||||||
|
|
||||||
#include <CGAL/basic.h>
|
|
||||||
|
|
||||||
|
|
||||||
#include <cassert>
|
#include <cassert>
|
||||||
#include<CGAL/Random.h>
|
#include<CGAL/Random.h>
|
||||||
#include<CGAL/Cartesian.h>
|
#include<CGAL/Cartesian.h>
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,6 @@
|
||||||
// implementation: dD Smallest Enclosing Sphere
|
// implementation: dD Smallest Enclosing Sphere
|
||||||
// ============================================================================
|
// ============================================================================
|
||||||
|
|
||||||
#include <CGAL/basic.h>
|
|
||||||
#include <CGAL/Exact_rational.h>
|
#include <CGAL/Exact_rational.h>
|
||||||
#include<CGAL/Random.h>
|
#include<CGAL/Random.h>
|
||||||
#include<CGAL/Cartesian.h>
|
#include<CGAL/Cartesian.h>
|
||||||
|
|
|
||||||
|
|
@ -27,7 +27,7 @@
|
||||||
#define CGAL_SPHERICAL_KERNEL_PREDICATES_ON_CIRCULAR_ARC_POINT_3_H
|
#define CGAL_SPHERICAL_KERNEL_PREDICATES_ON_CIRCULAR_ARC_POINT_3_H
|
||||||
|
|
||||||
#include <CGAL/license/Circular_kernel_3.h>
|
#include <CGAL/license/Circular_kernel_3.h>
|
||||||
|
#include <CGAL/float.h>
|
||||||
|
|
||||||
namespace CGAL {
|
namespace CGAL {
|
||||||
namespace SphericalFunctors {
|
namespace SphericalFunctors {
|
||||||
|
|
|
||||||
|
|
@ -30,6 +30,7 @@
|
||||||
#include <CGAL/circulator_bases.h>
|
#include <CGAL/circulator_bases.h>
|
||||||
#include <CGAL/assertions.h>
|
#include <CGAL/assertions.h>
|
||||||
#include <CGAL/use.h>
|
#include <CGAL/use.h>
|
||||||
|
#include <CGAL/tags.h>
|
||||||
|
|
||||||
#include <cstddef>
|
#include <cstddef>
|
||||||
#include <functional>
|
#include <functional>
|
||||||
|
|
|
||||||
|
|
@ -3,3 +3,4 @@ Installation
|
||||||
Kernel_23
|
Kernel_23
|
||||||
Profiling_tools
|
Profiling_tools
|
||||||
STL_Extension
|
STL_Extension
|
||||||
|
Stream_support
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,6 @@
|
||||||
// ============================================================================
|
// ============================================================================
|
||||||
|
|
||||||
|
|
||||||
#include <CGAL/basic.h>
|
|
||||||
#include <cstddef>
|
#include <cstddef>
|
||||||
#include <iterator>
|
#include <iterator>
|
||||||
#include <list>
|
#include <list>
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,6 @@
|
||||||
// ============================================================================
|
// ============================================================================
|
||||||
|
|
||||||
|
|
||||||
#include <CGAL/basic.h>
|
|
||||||
#include <cstddef>
|
#include <cstddef>
|
||||||
#include <iterator>
|
#include <iterator>
|
||||||
#include <list>
|
#include <list>
|
||||||
|
|
|
||||||
|
|
@ -32,6 +32,7 @@
|
||||||
#include <boost/algorithm/minmax_element.hpp>
|
#include <boost/algorithm/minmax_element.hpp>
|
||||||
#include <CGAL/Classification/Feature_base.h>
|
#include <CGAL/Classification/Feature_base.h>
|
||||||
#include <CGAL/int.h>
|
#include <CGAL/int.h>
|
||||||
|
#include <CGAL/float.h>
|
||||||
#include <boost/tuple/tuple.hpp>
|
#include <boost/tuple/tuple.hpp>
|
||||||
|
|
||||||
namespace CGAL {
|
namespace CGAL {
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,5 @@
|
||||||
#include <CGAL/internal/disable_deprecation_warnings_and_errors.h>
|
#include <CGAL/internal/disable_deprecation_warnings_and_errors.h>
|
||||||
|
|
||||||
#include <CGAL/basic.h>
|
|
||||||
#include <CGAL/Homogeneous.h>
|
#include <CGAL/Homogeneous.h>
|
||||||
#include <CGAL/Cartesian.h>
|
#include <CGAL/Cartesian.h>
|
||||||
#include <CGAL/Convex_hull_d_traits_3.h>
|
#include <CGAL/Convex_hull_d_traits_3.h>
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,5 @@
|
||||||
#include <CGAL/internal/disable_deprecation_warnings_and_errors.h>
|
#include <CGAL/internal/disable_deprecation_warnings_and_errors.h>
|
||||||
|
|
||||||
#include <CGAL/basic.h>
|
|
||||||
#include <CGAL/Homogeneous_d.h>
|
#include <CGAL/Homogeneous_d.h>
|
||||||
#include <CGAL/Cartesian_d.h>
|
#include <CGAL/Cartesian_d.h>
|
||||||
#include <CGAL/Delaunay_d.h>
|
#include <CGAL/Delaunay_d.h>
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
#ifndef CGAL_TEST_MACROS_H
|
#ifndef CGAL_TEST_MACROS_H
|
||||||
#define CGAL_TEST_MACROS_H
|
#define CGAL_TEST_MACROS_H
|
||||||
|
|
||||||
#include <CGAL/basic.h>
|
#include <CGAL/IO/io.h>
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#include <CGAL/basic.h>
|
#include <CGAL/config.h>
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
|
||||||
#if !defined(CGAL_USE_CORE)
|
#if !defined(CGAL_USE_CORE)
|
||||||
|
|
|
||||||
|
|
@ -28,6 +28,7 @@
|
||||||
#include <CGAL/generators.h>
|
#include <CGAL/generators.h>
|
||||||
#include <CGAL/number_type_basic.h>
|
#include <CGAL/number_type_basic.h>
|
||||||
#include <cmath>
|
#include <cmath>
|
||||||
|
#include <vector>
|
||||||
|
|
||||||
namespace CGAL {
|
namespace CGAL {
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
//
|
//
|
||||||
// Sylvain Pion, 2000.
|
// Sylvain Pion, 2000.
|
||||||
|
|
||||||
#include <CGAL/basic.h>
|
#include <CGAL/config.h>
|
||||||
|
|
||||||
#ifndef CGAL_USE_GEOMVIEW
|
#ifndef CGAL_USE_GEOMVIEW
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
#ifndef CGAL_TEST_MACROS_H
|
#ifndef CGAL_TEST_MACROS_H
|
||||||
#define CGAL_TEST_MACROS_H
|
#define CGAL_TEST_MACROS_H
|
||||||
|
|
||||||
#include <CGAL/basic.h>
|
#include <CGAL/IO/io.h>
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,6 @@
|
||||||
|
|
||||||
#include <CGAL/Exact_predicates_exact_constructions_kernel.h>
|
#include <CGAL/Exact_predicates_exact_constructions_kernel.h>
|
||||||
|
|
||||||
#include <CGAL/basic.h>
|
|
||||||
#include <CGAL/double.h>
|
#include <CGAL/double.h>
|
||||||
#include <CGAL/Regular_triangulation_2.h>
|
#include <CGAL/Regular_triangulation_2.h>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,4 @@
|
||||||
|
|
||||||
#include <CGAL/basic.h>
|
|
||||||
#include <CGAL/Arithmetic_kernel.h>
|
#include <CGAL/Arithmetic_kernel.h>
|
||||||
#include <CGAL/Test/_test_bigfloat_interval_traits.h>
|
#include <CGAL/Test/_test_bigfloat_interval_traits.h>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,4 @@
|
||||||
|
|
||||||
#include <CGAL/basic.h>
|
|
||||||
#include <CGAL/Arithmetic_kernel.h>
|
#include <CGAL/Arithmetic_kernel.h>
|
||||||
#include <CGAL/Interval_nt.h>
|
#include <CGAL/Interval_nt.h>
|
||||||
#include <CGAL/Test/_test_interval_traits.h>
|
#include <CGAL/Test/_test_interval_traits.h>
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,7 @@
|
||||||
|
|
||||||
#include <CGAL/basic.h>
|
|
||||||
#include <CGAL/Test/_test_convert_to_bfi.h>
|
|
||||||
#include <CGAL/Arithmetic_kernel.h>
|
#include <CGAL/Arithmetic_kernel.h>
|
||||||
#include <CGAL/Interval_nt.h>
|
#include <CGAL/Interval_nt.h>
|
||||||
|
#include <CGAL/Test/_test_convert_to_bfi.h>
|
||||||
|
|
||||||
int main(){
|
int main(){
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
#include <CGAL/basic.h>
|
|
||||||
#include <CGAL/Linear_algebraHd.h>
|
#include <CGAL/Linear_algebraHd.h>
|
||||||
#include <CGAL/Linear_algebraCd.h>
|
#include <CGAL/Linear_algebraCd.h>
|
||||||
#include <CGAL/random_selection.h>
|
#include <CGAL/random_selection.h>
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
#include <CGAL/basic.h>
|
|
||||||
#include <CGAL/Homogeneous_d.h>
|
#include <CGAL/Homogeneous_d.h>
|
||||||
#include <CGAL/Cartesian_d.h>
|
#include <CGAL/Cartesian_d.h>
|
||||||
#include <CGAL/simple_transformations_d.h>
|
#include <CGAL/simple_transformations_d.h>
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,6 @@
|
||||||
#ifndef CGAL_TEST_MACROS_H
|
#ifndef CGAL_TEST_MACROS_H
|
||||||
#define CGAL_TEST_MACROS_H
|
#define CGAL_TEST_MACROS_H
|
||||||
|
|
||||||
#include <CGAL/basic.h>
|
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1,3 @@
|
||||||
//---------------------------------------------------------------------
|
|
||||||
// file generated by notangle from noweb/Kernel_d-tests.lw
|
|
||||||
// please debug or modify noweb file
|
|
||||||
// coding: M. Seel
|
|
||||||
//---------------------------------------------------------------------
|
|
||||||
|
|
||||||
#include <CGAL/basic.h>
|
|
||||||
#include <CGAL/Homogeneous_d.h>
|
#include <CGAL/Homogeneous_d.h>
|
||||||
#include <CGAL/Cartesian_d.h>
|
#include <CGAL/Cartesian_d.h>
|
||||||
#include <CGAL/constructions_d.h>
|
#include <CGAL/constructions_d.h>
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1,3 @@
|
||||||
//---------------------------------------------------------------------
|
|
||||||
// file generated by notangle from noweb/Kernel_d-tests.lw
|
|
||||||
// please debug or modify noweb file
|
|
||||||
// coding: M. Seel
|
|
||||||
//---------------------------------------------------------------------
|
|
||||||
|
|
||||||
#include <CGAL/basic.h>
|
|
||||||
#include <CGAL/Homogeneous_d.h>
|
#include <CGAL/Homogeneous_d.h>
|
||||||
#include <CGAL/Cartesian_d.h>
|
#include <CGAL/Cartesian_d.h>
|
||||||
#include <CGAL/intersections_d.h>
|
#include <CGAL/intersections_d.h>
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
#include <CGAL/basic.h>
|
|
||||||
#include <CGAL/Double_map.h>
|
#include <CGAL/Double_map.h>
|
||||||
#include <utility>
|
#include <utility>
|
||||||
#include <CGAL/Random.h>
|
#include <CGAL/Random.h>
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
#include <CGAL/basic.h>
|
|
||||||
#include <CGAL/Meshes/Filtered_queue_container.h>
|
#include <CGAL/Meshes/Filtered_queue_container.h>
|
||||||
#include <CGAL/Random.h>
|
#include <CGAL/Random.h>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#include <CGAL/basic.h>
|
#include <CGAL/config.h>
|
||||||
|
|
||||||
#ifndef CGAL_USE_CORE
|
#ifndef CGAL_USE_CORE
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,3 @@
|
||||||
#include <CGAL/basic.h>
|
|
||||||
|
|
||||||
#include <CGAL/minkowski_sum_2.h>
|
#include <CGAL/minkowski_sum_2.h>
|
||||||
#include <CGAL/Small_side_angle_bisector_decomposition_2.h>
|
#include <CGAL/Small_side_angle_bisector_decomposition_2.h>
|
||||||
#include <CGAL/Polygon_triangulation_decomposition_2.h>
|
#include <CGAL/Polygon_triangulation_decomposition_2.h>
|
||||||
|
|
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue