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 Ghayour <>
  • To:
  • Subject: [cgal-discuss] triangulation and terrain
  • Date: Mon, 21 Feb 2011 11:56:14 +0330
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=Tx0alP4htO3ujn9qH8tVZElVOnKv1uCLUx3BStMaiqW9W3DO+maCJZcd3RrmF/ItuB ca8hg1xFWkFgC/JRRxRrZ8WVIN5FMLJwX4ASRgPQigpS87erXjQ5uKHsvMkxjckeT/5a d79SOTOkWtxrOsPjjf0kTm8ujhQG6GJwyK1FA=

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,

--
Farzaneh Ghayour
M.Sc. Student , Software Engineering
Department of Computer Engineering
Sharif University of Technology



Archive powered by MHonArc 2.6.16.

Top of Page