Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] [Arrangement_2 Graph] Face_iterator

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] [Arrangement_2 Graph] Face_iterator


Chronological Thread 
  • From: Ophir Setter <>
  • To:
  • Subject: Re: [cgal-discuss] [Arrangement_2 Graph] Face_iterator
  • Date: Thu, 21 Jul 2011 18:35:36 +0300

You can look at the header, but I don't think it matters. It just implements the functions specified by boost BGL.



On Thu, Jul 21, 2011 at 1:01 PM, Pierre Cagne <> wrote:

The face iterator goes in random order.

If you want to use spanning tree on the dual graph then do exactly that. Use the adaptation to BGL to receive a BGL graph of the dual arrangement, and use one of boost algorithms for spanning trees.

Thanks a lot.

I saw in the doc how to have the dual of an arrangement graph. But I couldn't find any documentation about the template type CGAL::Dual<class Arr_graph> or it's internal representation... I will look into BLG as you say.

--
Pierre Cagne
Etudiant à l'Ecole Normale Supérieure de Paris





Archive powered by MHonArc 2.6.16.

Top of Page