|
template<class VD2 , class GSOptions > |
void | draw (const VD2 &vd2, const GSOptions &gso) |
| opens a new window and draws a 2D voronoi diagram.
|
|
template<class VD2 > |
void | draw (const VD2 &vd2) |
| A shortcut to CGAL::draw(vd2, Graphics_scene_options_voronoi_diagram_2{}) .
|
|
template<class VD2 , class GSOptions > |
void | add_to_graphics_scene (const VD2 &vd2, CGAL::Graphics_scene &gs, const GSOptions &gso) |
| adds the vertices, edges and faces of vd2 into the given graphic scene gs .
|
|
template<class VD2 > |
void | add_to_graphics_scene (const VD2 &vd2, CGAL::Graphics_scene &gs) |
| A shortcut to CGAL::add_to_graphics_scene(vd2, gs, Graphics_scene_options_voronoi_diagram_2{}) .
|
|