Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Re: Vertex circulator starting at fixed vertex

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Re: Vertex circulator starting at fixed vertex


Chronological Thread 
  • From: Daniel Duque <>
  • To:
  • Subject: Re: [cgal-discuss] Re: Vertex circulator starting at fixed vertex
  • Date: Fri, 08 Mar 2013 22:25:32 +0100

Thanks a lot for your reply.

El 08/03/2013 16:05, Tapadi escribió:
Handles and Circulators point both at samely-typed objects (vertices for
examples), so you may be able to compare them writing (*vc==*ne) instead of
(vc==ne).

That would indeed make sense... nevertheless that expression does not even compile (!). The
alternative ( vc->handle() == ne ) does, but still produces nonsense...

Best,

Daniel




Archive powered by MHonArc 2.6.18.

Top of Page