DOC BUGFIX: remove last occurences of the fact that

the traits must be included before the kernel.
Update testsuite accordingly.
This commit is contained in:
Sébastien Loriot 2011-06-23 07:56:17 +00:00
parent f16785e9a0
commit cb2aa6f75b
10 changed files with 1 additions and 12 deletions

View File

@ -25,7 +25,6 @@ The class \ccRefName\ is a model of the concept \ccc{AABBTraits}. This traits cl
The template parameter \ccc{GeomTraits} provides the geometric types as well as the intersection tests and computations required. This type must be a model of the concept \ccc{AABBGeomTraits}. The template parameter \ccc{Primitive} provides the type of primitives stored in the AABB tree. This parameter must be a model of the concept \ccc{AABBPrimitive}.
\ccInclude{CGAL/AABB_traits.h}
Note that this file must be included before the kernel so that the compiler parses all intersection functions available in folder \ccc{AABB_intersections}.
\ccTypes

View File

@ -1,7 +1,7 @@
#include <iostream>
#include <CGAL/Simple_cartesian.h>
#include <CGAL/AABB_tree.h> // must be inserted before kernel
#include <CGAL/AABB_tree.h>
#include <CGAL/AABB_traits.h>
#include <CGAL/Polyhedron_3.h>
#include <CGAL/AABB_polyhedron_triangle_primitive.h>

View File

@ -27,7 +27,6 @@
#include <CGAL/Timer.h>
#include <CGAL/AABB_intersections.h>
#include <CGAL/Cartesian.h>
#include <CGAL/Simple_cartesian.h>
#include <CGAL/Exact_predicates_inexact_constructions_kernel.h>

View File

@ -26,7 +26,6 @@
#include <fstream>
#include <CGAL/Timer.h>
#include <CGAL/AABB_intersections.h>
#include <CGAL/Exact_predicates_inexact_constructions_kernel.h>
#include <CGAL/Cartesian.h>
#include <CGAL/Simple_cartesian.h>

View File

@ -26,7 +26,6 @@
#include <fstream>
#include <CGAL/Timer.h>
#include <CGAL/AABB_intersections.h>
#include <CGAL/Exact_predicates_inexact_constructions_kernel.h>
#include <CGAL/Cartesian.h>
#include <CGAL/Simple_cartesian.h>

View File

@ -26,8 +26,6 @@
#include <fstream>
#include <CGAL/Timer.h>
#include <CGAL/AABB_intersections.h>
#include <CGAL/AABB_tree.h>
#include <CGAL/AABB_traits.h>
#include <CGAL/Polyhedron_3.h>

View File

@ -27,7 +27,6 @@
#include <CGAL/Timer.h>
#include <CGAL/AABB_intersections.h>
#include <CGAL/Cartesian.h>
#include <CGAL/Simple_cartesian.h>
#include <CGAL/Exact_predicates_inexact_constructions_kernel.h>

View File

@ -27,7 +27,6 @@
#include <CGAL/Timer.h>
#include <CGAL/AABB_intersections.h>
#include <CGAL/Cartesian.h>
#include <CGAL/Simple_cartesian.h>
#include <CGAL/Exact_predicates_inexact_constructions_kernel.h>

View File

@ -27,7 +27,6 @@
#include <CGAL/Timer.h>
#include <CGAL/AABB_intersections.h>
#include <CGAL/Cartesian.h>
#include <CGAL/Simple_cartesian.h>
#include <CGAL/Exact_predicates_inexact_constructions_kernel.h>

View File

@ -26,8 +26,6 @@
#include <iostream>
#include <CGAL/Timer.h>
#include <CGAL/AABB_intersections.h>
#include <CGAL/Cartesian.h>
#include <CGAL/Simple_cartesian.h>
#include <CGAL/Exact_predicates_inexact_constructions_kernel.h>