#include <CGAL/IO/Qt_widget_get_point.h>
The full template declaration of Qt_widget_get_point states one parameter:
template < | class T > |
class Qt_widget_get_point; |
If T is one of the CGAL kernels you don't need additional types. If not, the parameter T has to provide this types:
|
| This should be a Point type |
|
| This should be a Field type |
| |||
c is the cursor that this layer will use when is
active. parent is the parent widget and name is the name you
give to this layer.
|