Boost logo

Boost Users :

Subject: Re: [Boost-users] [graph][BGL] Why can not I use edge_index_t?
From: Nick Edmonds (ngedmond_at_[hidden])
Date: 2013-03-14 10:23:18


On Mar 14, 2013, at 8:29 AM, Borja Miñano wrote:

> Hello Jeremiah,
>
> Thank you for your help. I am using now Internal properties and property maps to read and write the properties.
> But I have another question. I want to write to an in_edge from a processor when this edge is not local.
> What do I need for being able to do it? An distributed property map or a iterator_property_map?

If you want to write to non-local edges you'll need a distributed property map (which will require an edge index map) as well as a means of determining the edge_descriptor for the edge you want to write to. Note that construction via edge() is not supported for non-local edges.

Hope that helps,
Nick


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