Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Endpoints of constraint?

Subject: CGAL users discussion list

List archive

[cgal-discuss] Endpoints of constraint?


Chronological Thread 
  • From: annie <>
  • To:
  • Subject: [cgal-discuss] Endpoints of constraint?
  • Date: Mon, 28 Feb 2011 02:57:16 -0800 (PST)

Hello,

Nothing worse than coming back to code written without comments...
I made sth like this:


Vertex_handle v1, v2;
for( Triangulation::Constraint_iterator cit = cdt.constraints_begin();cit
!= cdt.constraints_end(); cit++)
{
v1 = cit->first.first;
v2 = cit->first.second;
...}

I expect it to give me the first and the last vertice handle for endpoints
of constraint. Am I right? Or is it just sth different connected to the
first vertice handle?

Please, help me...

Regards,
annie

--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Endpoints-of-constraint-tp3327748p3327748.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.16.

Top of Page