CGAL::Kinetic::Qt_triangulation_2<KineticTriangulation_2, QtWidget_2, QtMovingPoints_2>

Definition

The class draws a triangulation into a CGAL::Qt_widget_2. This class is very simple and a good one to look at if you want to see how to draw your own two dimensional kinetic data structure.

See Section 67.4.3 for an example using this class.

#include <CGAL/Kinetic/IO/Qt_triangulation_2.h>

Creation

Kinetic::Qt_triangulation_2<KineticTriangulation_2, QtWidget_2, QtMovingPoints_2> a ( KineticTriangulation_2::Handle,
QtWidget_2::Handle,
QtMovingPoints_2::Handle);
Construct the object and make all the connections with the appropriate other objects.

See Also

Kinetic::Qt_widget_2<Simulator>