Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Delaunay Triangulation

Subject: CGAL users discussion list

List archive

[cgal-discuss] Delaunay Triangulation


Chronological Thread 
  • From: Dennis Endt <>
  • To:
  • Subject: [cgal-discuss] Delaunay Triangulation
  • Date: Fri, 03 Oct 2008 17:50:38 +0200
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=bxuZ/bBsAIbomfjheJL1zwz23LmU97eSDIk3N0CX9EJZtwiFR9zOq2tBgLlTfcF5+Z G1k02AVDRt9Mmwv/sKv6pLfT9tV4oEFq8X3Np+vWNhqzg8nITko4hgewpN3YVbp2irwd BAx8F06VnN/Q4BGEM0r5lO0kHZlT3y9hOjk0A=

Hi,

I installed CGAL a few days ago about to use the 3d delaunay function.

So I followed the example and create an Delaunay Trinagulation Object:

Triangulation T;

So I inserted my Points and all works fine.

But how can I acces the points and the faces in my Object for manually
inserting them to another object?

Can someone give me an short example plz?

Greets,
Dennis





Archive powered by MHonArc 2.6.16.

Top of Page