Skip to Content.
Sympa Menu

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

Subject: CGAL users discussion list

List archive

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


Chronological Thread 
  • From: Tapadi <>
  • To:
  • Subject: [cgal-discuss] Re: Vertex circulator starting at fixed vertex
  • Date: Fri, 8 Mar 2013 13:36:52 -0800 (PST)

Hello again,

Ouch, I forgot that Handles cannot be unreferenced by just using a *.

There is a nasty way to do the comparison, waiting for a better solution :

if ( vc->handle()->point() == ne->point() ) { ...

The idea is to compare the geometry instead of the higher-order structures.
But it is a risky way of doing things in my opinion... Try it out and let's
hope for a real pro answer :o)

Best regards,
Hugo Loi
PhD student at Inria - Maverick Team
http://maverick.inria.fr/



--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Vertex-circulator-starting-at-fixed-vertex-tp4656861p4656865.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.18.

Top of Page