Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] use of Trinagulation_cell_base_with_info_3

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] use of Trinagulation_cell_base_with_info_3


Chronological Thread 
  • From: Andreas Fabri <>
  • To:
  • Subject: Re: [cgal-discuss] use of Trinagulation_cell_base_with_info_3
  • Date: Wed, 29 Oct 2008 11:09:43 +0100

Nizar Khalifa Sallem wrote:
Hi,
Just to make sure on how to use Trinagulation_cell_base_with_info_3.
Here it is my code snippet, is it Ok or have I missed something (I didn't found example on how to use Trinagulation_cell_base_with_info_3 so I tried with the example on Trinagulation_vertex_base_with_info_3) ?

======================================================================
typedef CGAL::Exact_predicates_inexact_constructions_kernel Kernel;
typedef CGAL::Triangulation_vertex_base_3<Kernel> Vb;
typedef CGAL::Triangulation_cell_base_with_info_3<ExtraBaseAttributes, Kernel> ImprovedCell;
typedef CGAL::Triangulation_data_structure_3<Vb, ImprovedCell> Tds;
typedef CGAL::Delaunay_triangulation_3<Kernel, Tds> Delaunay;
======================================================================
Thanks

Hi Nizar,

It looks good to me. Did you encounter any problems with this?

andreas



Archive powered by MHonArc 2.6.16.

Top of Page