29 Nov
2004
29 Nov
'04
8:52 p.m.
Jeffrey Holle wrote:
Be aware that the vertex which a vertex descriptor references to can change as vertices are removed from the graph. Its just a vector index after all...
...unless you're using something other than vecS as the vertex list type, in which case the vertex descriptor will be a pointer and won't change. Cheers, Meredith L. Patterson (learned this the hard way :)