Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] hierarchy triangulation with point info

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] hierarchy triangulation with point info


Chronological Thread 
  • From: ffmm3 <>
  • To:
  • Subject: Re: [cgal-discuss] hierarchy triangulation with point info
  • Date: Thu, 12 Jun 2014 20:12:14 -0700 (PDT)

I have show the typedef at the in my post, such as:

typedef CGAL::Exact_predicates_inexact_constructions_kernel K;
typedef CGAL::Projection_traits_xy_3<K> Gt;
typedef CGAL::Triangulation_vertex_base_with_info_2<unsigned, Gt> Vbb;
typedef CGAL::Triangulation_hierarchy_vertex_base_2<Vbb> Vb;
typedef CGAL::Triangulation_face_base_2<Gt> Fb;
typedef CGAL::Triangulation_data_structure_2<Vb,Fb> Tds;
typedef CGAL::Delaunay_triangulation_2<Gt,Tds> Dt;
typedef CGAL::Triangulation_hierarchy_2<Dt> Hierarchy_triangulation;



--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/hierarchy-triangulation-with-point-info-tp4659408p4659438.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.18.

Top of Page