Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] member "first" of a facet iterator

Subject: CGAL users discussion list

List archive

[cgal-discuss] member "first" of a facet iterator


Chronological Thread 
  • From: Query Cgal <>
  • To:
  • Subject: [cgal-discuss] member "first" of a facet iterator
  • Date: Sat, 21 Feb 2009 23:15:49 -0800 (PST)
  • Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com.hk; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Reply-To:Subject:To:MIME-Version:Content-Type; b=jntlxaetU889guXAlK1VFxOBO+uNYCmiujYARqnfLfvFpv4xG0Dg3pyBbxlhXoVDk504B6Uque0l0HgzLW7x4en+FwdzXQUu+cifAFQbbl52MheX60y3mxz1ryJ22tn2NXLkuOcbZ8K/Gdk7U+6fr5FP5gb5FSgSowqnMtZW9rA=;

Hi.

When I am using a facet iterator of a triangulation, I found that there is a member called first which can be used in the following way.

itr -> first -> vertex(0);

where itr is a facet iterator of a triangulation

It seems that it returns a vertex of a triangular face. But I am not sure if it is true.

Therefore, I have tried to search the CGAL manual for that.
However, I cannot find anything thing about the member "first" of the facet iterator.

Actually, what is itr -> first?
Is it anything that is supposed to be used by us ?

Thank you





Yahoo!香港提供網上安全攻略,教你如何防範黑客!了解更多


Archive powered by MHonArc 2.6.16.

Top of Page