Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] The class Triangulation

Subject: CGAL users discussion list

List archive

[cgal-discuss] The class Triangulation


Chronological Thread 
  • From: sara_mahdavi <>
  • To:
  • Subject: [cgal-discuss] The class Triangulation
  • Date: Sat, 24 Oct 2009 08:23:54 -0700 (PDT)


I read the chapter dealing with the triangulation 2d and 3d ,and I understand
structure but I don't know travels face in triangulation and index to access
face and write index face ,error is line 3,please help me.
Finite_faces_iterator fc = t.finite_faces_begin();
for( ; fc != t.finite_faces_end(); ++fc)
{
fc->info() = CGAL::BLUE;
std::cout<<fc;
}

--
View this message in context:
http://www.nabble.com/The-class-Triangulation-tp26040000p26040000.html
Sent from the cgal-discuss mailing list archive at Nabble.com.




Archive powered by MHonArc 2.6.16.

Top of Page