Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以在 OGDF 中布置边缘?OGDF 是否甚至包括路由边缘?因为我几天来一直在浏览文档,但仍然没有找到如何去做。特别有趣的是边和节点之间的连接点。我必须自己确定这一点吗?
好吧,我找到了一种方法,我写这篇文章只是为了以防有人,有时可能会问自己同样的问题。
您基本上从节点的中心开始绘制一条边(即GA.x(e) + nodewidth/2),然后遍历弯曲点列表(如果边e有的话)。获取弯曲点列表GA.bends(e)
GA.x(e) + nodewidth/2
e
GA.bends(e)