我想获取在将圆形对象从一个位置移动到另一个位置后在布置中创建和删除的事件或交点的顺序,我不知道如何使用CGAL来执行此操作库
答案 0 :(得分:0)
使用我们所谓的观察者;请参阅示例程序examples/Arrangement_on_surface_2/observer.cpp
和文档。在https://doc.cgal.org/latest/Arrangement_on_surface_2/classCGAL_1_1Arr__observer.html
尤其是,填充以下观察者成员函数
after_create_vertex (Vertex_handle v)
after_remove_vertex ()