16 Mar
2007
16 Mar
'07
3:15 p.m.
Le 16-03-2007, Douglas Gregor
On Mar 15, 2007, at 12:59 PM, Marc Boyer wrote:
What seems not easy to me is how to add the edges ? I add to find a way to get a vertex from its name, and the map only do the opposite.
Did I have to build a tempory reverse map ?
Yes, you will need to build a temporary map to map from the names of the vertices to their vertex descriptors.
Thank you. That was the solution I adopted, but I was wondering if I was using the right tool. Marc Boyer