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:26:05 -0700 (PDT)

I attached a mesh, and an image of the before and after the final edge contraction, v1 in purple, vL in black, and a black arrow on a face fh denotes fh->halfedge(). Consider the halfedge() of facet v1,vR,vy0).
I can provide the series of collapses, but to create a minimal example it would require time.



On Monday, March 10, 2014 9:15 AM, Zohar [via cgal-discuss] <[hidden email]> wrote:

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.


If you reply to this email, your message will be added to the discussion below:
http://cgal-discuss.949826.n4.nabble.com/Reassign-facet-handle-halfedge-simplification-related-tp4658927p4658938.html
To unsubscribe from Reassign facet_handle->halfedge() - simplification related, click here.
NAML



dented_plane5.obj (8K) Download Attachment
new_integer_cones.jpg (156K) Download Attachment


View this message in context: Re: Reassign facet_handle->halfedge() - simplification related
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.18.

Top of Page