Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Polygon incremental builder adds halfedges ?

Subject: CGAL users discussion list

List archive

[cgal-discuss] Polygon incremental builder adds halfedges ?


Chronological Thread 
  • From: Priyank Jain <>
  • To:
  • Subject: [cgal-discuss] Polygon incremental builder adds halfedges ?
  • Date: Thu, 12 Nov 2009 20:56:17 -0500
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=vHJgjTqhBLadzSoX5cDajoaWbpbulTSWdBzlXNezKyWOWyjXGFB4DuTB5IQTS79s09 xy9jTl6p6/m/OIXY9hAedTcmdhvqWJb/TsNbcMHq48rEazCG5bLJ5ulZ5rbZz2aYU5eX fDVtU6pJ6zoLqgYhUvX5Cp1JkAHnJbFyKhSMk=

Hi,

I am using Polygon_Incremental_Builder to extend my polyhedron model. I use the default( = list) halfedge DS. The Builder is called from within the loop where I iterate over halfedges, given some conditions. Are the half-edges, added by the Builder to the model, appended to the end of halfedge DS list ?? This is very important, since I want the new halfedges to be considered within the same loop.

I'd appreciate any help in this regard.

Thank you
/Priyank Jain


  • [cgal-discuss] Polygon incremental builder adds halfedges ?, Priyank Jain, 11/13/2009

Archive powered by MHonArc 2.6.16.

Top of Page