CGAL 4.6.3 - Kinetic Data Structures
|
#include <CGAL/Kinetic/IO/Qt_triangulation_2.h>
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 Visualization of Kinetic Data Structures for an example using this class.
Kinetic::Qt_widget_2<Simulator>
Creation | |
Qt_widget_2 (KineticTriangulation_2::Handle, QtWidget_2::Handle, QtMovingPoints_2::Handle) | |
Construct the object and make all the connections with the appropriate other objects. | |