Skip to Content.
Sympa Menu

cgal-discuss - Use Halfedge_decorator on Polyhedron_3

Subject: CGAL users discussion list

List archive

Use Halfedge_decorator on Polyhedron_3


Chronological Thread 
  • From: "Joe C" <>
  • To:
  • Subject: Use Halfedge_decorator on Polyhedron_3
  • Date: Wed, 23 Apr 2008 13:38:55 -0700
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=Su7Jem0LEf+l2IDhEqipNIUaUP91k7+CTd9pPhb17o4x0dWOqRQzv3R1zJ8QqweTTQMSUDbcuIpQ8yHTlx+GTJWIu28nocy5BNxARSu+Dr2abfJKarTvIeqCd1cZzekjvG5elR0+qF/+ZBhF49ZOy+RbynzYt6O9IT91O96F7ns=

Hi,

I am using Polyhedron_incremental_builder_3 to build a Polyhedron_3. After building the polyhedron, I want to modify some vertices, edges, etc., for example, edge_erase, vertices_erase. But I found these modifier functions are in Halfedge_decorator. My question is : how to use Halfedge_decorator on Polyhedron_3 so that I can modify the internal structure of halfedge of the polyhedron?

Thanks.

Joe


  • Use Halfedge_decorator on Polyhedron_3, Joe C, 04/23/2008

Archive powered by MHonArc 2.6.16.

Top of Page