Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] 2D point sets and Boost Graph

Subject: CGAL users discussion list

List archive

[cgal-discuss] 2D point sets and Boost Graph


Chronological Thread 
  • From: "mattia.penati" <>
  • To:
  • Subject: [cgal-discuss] 2D point sets and Boost Graph
  • Date: Tue, 15 Mar 2011 06:12:43 -0700 (PDT)

I'm working with the package "2D Range and Neighbor Search" and I think it
could be a good idea to interface this package with Boost Graph. Currently
you could not use the structure Point_set_2 with Boost Graph although it is
a Delaunay_triangulation_2. For this reason I write my own header (attached
to this message) for this purpose. It's quite simple to use, it must be
copied inside CGAL/boost/graph directory.

http://cgal-discuss.949826.n4.nabble.com/file/n3356516/graph_traits_Point_set_2.h
graph_traits_Point_set_2.h

--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/2D-point-sets-and-Boost-Graph-tp3356516p3356516.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.16.

Top of Page