Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] join_face ( Halfedge_handle h)

Subject: CGAL users discussion list

List archive

[cgal-discuss] join_face ( Halfedge_handle h)


Chronological Thread 
  • From: Gmain <>
  • To:
  • Subject: [cgal-discuss] join_face ( Halfedge_handle h)
  • Date: Thu, 15 Oct 2009 10:56:25 +0200 (CEST)

Hello,

I'm using the function join_face() to modify my HDS. I delete an existing
Halfedge and its opposite() in following way:

Halfedge_handle h=this->H->next()->opposite();
HDS_exact::Halfedge_handle h2=H_opposite->prev()->opposite();
this->Intersectionmesh->myHDSdecorator_e.join_face (h);
this->Intersectionmesh->myHDSdecorator_e.join_face (h2);
this->Intersectionmesh->myHDSdecorator_e.join_vertex(H_opposite);



CGAL::HalfedgeDS_items_decorator<HDS>
HalfedgeDS_decorator<HDS> D ( HDS& hds);


Halfedge_handle D.join_face ( Halfedge_handle h)


  • [cgal-discuss] join_face ( Halfedge_handle h), Gmain, 10/15/2009

Archive powered by MHonArc 2.6.16.

Top of Page