Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Re: Index of a cell in Delaunay Triangulation

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Re: Index of a cell in Delaunay Triangulation


Chronological Thread 
  • From: "Sebastien Loriot (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] Re: Index of a cell in Delaunay Triangulation
  • Date: Thu, 11 Feb 2010 17:14:20 +0100

yutoufr wrote:
Thanks for the reply, perhaps its not clear my question.
In fact, i want to access cells independently to the iterator. I think the
way to access a cell with using cell_handle suppose that there is a
iterator(random access) which has a random starting position. So i want
something like index which is unchangable to the triangulation.
Thanks any way.
Do you mean having a way to get direct access to a given cell in a triangulation of a fix set of points (e.g. each time you run your program and build your triangulation, you want to have access to a particular cell) ?



Archive powered by MHonArc 2.6.16.

Top of Page