Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] n-dim delauny

Subject: CGAL users discussion list

List archive

[cgal-discuss] n-dim delauny


Chronological Thread 
  • From: Marijn Stollenga <>
  • To:
  • Subject: [cgal-discuss] n-dim delauny
  • Date: Thu, 29 Mar 2012 10:35:51 +0200

Hello,

I want to connect up a n-d point cloud and want to do this with delauny traingulation. There is a Delaunay_d datastructure that I was able to put the points in and it should automatically create simplexes.

But now I want to get a boost::adjacency_list from it to do dijkstras on it, but I can not figure out how to do it. Is there a simple way to do this?

-Marijn


  • [cgal-discuss] n-dim delauny, Marijn Stollenga, 03/29/2012

Archive powered by MHonArc 2.6.16.

Top of Page