Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] How to find adjacent cells?

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] How to find adjacent cells?


Chronological Thread 
  • From: Andreas Fabri <>
  • To:
  • Subject: Re: [cgal-discuss] How to find adjacent cells?
  • Date: Thu, 15 May 2014 20:28:40 +0200
  • Organization: GeometryFactory


Hello,

Sébastien gave you the name of the function, but let me tell
you how you would have found it in the manual.

Delaunay_triangulation derives from Triangulation_3

http://doc.cgal.org/latest/Triangulation_3/classCGAL_1_1Triangulation__3.html

And there in the See Also you find

TriangulationDataStructure_3::Vertex
TriangulationDataStructure_3::Cell

with for the latter the incidence information

http://doc.cgal.org/latest/TDS_3/classTriangulationDataStructure__3_1_1Cell.html


best,

andreas


On 15/05/2014 12:57, cdoucet wrote:

Hello,

for a given finite cell c in a 3D Delaunay triangulation, I need to find all
finite cells which share a face with c.
I had looked for an "adjacent_cells" method in CGAL but I did not find it.

Is there a method to do that in CGAL?

Thank you very much!

Cédric Doucet
INRIA Paris-Rocquencourt




--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/How-to-find-adjacent-cells-tp4659310.html
Sent from the cgal-discuss mailing list archive at Nabble.com.


--
Andreas Fabri, PhD
Chief Officer, GeometryFactory
Editor, The CGAL Project

phone: +33.492.954.912 skype: andreas.fabri



Archive powered by MHonArc 2.6.18.

Top of Page