Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Polyhedral surface

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Polyhedral surface


Chronological Thread 
  • From: "Laurent Rineau (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] Polyhedral surface
  • Date: Thu, 23 Jul 2009 01:13:10 +0200
  • Organization: GeometryFactory

Le jeudi 23 juillet 2009 01:47:52, Sascha Raesch a écrit :
> Hi,
>
> I'm trying to remesh a polyhedra by using the surface mesher.
> To describe the polyhedra as a surface I wanted to use
> Polyhedral_surface_3. But the associated header "Polyhedral_surface_3.h"
> contains the following include:
>
> #include <CGAL/Data_structure_using_octree_3.h>
>
>
> This file doesn't exists at all.
> I cannot find the file in the whole package.
>
> Thanks in advance

The files you are using are not documented.
<CGAL/Data_structure_using_octree_3.h> is not shipped with CGAL and will
never
be. CGAL-3.4 has a better solution (and that will even be documented, with a
stable API in CGAL-3.5). If you cannot wait for CGAL-3.5 (whose first beta
release will be in less than two weeks), have a look at
demo/Polyhedron/MainWindow_remeshing.cpp in CGAL-3.4.

--
Laurent Rineau, PhD
Engineer at GeometryFactory
http://www.geometryfactory.com/



Archive powered by MHonArc 2.6.16.

Top of Page