Skip to Content.
Sympa Menu

cgal-discuss - CDT

Subject: CGAL users discussion list

List archive

CDT


Chronological Thread 
  • From: "Ing. Tomas Bayer" <>
  • To:
  • Subject: CDT
  • Date: Tue, 25 Sep 2007 17:01:35 +0200

Hi,

I would like to ask you, if there is any example of C++ code using CDT with the following output data structure:

* input data:
points with constrains...

* output data:
Delaunay vertices and topological model. Example:

delaunay vertices [point, x, y]:

1 12.55 56.37
2. 28.69 44.16
3. 53.39 18.94
4. 43.17 26.67
5. 18.18 53.57
6. 45.50 13.38
7. 47.40 45.77
....

delauanay triangles [vertex1, vertex2, vertex3]

1 4 7
7 5 2
3 6 8
...

Thanks

Tomas





  • CDT, Ing. Tomas Bayer, 09/25/2007

Archive powered by MHonArc 2.6.16.

Top of Page