Skip to Content.
Sympa Menu

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

Subject: CGAL users discussion list

List archive

[cgal-discuss] use of Trinagulation_cell_base_with_info_3


Chronological Thread 
  • From: Nizar Khalifa Sallem <>
  • To:
  • Subject: [cgal-discuss] use of Trinagulation_cell_base_with_info_3
  • Date: Wed, 29 Oct 2008 11:04:47 +0100

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



Archive powered by MHonArc 2.6.16.

Top of Page