Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Adding info to vertices in d-Dimensional Triangulation

Subject: CGAL users discussion list

List archive

[cgal-discuss] Adding info to vertices in d-Dimensional Triangulation


Chronological Thread 
  • From: StefanB <>
  • To:
  • Subject: [cgal-discuss] Adding info to vertices in d-Dimensional Triangulation
  • Date: Thu, 26 Jun 2014 08:23:20 -0700 (PDT)

Hello,

I have tried without success to find a way to add additional info to my
vertices in a d-Dimensional triangulation.

There are more details described in this Stack Overflow question here:

http://stackoverflow.com/questions/24408805/cgal-how-to-use-global-indices-on-vertices-in-ddimensional-triangulation

In short, is there an easy way to add additional info to vertices in
d-Dimensions, just like in 2D and 3D?

This would be useful for keeping track of the global indices, but also for
some other stuff, like defining a function over the vertices of a
d-dimensional complex.

If not, then is there a way to at least get the global index of a vertex of
a Delaunay triangulation?

As far as I understood, only the local index is available (say, if you have
a 4-dim simplex, then the indices of its vertices would be 0, 1, 2, 3, 4, 5)

Thank you,
Stefan



--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Adding-info-to-vertices-in-d-Dimensional-Triangulation-tp4659480.html
Sent from the cgal-discuss mailing list archive at Nabble.com.


  • [cgal-discuss] Adding info to vertices in d-Dimensional Triangulation, StefanB, 06/26/2014

Archive powered by MHonArc 2.6.18.

Top of Page