Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Re: Triangulation_3 compiler error C2143: syntax error: missing ';' before ')'

Subject: CGAL users discussion list

List archive

[cgal-discuss] Re: Triangulation_3 compiler error C2143: syntax error: missing ';' before ')'


Chronological Thread 
  • From: cmodel <>
  • To:
  • Subject: [cgal-discuss] Re: Triangulation_3 compiler error C2143: syntax error: missing ';' before ')'
  • Date: Thu, 24 Mar 2011 20:18:01 -0700 (PDT)

OH... This issue has been solved by rewrite the loop when iterating the
Cells_Iterator

BUT, now does anyone can help me on another issue,

within Finite_cells_iterator, and with Delaunay object,

I want to get each vertex(Point), not Vertex_handle, by this cells_iterator.

How to use cells(by iterator) and with cell object, how to get each vertex?

I saw t.Point(Cell_hanlde c, int index) and t.Point(Vertext_handle v) can do
something like this.
but how to change cell_iterator to Cell_handle ?

Thanks.


--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Triangulation-3-compiler-error-C2143-syntax-error-missing-before-tp3402829p3404359.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.16.

Top of Page