|
CBlueUI
C++ 跨平台跨框架的数据可视化工具
|
类 | |
| class | BUI::PathTransform |
| 路径中点的变换运算类 更多... | |
| struct | BUI::TransAlongSinglePath |
| struct | BUI::TransAlongDoublePath |
| class | BUI::GPathStorage |
| 路径顶点源(在GPathStorage的世界里,椭圆,弧线,样条曲线都是由足够细腻的直线拟合的) 更多... | |
| class | BUI::GPathRectStorage |
| class | BUI::GPathEllipseStorage |
| class | BUI::GPathBufferStorage |
| class | BUI::GPathLinesStorage |
| class | BUI::GPathBigPointStorage |
命名空间 | |
| namespace | BUI |
类型定义 | |
| typedef struct BUI::Arrow | BUI::ArrowHead |
| typedef struct BUI::Arrow | BUI::ArrowTail |
| typedef vertex_base_type< int > | BUI::vertex_base_i |
| typedef vertex_base_type< float > | BUI::vertex_base_f |
| typedef vertex_base_type< double > | BUI::vertex_base_d |
函数 | |
| GPathStorage | BUI::operator* (GPathStorage &path, float factor) |
| GPathStorage | BUI::operator+ (GPathStorage &path1, GPathStorage &path2) |
| GPathStorage | BUI::operator- (GPathStorage &path1, GPathStorage &path2) |