Skip to Content.
Sympa Menu

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

Subject: CGAL users discussion list

List archive

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


Chronological Thread 
  • From: Pranav <>
  • To:
  • Subject: [cgal-discuss] Correspondence between points in CGAL::Delaunay_triangulation_3 and CGAL::Linear_cell_complex
  • Date: Fri, 10 Oct 2014 05:20:03 -0700 (PDT)

Hi,

I have a linear cell complex *X*, and 3D Delaunay triangulation(say *D*) of
the points(0-cell attribute) in *X*. I want to define a mapping between
points in *X* and *D* using which I can get handle to the vertex in *X* for
the corresponding point in *D*.

I have seen the *Linear_cell_complex.h* and
*Linear_cell_complex_operations.h* but I do not find a /locate()/ sort of
function which can be used to get handle to the nearest point in *X* for a
query point(which I thought of taking from *D*).

I would like to know the ways in which this can be done.



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


  • [cgal-discuss] Correspondence between points in CGAL::Delaunay_triangulation_3 and CGAL::Linear_cell_complex, Pranav, 10/10/2014

Archive powered by MHonArc 2.6.18.

Top of Page