我可以用什么样的工具来显示R树的边界框,节点,叶子,就像本页所示的那样?谢谢
http://www.boost.org/doc/libs/1_60_0/libs/geometry/doc/html/geometry/spatial_indexes/introduction.html
使用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