Boost logo

Boost Users :

From: Jeffrey Holle (jeffreyholle_at_[hidden])
Date: 2007-03-01 11:54:01


Gerd Menche wrote:

> Is there a different vertices() function defined
> anywhere, that gets in the way?
>

Yes, boost::graph defines a vertices templated function for each type of
graph. It returns a bounding iterator pair to the vertices of the
graph. Its one parameter is a "const Graph&".

There is also an edges function that provides similar access to the
graph's edges.


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