Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Delaunay_triangulation_2

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Delaunay_triangulation_2


Chronological Thread 
  • From: "Serge Rehbinder" <>
  • To:
  • Subject: Re: [cgal-discuss] Delaunay_triangulation_2
  • Date: Mon, 31 Mar 2008 11:00:14 +0200
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=HCQby9/4dXRx8+MOnH0kie5BtqNocSDsGK3fjFHwrEL7LHSAj6aYgFVOAu8/E0LVmt2RuUalnRlDBXF+i0sNIZW5thi3X9pygf2BBMB+Gj0T8ICIwBpAMtjmZ4MSSFe8UM96BdHGba174MbFoK/fqJrCkOziWkcee05sWKPQJvY=

Hi,
 
I'm a beginner CGAL user and I'm trying to use the 2d mesh generator. I successful compiled a sample gave in the documentation. But I now need to get the details of the variable which contains the mesh (in the doc sample, it's named "cdt"). I can see using the std::cout order what contains cdt but I don't understand the results std::cout displays. Can anyone explain this to me ? Is there another function I didn't see to access the results gave by a triangulation?

thanks,
Serge



Archive powered by MHonArc 2.6.16.

Top of Page