Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] How to create and deal widget?

Subject: CGAL users discussion list

List archive

[cgal-discuss] How to create and deal widget?


Chronological Thread 
  • From: ramesh <>
  • To:
  • Subject: [cgal-discuss] How to create and deal widget?
  • Date: Fri, 12 Sep 2014 04:21:14 -0700 (PDT)

Hi...

I want to write code (using CGAL in built functions) to cover a given set
points using minimum number of disks (fixed radius) centered at those
points. I have an algorithm for the mentioned problem. Now I want to
implement in c++ using CGAL. I know how to write by explicitly defining
arrays and storing the input points. But I want to give input by mouse click
or random points (like Delunay Triangulation) in the plane. How do I start?.
I mean…, how do I get an widget to give input points and how to read them?.
Also, I want to show the output on the widget itself.
Please help me or provide some source, where I can learn.

Thank you.



--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/How-to-create-and-deal-widget-tp4659833.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.18.

Top of Page