Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Correspondence between points in CGAL::Delaunay_triangulation_3 and CGAL::Linear_cell_complex

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Correspondence between points in CGAL::Delaunay_triangulation_3 and CGAL::Linear_cell_complex


Chronological Thread 
  • From: Pranav <>
  • To:
  • Subject: Re: [cgal-discuss] Correspondence between points in CGAL::Delaunay_triangulation_3 and CGAL::Linear_cell_complex
  • Date: Fri, 7 Nov 2014 02:13:07 -0800 (PST)

Hi,

I am working on tetrahedral mesh generation in which I am trying to
represent a Piecewise Linear Complex
<http://wias-berlin.de/software/tetgen/plc.html> using CGAL's
/Linear_cell_complex/ class and compute Delaunay tetrahedralization(using
/Delaunay_triangulation_3/) of the points in the PLC.

*Problem:*
Given a point(say /p/) in Delaunay triangulation, I want to get the handle
to the vertex(in Linear cell complex) with point coordinates identical to
/p/.



-----
Thanks in advance,
Pranav
--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Correspondence-between-points-in-CGAL-Delaunay-triangulation-3-and-CGAL-Linear-cell-complex-tp4659935p4660076.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.18.

Top of Page