Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] triangulation and terrain

Subject: CGAL users discussion list

List archive

[cgal-discuss] triangulation and terrain


Chronological Thread 
  • From: Farzaneh <>
  • To:
  • Subject: [cgal-discuss] triangulation and terrain
  • Date: Mon, 21 Feb 2011 00:29:38 -0800 (PST)


Hi,

I'm completely new to CGAL. I need to write a program proccesing terrain
data.
I have a 2D triangulation and I want to distribute some point on them (
making a linked list of points for each face).
Also I need to know which faces of triangulation are destroyed when a new
point is inserted into the triangulation and which new faces are created, so
I could update this linked lists.
I'd really appreciate it if anyone could tell me which datatypes and
functions I should use to implement such a problem.

I'm using "CGAL::Delaunay_triangulation_2<Gt>" and " K::Point_3" for
creating the triangulation. I want to know datatypes and functions for
handling the cases I mentioned above.

Thanks in advance,
--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/triangulation-and-terrain-tp3316959p3316959.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.16.

Top of Page