#include <CGAL/Qt/VoronoiGraphicsItem.h>
The template parameter DT of Qt::VoronoiGraphicsItem<DT> must be a Cgal 2D Delaunay triangulation class.
Qt::VoronoiGraphicsItem<DT> vgi ( DT* dt); | |
Constructs a graphics item for the dual of the
Delaunay triangulation dt.
|