Skip to Content.
Sympa Menu

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

Subject: CGAL users discussion list

List archive

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


Chronological Thread 
  • From: "Sebastien Loriot (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] Re: Triangulation_3 compiler error C2143: syntax error: missing ';' before ')'
  • Date: Fri, 25 Mar 2011 07:40:04 +0100
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=XAVSiYzO11QczJoGShKgI0Z4KKe+RfxzpwKB00cVp63kZbE3OzMcN28or4LsRFIHBh Se3r9OKzI3P1icx3hh/EBFAvnmH1oXBpWky6bAleCzj180rWeMoVw/SYF+uyaNX3UjYU PmTHoisXKBLUVPqfGDVbpynisT4apN2N/ABw8=

On 03/25/2011 04:18 AM, cmodel wrote:
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 ?

they are the same.
Cell_iterator cit=....
cit->vertex(i)->point() gives you the points for i in [0,3]

S.

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