Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] import_from_triangulation_3: Issue in number of vertices stored in cell complex

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] import_from_triangulation_3: Issue in number of vertices stored in cell complex


Chronological Thread 
  • From: Pranav <>
  • To:
  • Subject: Re: [cgal-discuss] import_from_triangulation_3: Issue in number of vertices stored in cell complex
  • Date: Mon, 30 Mar 2015 01:42:29 -0700 (PDT)

Guillaume Damiand wrote
> As said by Oliviers, infinite vertex has no coordinates; thus you must
> not use that !

In that code, I have not used coordinates but I have tried to differentiate
infinite vertex from finite vertices by assigning 0 as attribute to finite
vertices and 1 as attribute to infinite vertex.

Issue is that when I try to print coordinates of finite vertices I find that
some coordinates are missing. For example in the code I find that point (1,
1, 0) is missing from finite vertices which was there in the corresponding
Delaunay triangulation.




--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/import-from-triangulation-3-Issue-in-number-of-vertices-stored-in-cell-complex-tp4660599p4660610.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.18.

Top of Page