Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Comparing two cells for equality in Delaunay tetrahedralization

Subject: CGAL users discussion list

List archive

[cgal-discuss] Comparing two cells for equality in Delaunay tetrahedralization


Chronological Thread 
  • From: Pranav <>
  • To:
  • Subject: [cgal-discuss] Comparing two cells for equality in Delaunay tetrahedralization
  • Date: Sun, 11 Jan 2015 00:54:16 -0800 (PST)

Hi,

I have a pair of cell handles (ch1, ch2) on a 3D Delaunay
tetrahedralization. I want to know whether cells pointed to by them are
same? Is there any more efficient way than comparing all 4 vertices of the
cells pointed to by ch1 and ch2 in order to determine whether both point to
the same cell in Delaunay tetrahedralization?



-----
Thanks in advance,
Pranav
--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Comparing-two-cells-for-equality-in-Delaunay-tetrahedralization-tp4660294.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.18.

Top of Page