Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] How to create a constrained delaunay triangulation from a list of triangles.

Subject: CGAL users discussion list

List archive

[cgal-discuss] How to create a constrained delaunay triangulation from a list of triangles.


Chronological Thread 
  • From: Abel Alonso <>
  • To:
  • Subject: [cgal-discuss] How to create a constrained delaunay triangulation from a list of triangles.
  • Date: Fri, 16 Oct 2009 14:34:50 +0200
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=JDdjQkkULPSNLHrNh02YB3qvpRljcusflACZK89jVa/h7ZBMrTDcfFc5zAqHcu2NMU XKwF7EDHHl07r2WciUBD7dd0knac7C/Iy1Ff3Jf7PfAZz9L4qR7SlqUR0WlN5moIeMc/ bRpFU15aovE/Y9nc/cQHym9ufMRz9/kOrtX9g=

Hi everyone!

I'm using the class Constrained_Delaunay_triangulation_2 to perform 2D triangulations on point clouds and to develop a mesh editor which is capable to flip triangles, remove triangles, divide triangles, remove vertexes, etc. Until today I was able to implement all stuff I need, but I'm stuck developing an mesh importer, right now. I want to create a triangulation by adding the faces directly, because this information is given by the file I'm importing the data from. I'm totally lost and I don't know how to do this. Is there any way to do it? Any idea?

Thanks in advance,

Abel.



Archive powered by MHonArc 2.6.16.

Top of Page