Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] constructor of Nef_polyhedron_2 with polygons

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] constructor of Nef_polyhedron_2 with polygons


Chronological Thread 
  • From: Hyungon Kim <>
  • To:
  • Subject: Re: [cgal-discuss] constructor of Nef_polyhedron_2 with polygons
  • Date: Wed, 25 Feb 2009 09:09:52 -0800

Laurent Rineau (GeometryFactory) wrote:
On Tuesday 24 February 2009 20:41:13

wrote:
Hi,

I saw a constructor of Nef_polyhedron with polygons from on-line manual
like Nef_polyhedron_2<T> N ( Forward_iterator it, Forward_iterator end,
Polygons_tag);
However, not in Release 3.3.1 25 August 2007 User and Reference manual.
Anyway, I failed to use this constructor with 3.3.1. Should I use CGAL 3.4
instead of 3.3.1 to use the constructor with polygons.

Compare the two following documentation pages:
http://www.cgal.org/Manual/3.3/doc_html/cgal_manual/Nef_3_ref/Class_Nef_polyhedron_3.html
http://www.cgal.org/Manual/3.4/doc_html/cgal_manual/Nef_3_ref/Class_Nef_polyhedron_3.html

The first one is from CGAL-3.3.x, and the second one is from CGAL-3.4. Then you get your answer: your constructor is not documented in CGAL-3.3. I do not really know the Nef_3 package, but I assume it means that this constructor is not availlable in CGAL-3.3.1.

Hi Laurent,

Thanks for your reply.

Best Regards,
Hyungon Kim



Archive powered by MHonArc 2.6.16.

Top of Page