Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] RE: get the Tetrahedrons of a delaunay triangulation

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] RE: get the Tetrahedrons of a delaunay triangulation


Chronological Thread 
  • From: "Sebastien Loriot (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] RE: get the Tetrahedrons of a delaunay triangulation
  • Date: Thu, 18 Jul 2013 17:58:38 +0200
  • Organization: GeometryFactory

Try:

Vertex_handle v;
v->info();

Sebastien.

On 07/18/2013 05:52 PM, zoli0726 wrote:
Thank you, im much closer to this.
Now my vertices have indicies, i can query them, but the output of the
triangulation, or the tetrahedron() gives the same result, no sign of
indicies. The tetrahedron() method know which vertices belongs to the
cell, but is there any way, that i can query them for the info i wrote
into them?
So what i want in the last step, iterate through the cells (I can do
that), and write not(or not only) the coordinates of the vertices of the
cells, just the info of the vertices, or both.

------------------------------------------------------------------------
Date: Thu, 18 Jul 2013 08:04:24 -0700
From: [hidden email] </user/SendEmail.jtp?type=node&node=4657813&i=0>
To: [hidden email] </user/SendEmail.jtp?type=node&node=4657813&i=1>
Subject: Re: get the Tetrahedrons of a delaunay triangulation


Vertices do not have index by default,
if you want some, you have to put these indices
see
http://doc.cgal.org/4.2/CGAL.CGAL.3D-Triangulations/html/index.html
Sections 5.5 to 5.8

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




------------------------------------------------------------------------
If you reply to this email, your message will be added to the discussion
below:
http://cgal-discuss.949826.n4.nabble.com/get-the-Tetrahedrons-of-a-delaunay-triangulation-tp4657808p4657812.html

To unsubscribe from get the Tetrahedrons of a delaunay triangulation,
click here.
NAML
<http://cgal-discuss.949826.n4.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble:email.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble:email.naml-instant_emails%21nabble:email.naml-send_instant_email%21nabble:email.naml>


------------------------------------------------------------------------
View this message in context: RE: get the Tetrahedrons of a delaunay
triangulation
<http://cgal-discuss.949826.n4.nabble.com/get-the-Tetrahedrons-of-a-delaunay-triangulation-tp4657808p4657813.html>
Sent from the cgal-discuss mailing list archive
<http://cgal-discuss.949826.n4.nabble.com/> at Nabble.com.




Archive powered by MHonArc 2.6.18.

Top of Page