Skip to Content.
Sympa Menu

cgal-discuss - creating new edge objects

Subject: CGAL users discussion list

List archive

creating new edge objects


Chronological Thread 
  • From: "Satyajit Sarangi" <>
  • To:
  • Subject: creating new edge objects
  • Date: Wed, 18 Oct 2006 17:08:52 -0400
  • Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=TgS0uOX+IaTP0kLSpXBeaYR3u9J697EESuFt825lc0QVDrENZ0zwrspwoNZByziVjg2a5btqlyp1Bl17DsErhbsUz4R9/qspG+vrndX66u5Qckdr+OqM1/76cWHFzG14WQXycSJWTVkjAZsm2FzW+mu4uA8JzIqiN7qWN7YzF8I=

Hi All,
        I have a set of points in 3d space on which I am doing a 3d delaunay triangulation. I then calculate the voronoi vertices and isolate the poles out of them. Then I am trying to iterate through each edge in the triangulation and then take each vertex of each edge.
       I then want to make edges out of the pole points i have got but I am unable to do it. Can somebody tell me how to create an edge object with the information of only two vertex. I am pretty new to CGAL and haven't tinkered around with it much.
Any help will be much appreciated.
Regards
Satyajit



Archive powered by MHonArc 2.6.16.

Top of Page