Boost logo

Boost Users :

Subject: Re: [Boost-users] [BGL] IncidenceGraph and out_edges
From: Andrew Sutton (andrew.n.sutton_at_[hidden])
Date: 2009-06-19 10:39:45


> Thank you for this info. However, it is not used (!) in -for example-
> connected_componets of the BGL which means - please, I have to insist on
> this
> point - that connecetd_components will not work if my datastructure does
> not
> support the discussed requirement on out_edges. Is there any reason why
> adjacency_iterator is not used in some cases by BGL algorithms but instead
> out_edges together with the target function?

The adjacency_iterator hides the edge traversal, which are used by a number
of algorithm visitors.

What do you mean "doesn't work?". You have to be more explicit.

Andrew Sutton
andrew.n.sutton_at_[hidden]



Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net