Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Simplification: selection process and constrained edges

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Simplification: selection process and constrained edges


Chronological Thread 
  • From: Zohar <>
  • To:
  • Subject: Re: [cgal-discuss] Simplification: selection process and constrained edges
  • Date: Thu, 3 Apr 2014 09:22:48 -0700 (PDT)


This doesn't look good. It seems that once an edge is out of the queue

while ( (lEdge = pop_from_PQ()) )

it can't get back in (and be temporarily suspended as a choice for next
collapse). Besides my own needs for this feature, I am wondering if the
following constraint shouldn't be temporary as well

if ( Is_collapse_geometrically_valid(lProfile,lPlacement) )

although it might be negligible.




--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Simplification-selection-process-and-constrained-edges-tp4659059p4659060.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.18.

Top of Page