Skip to Content.
Sympa Menu

cgal-discuss - Edge Iterators

Subject: CGAL users discussion list

List archive

Edge Iterators


Chronological Thread 
  • From: "Wesley Smith" <>
  • To:
  • Subject: Edge Iterators
  • Date: Sat, 11 Aug 2007 14:25:33 -0700
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=k3Qo4UXE40EKfrI3F21sJx0CD1jcc4QkAoszEiJP4WL+c+2fK2Zp/UlWHy87Bpjv++nGiMhK8m6WvsCrpftjU/tPgzVHpipsfsLvh42RxTQ9IOA2nu8GT7D0+Pq3Z5zZW0Mpb6lHgxMJ3Yg/NjsgaQwuIO9Y3jQEoltrKvKRs3I=

Hi,
I've just started using CGAL and am having a hard time navigating the
documentation and code. I'm just trying to do some simple things
right now. I have a Voronoi_diagram_2 and am doing the following:

Edge_iterator edge_iter = voronoi->edges_begin();

I can't seem to find any documentation or code that describes what
Edge_iterator points to or what kinds of functions it has available.
Any pointers are greatly appreciated.

thanks,
wes



Archive powered by MHonArc 2.6.16.

Top of Page