Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Facets_iterator

Subject: CGAL users discussion list

List archive

[cgal-discuss] Facets_iterator


Chronological Thread 
  • From: Dennis Endt <>
  • To:
  • Subject: [cgal-discuss] Facets_iterator
  • Date: Sat, 04 Oct 2008 20:41:00 +0200
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=fTMZLDGdVaXrrriWNpVb6KDTJcLcFTe2vprjmclyMKw+IPbjHQUVLONRIcgOWyZva/ BFcvV/Pf5aHp5q7edIkzsTsoLWQ3qV+3TQJg9xVSk9icgX+mCC9vegeXnGvjfX+MSc1m mNPr6oD/Q+x9MKZRVNei18AhMr5ljmDcNowrc=

Can anyone plz tell me how to read the the points of a facet?

I tried to use this:

for(Triangulation::Finite_facets_iterator it = T.finite_facets_begin();
it != T.finite_facets_end(); it++)
{
}

But I didn`t find anything then to read the points with their coordinates.

And what is the difference between finite and not finite faces/edges ...?

I`m very thankful for every helpful information.






Archive powered by MHonArc 2.6.16.

Top of Page