Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Sequence of treversal of a triangulation?

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Sequence of treversal of a triangulation?


Chronological Thread 
  • From:
  • To:
  • Subject: Re: [cgal-discuss] Sequence of treversal of a triangulation?
  • Date: Tue, 20 Feb 2007 10:05:27 +0100

Hi,

I am not sure I understand the question. What do you call the "sequence of traversal of a triangulation"? do you mean the vertices_iterator ?

If yes, the order in which vertices are traversed is not specified, so, it may change in future releases. I am not even quite sure it is true now (especially in the case when some vertices have been removed), I don't remember.

Monique Teillaud


wrote:
Hello,

Can I rely on the fact that the sequence of traversal of a triangulation will
always match the sequence of insertion and that will not change in future
implementations?

Thanks




Archive powered by MHonArc 2.6.16.

Top of Page