Skip to Content.
Sympa Menu

cgal-discuss - Halfedge::vertex_begin()

Subject: CGAL users discussion list

List archive

Halfedge::vertex_begin()


Chronological Thread 
  • From: Peter Schröder <>
  • To: CGAL <>
  • Subject: Halfedge::vertex_begin()
  • Date: Sat, 10 Nov 2007 17:36:48 -0800
  • Organization: Caltech Multi-Res Modeling Group

Assuming that I am not changing a Polyhedron_3 data structure with any topological operations, will I always get the same edge when calling vertex_begin()? Given a vertex I need to consistently identify a "first" edge incident on it. vertex_begin() would serve this as long as it always returns the same edge. What are the guarantees? Can a similar thing be asserted about vertex->halfedge()? I just need to consistently get the same edge.

Peter



Archive powered by MHonArc 2.6.16.

Top of Page