Skip to Content.
Sympa Menu

cgal-discuss - Triangulation_3 / Facetiterator

Subject: CGAL users discussion list

List archive

Triangulation_3 / Facetiterator


Chronological Thread 
  • From: Thomas Zangl <>
  • To:
  • Subject: Triangulation_3 / Facetiterator
  • Date: Tue, 19 Feb 2008 13:06:35 +0100

Hi!

According to and the figure there http://www.cgal.org/Manual/3.3/doc_html/cgal_manual/TriangulationDS_3/Chapter_main.html#TDS3-sec-intro
the Facet 0 is shared by the 2 cells. If I use a Facet_Iterator, do I visit Facet 0 twice? E.g. once with cell_handle = 0, vertex_handle = 0, and the next time with cell_handle = 1 and vertex_handle = 0?

TIA!

Thomas



Archive powered by MHonArc 2.6.16.

Top of Page