问题描述
以下哪种()库可以用来评估节点坐标?我的意思是我想提请并通过点击它来添加一些节点或删除,然后再评估使用一些轻量级库坐标操纵图形。
Which of these (Graph drawing C++ library?) libraries can be used to evaluate nodes coordinates? I mean I want to draw and manipulate graph by clicking on it to add some nodes or delete, and then evaluate coordinates using some lightweight library.
所有我需要的是算法可以在点文件和speciefied布局()给我的图节点和2D点的符合性。
All I need is algorithm which could on dot file and speciefied layout (http://en.wikipedia.org/wiki/DOT_language) give me conformity of graph nodes and 2D points.
prefferable语言:C ++,C#,Java的
Prefferable languages: C++, C#, Java
推荐答案
我做了一个节点编辑器的完整WPF MVVM样品支持拖放,和许多有趣的视觉特征。它看起来是这样的:
I made a complete WPF MVVM sample of a "Nodes Editor" supporting drag and drop, and many interesting visual features. It looks like this:
这篇关于图节点坐标评测的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!