Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] number_of_vertices_in_complex

Subject: CGAL users discussion list

List archive

[cgal-discuss] number_of_vertices_in_complex


Chronological Thread 
  • From: Dominik Szczerba <>
  • To:
  • Subject: [cgal-discuss] number_of_vertices_in_complex
  • Date: Tue, 30 Aug 2011 09:21:00 +0200

In CGAL 3.7 I used to get the number of vertices in the generated mesh
from c3t3.number_of_vertices(). In 3.8 this function is gone and the
similarly named c3t3.number_of_vertices_in_complex()
returns zero, even if the mesh is there (as per the loop over
Finite_vertices_iterator vit = tr.finite_vertices_begin(); vit !=
tr.finite_vertices_end()). How to query the number of vertices
correctly?

Regards,
Dominik



Archive powered by MHonArc 2.6.16.

Top of Page