Boost logo

Boost Users :

From: Daniel Mitchell (danmitchell_at_[hidden])
Date: 2006-05-23 11:05:18


The vertex index property map for vecS is defined on line 2444 in
detail/adjacency_list.hpp. Since vertices are integers in [0,num_vertices),
the index of each vertex is the vertex itself.

D.

On Tuesday 23 May 2006 09:56, Sebastian Weber wrote:
> Hi folks!
>
> I defined a customary graph type which always uses integers in a bound
> range to adress the vertices. It is therefore as if one would use an
> adjacency_list with vecS as vertex storage set. Since I want to run an
> algorithm requiring a vertex_index property to be present on my custom
> graph, I was looking at the code of the adjacency_list graph. The docs
> say, that somewhere in the code the vertex_index map does get created
> automatically if the vertex set is vecS, but where and how is it done?
> The code is just too big or too advanced for me to find the appropiate
> lines. Could someone please enlighten me?
>
> Thanks in advance,
>
> Sebastian Weber
>
> _______________________________________________
> Boost-users mailing list
> Boost-users_at_[hidden]
> http://lists.boost.org/mailman/listinfo.cgi/boost-users


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