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 23:49:10 -0700 (PDT)


Sebastien Loriot (GeometryFactory) wrote:
>
> On 03/25/2011 04:18 AM, cmodel wrote:
> &gt; OH... This issue has been solved by rewrite the loop when iterating
> the
> &gt; Cells_Iterator
> &gt;
> &gt; BUT, now does anyone can help me on another issue,
> &gt;
> &gt; within Finite_cells_iterator, and with Delaunay object,
> &gt;
> &gt; I want to get each vertex(Point), not Vertex_handle, by this
> cells_iterator.
> &gt;
> &gt; How to use cells(by iterator) and with cell object, how to get each
> vertex?
> &gt;
> &gt; I saw t.Point(Cell_hanlde c, int index) and t.Point(Vertext_handle v)
> can do
> &gt; something like this.
> &gt; but how to change cell_iterator to Cell_handle ?
> &gt;
> they are the same.
> Cell_iterator cit=....
> cit-&gt;vertex(i)-&gt;point() gives you the points for i in [0,3]
>
> Yes, this work it out. and can also use DT3.point(cit->vertex(i)) for i
> in [0,3].
> Thanks.
>
>
> S.
>
> &gt; Thanks.
> &gt;
> &gt;
> &gt; --
> &gt; View this message in context:
> http://cgal-discuss.949826.n4.nabble.com/Triangulation-3-compiler-error-C2143-syntax-error-missing-before-tp3402829p3404359.html
> &gt; Sent from the cgal-discuss mailing list archive at Nabble.com.
> &gt;
>
>
> --
> You are currently subscribed to cgal-discuss.
> To unsubscribe or access the archives, go to
> https://lists-sop.inria.fr/wws/info/cgal-discuss
>


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



Archive powered by MHonArc 2.6.16.

Top of Page