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: Wed, 25 Mar 2015 02:34:31 -0700 (PDT)

Olivier Devillers-2 wrote
> You did not read the documentation about the infinite vertex

Thanks for pointing this out. I checked and found that (0, 0, 0) is the
representation for infinite vertex.

Now, I want to visualize the Delaunay mesh imported into Linear cell
complex(LCC) for which I am writing the LCC into a PLY file. I have to
somehow avoid writing infinite n-cells to the file but I do not find
iterators similar to /Finite_vertices_iterator/, /Finite_faces_iterator/ of
Triangulation class in Linear cell complex class.

In an attempt to write such an iterator for my application, how can I
determine which cells in a LCC are /infinite/?




--
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-tp4660599p4660601.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.18.

Top of Page