Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Re: Having Trouble Compiling AABB_triangle_3_example.cpp?

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Re: Having Trouble Compiling AABB_triangle_3_example.cpp?


Chronological Thread 
  • From: "Laurent Rineau (GeometryFactory)" <>
  • To:
  • Cc: achen <>
  • Subject: Re: [cgal-discuss] Re: Having Trouble Compiling AABB_triangle_3_example.cpp?
  • Date: Fri, 06 Apr 2012 22:40:30 +0200
  • Organization: GeometryFactory

Le vendredi 06 avril 2012 13:37:07 achen a écrit :
> The strange thing is I can compile other examples (
> http://www.cgal.org/Manual/latest/examples/Polygon/Polygon.cpp polygon.cpp
> for example)...

Perhaps there was a bug in that file of CGAL-3.5.1.

Add at the very beginning:

#include <CGAL/AABB_intersections.h>

If I remember well, that header was needed for the AABB tree, for old
versions
of CGAL.

--
Laurent Rineau, PhD
R&D Engineer at GeometryFactory http://www.geometryfactory.com/
Release Manager of the CGAL Project http://www.cgal.org/




Archive powered by MHonArc 2.6.16.

Top of Page