c++ - Boost Graph layout algorithmes (Fruchterman-Reingold) -


i have big problem using boost layouts. i'm using directed graph , fruchterman-reingold layout algorithm. topology use rectangle topology. have organize around 200 elements on scene (i'm using qt scene , items it). boost library used calculate position of elements. items rectangles different size, can it's constant simplify. works pretty well, except of items lay on each other. tried change, both, attraction , repulsive force it's still doesn't work @ all.

my question there way push away elements each other. found called jitter points in fruchterman-reingold algorithm, changing didn't me. maybe there way use rectangle size instead of point (topology<>::point_type) can't find it?

thanks every idea , help.


Comments

Popular posts from this blog

c++ - CryptStringToBinary API behavior -

c++ - Correct method for redrawing a layered window -

java.util.scanner - How to read and add only numbers to array from a text file -