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: Guillaume Damiand <>
  • To:
  • Subject: Re: [cgal-discuss] import_from_triangulation_3: Issue in number of vertices stored in cell complex
  • Date: Wed, 25 Mar 2015 11:35:30 +0100

Le 25/03/2015 11:25, Olivier Devillers a écrit :

Le 25/03/15 10:34, Pranav a écrit :
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.

be careful that the Point inside the infinite_vertex is uninitialized.
It is not guarantee to be 0,0,0.

Yes !


Have a look at the example voronoi_3.cpp;
When you call the function CGAL::import_from_triangulation_3, you can use an undocumented third parameter (a std::map std::map<Triangulation::Cell_handle, LCC_3::Dart_handle >) linking cells of the T3 and darts of the LCC.

With this map, you can know if a dart belong to the infinite vertex of the T3 or not.

Guillaume





I do not know really LCC, but it seems that it is for an embedded
linear cell complex. It does not seems that it uses an infinite vertex.



--
===================================================================
Guillaume DAMIAND

CNRS - LIRIS UMR 5205
Université Claude Bernard
Bâtiment Nautibus (710)
43 Boulevard du 11 Novembre 1918
69622 Villeurbanne Cedex (France)
-------------------------------------------------------------------
Tél: +33 (0)4.72.43.14.34 Fax: +33 (0)4.72.43.15.36
Mail:

Web: http://liris.cnrs.fr/guillaume.damiand/
===================================================================


Attachment: smime.p7s
Description: Signature cryptographique S/MIME




Archive powered by MHonArc 2.6.18.

Top of Page