当前位置:  开发笔记 > 编程语言 > 正文

R树边界框结构可视化工具

如何解决《R树边界框结构可视化工具》经验,为你挑选了1个好方法。

我可以用什么样的工具来显示R树的边界框,节点,叶子,就像本页所示的那样?谢谢

http://www.boost.org/doc/libs/1_60_0/libs/geometry/doc/html/geometry/spatial_indexes/introduction.html



1> Adam Wulkiew..:

使用GLUT库使用此程序生成这些特定图像:

BOOST_ROOT /库/几何/指数/示例/ glut_vis.cpp

要么

https://github.com/boostorg/geometry/blob/develop/index/example/glut_vis.cpp

它使用隐藏在细节中的实用程序函数boost::geometry::index::detail::rtree::utilities::gl_draw()rtree<>使用OpenGL 绘制Boost.Geometry .在这里能找到它:

BOOST_ROOT /升压/几何/指数/细节/ RTREE /公共事业/ gl_draw.hpp

要么

https://github.com/boostorg/geometry/blob/develop/include/boost/geometry/index/detail/rtree/utilities/gl_draw.hpp

推荐阅读
雯颜哥_135
这个屌丝很懒,什么也没留下!
DevBox开发工具箱 | 专业的在线开发工具网站    京公网安备 11010802040832号  |  京ICP备19059560号-6
Copyright © 1998 - 2020 DevBox.CN. All Rights Reserved devBox.cn 开发工具箱 版权所有