14 Mar
2013
14 Mar
'13
2:23 p.m.
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