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: Monique Teillaud <>
  • To:
  • Subject: Re: [cgal-discuss] How to find adjacent cells?
  • Date: Fri, 16 May 2014 10:00:50 +0200

Indeed, there is no pdf version any more... that sentence should updated on the web site.

Any browser can easily transform the user manual in pdf. You will lose the links, though. In any case, the best for a user to read the reference manual is in html, IMHO.

--
Monique Teillaud
http://www.inria.fr/sophia/members/Monique.Teillaud/
INRIA Sophia Antipolis - Méditerranée
Institut National de Recherche en Informatique et Automatique

Le 16/05/14 09:54, Cedric Doucet a écrit :

Thank you very much for your answers Monique and Andreas.

I will read your links carefully before sending any question to this list.

Is there a way to get a pdf version of CGAL's manual?
Is it said in http://www.cgal.org/Manual/ that "CGAL manuals are available in HTML
format for online browsing, and in PDF and in HTML for download" but I do not see
where to download the pdf version.

Best,

Cédric




----- Mail original -----
De: "Monique Teillaud"
<>
À:

Envoyé: Vendredi 16 Mai 2014 08:55:43
Objet: Re: [cgal-discuss] How to find adjacent cells?

Hi,

Let me also mention the 1st section of the user manual
http://doc.cgal.org/latest/Triangulation_3/index.html#Triangulation3secintro

as well as the basic example
http://doc.cgal.org/latest/Triangulation_3/index.html#Triangulation_3BasicExample

Best,
--
Monique Teillaud
http://www.inria.fr/sophia/members/Monique.Teillaud/
INRIA Sophia Antipolis - Méditerranée
Institut National de Recherche en Informatique et Automatique

Le 15/05/14 20:28, Andreas Fabri a écrit :

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.






--
You are currently subscribed to cgal-discuss.
To unsubscribe or access the archives, go to
https://sympa.inria.fr/sympa/info/cgal-discuss










Archive powered by MHonArc 2.6.18.

Top of Page