Subject: CGAL users discussion list
List archive
- From: zoli0726 <>
- To:
- Subject: [cgal-discuss] RE: get the Tetrahedrons of a delaunay triangulation
- Date: Thu, 18 Jul 2013 10:23:29 -0700 (PDT)
That's not what i needed, but i found the solution.
finite_cell_iterator->vertex(index_of_vertex)->info() did what i wanted. Thank you all, for your help.
Date: Thu, 18 Jul 2013 09:00:05 -0700
From: [hidden email]
To: [hidden email]
Subject: RE: get the Tetrahedrons of a delaunay triangulation
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.
--
You are currently subscribed to cgal-discuss.
To unsubscribe or access the archives, go to
https://sympa.inria.fr/sympa/info/cgal-discuss
Date: Thu, 18 Jul 2013 09:00:05 -0700
From: [hidden email]
To: [hidden email]
Subject: RE: get the Tetrahedrons of a delaunay triangulation
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.
--
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-tp4657808p4657814.html
View this message in context: RE: get the Tetrahedrons of a delaunay triangulation
Sent from the cgal-discuss mailing list archive at Nabble.com.
- [cgal-discuss] get the Tetrahedrons of a delaunay triangulation, zoli0726, 07/18/2013
- Re: [cgal-discuss] get the Tetrahedrons of a delaunay triangulation, Olivier Devillers, 07/18/2013
- [cgal-discuss] RE: get the Tetrahedrons of a delaunay triangulation, zoli0726, 07/18/2013
- [cgal-discuss] Re: get the Tetrahedrons of a delaunay triangulation, zoli0726, 07/18/2013
- Re: [cgal-discuss] Re: get the Tetrahedrons of a delaunay triangulation, Olivier Devillers, 07/18/2013
- [cgal-discuss] RE: get the Tetrahedrons of a delaunay triangulation, zoli0726, 07/18/2013
- Re: [cgal-discuss] RE: get the Tetrahedrons of a delaunay triangulation, Sebastien Loriot (GeometryFactory), 07/18/2013
- [cgal-discuss] RE: get the Tetrahedrons of a delaunay triangulation, zoli0726, 07/18/2013
- Re: [cgal-discuss] RE: get the Tetrahedrons of a delaunay triangulation, Sebastien Loriot (GeometryFactory), 07/18/2013
- [cgal-discuss] RE: get the Tetrahedrons of a delaunay triangulation, zoli0726, 07/18/2013
- Re: [cgal-discuss] Re: get the Tetrahedrons of a delaunay triangulation, Olivier Devillers, 07/18/2013
- Re: [cgal-discuss] get the Tetrahedrons of a delaunay triangulation, Olivier Devillers, 07/18/2013
Archive powered by MHonArc 2.6.18.