CBlueUI
C++ 跨平台跨框架的数据可视化工具
|
类 | |
class | BUI::NetNode |
class | BUI::EdgeLink |
class | BUI::NetGraphUI |
命名空间 | |
namespace | BUI |
函数 | |
void | BUI::forceSpring (NetNode *nodes, EdgeLink links[], int count, float alpha) |
void | BUI::forceCenter (NetNode *nodes, int len, int x, int y) |
void | BUI::forceRadial (NetNode *nodes, int len, int radius, int x, int y, int strength, float alpha) |
void | BUI::forceManyBody (NetNode *nodes, int len, int strength, float alpha) |