9 Mar
2006
9 Mar
'06
3:32 p.m.
On Feb 27, 2006, at 5:09 PM, David E. Konerding wrote:
I got to thinking, and it seems to me like the 'right way' to do this would be to invert the problem (somewhat violating the model/view abstraction): add a vertex property map to the graph with mappings from the graph vertex object to the widget. I can't see another way to do it if Vertex objects aren't cached.
Yes, I think this is your best bet. Future revisions of the BGL- Python bindings will fix this problem, but it'll happen faster if someone goes ahead and implements it for me :) Doug