Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Re: Take the edges of a polyhedron

Subject: CGAL users discussion list

List archive

[cgal-discuss] Re: Take the edges of a polyhedron


Chronological Thread 
  • From: sgdimitris <>
  • To:
  • Subject: [cgal-discuss] Re: Take the edges of a polyhedron
  • Date: Tue, 6 Mar 2012 02:38:48 -0800 (PST)

I have one more very small question.
I read what you advised me, and I want to print the vertices of each edge
So, I have to write something like
"
for ( Edge_iterator w = poly.edges_begin(); w != poly.edges_end(); ++w)
std::cout << "First Vertex of the edge" >> w->..... << "Second
Vertex of the edge" >>


w->.... >> std::endl;
"
My question is what I have to write in "....."
I would appreciate your answer, cause although I read the links I cannot
find the solution

--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Take-the-edges-of-a-polyhedron-tp4449157p4449322.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.16.

Top of Page