Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Reassign facet_handle->halfedge() - simplification related

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Reassign facet_handle->halfedge() - simplification related


Chronological Thread 
  • From: Zohar <>
  • To:
  • Subject: Re: [cgal-discuss] Reassign facet_handle->halfedge() - simplification related
  • Date: Mon, 10 Mar 2014 06:13:57 -0700 (PDT)


In HalfedgeDS_decorator.h:

Halfedge_handle join_vertex( Halfedge_handle h) {
...
if ( ! hprev->is_border())
set_face_halfedge( hprev);
if ( ! gprev->is_border())
set_face_halfedge( gprev);
}

The face halfedge is set arbitrarily to hprev and gprev regardless of what
it was.



--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Reassign-facet-handle-halfedge-simplification-related-tp4658927p4658938.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.18.

Top of Page