Skip to Content.
Sympa Menu

cgal-discuss - Re[cgal-discuss] gular_triangulation_vertex_base_3

Subject: CGAL users discussion list

List archive

Re[cgal-discuss] gular_triangulation_vertex_base_3


Chronological Thread 
  • From: sara_mahdavi <>
  • To:
  • Subject: Re[cgal-discuss] gular_triangulation_vertex_base_3
  • Date: Sat, 7 Nov 2009 06:52:21 -0800 (PST)


hi,
please tell me that how to use it possible to make regular triangulation3D
with info?
I used :
typedef CGAL::Exact_predicates_inexact_constructions_kernel K;
typedef CGAL::Regular_triangulation_filtered_traits_3<K> Gt;
typedef CGAL::Triangulation_vertex_base_with_info_3<CGAL::Color,Gt> Vb;
typedef CGAL::Triangulation_data_structure_3<Vb> Tds;
typedef CGAL::Regular_triangulation_3<Gt,Tds> Rt;
Please tell me what should I use?
thanks,
--
View this message in context:
http://old.nabble.com/Regular_triangulation_vertex_base_3-tp26241128p26241128.html
Sent from the cgal-discuss mailing list archive at Nabble.com.




Archive powered by MHonArc 2.6.16.

Top of Page