Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Geom_traits could not be resolved

Subject: CGAL users discussion list

List archive

[cgal-discuss] Geom_traits could not be resolved


Chronological Thread 
  • From: tuur <>
  • To:
  • Subject: [cgal-discuss] Geom_traits could not be resolved
  • Date: Thu, 19 Dec 2013 06:09:02 -0800 (PST)

Hi all,

I keep getting the error 'Tria::Geom_traits could not be resolved'. Any
ideas?


Here is part of the code:


typedef CGAL::Surface_mesh_default_triangulation_3 Tria;
// c2t3
typedef CGAL::Complex_2_in_triangulation_3<Tria> C2t3;

typedef Tria::Geom_traits GT;
typedef GT::Sphere_3 Sphere_3;
typedef GT::Point_3 Point_3;
typedef GT::FT FT;
typedef FT (*Function)(Point_3);
typedef CGAL::Implicit_surface_3<GT, Function> Surface_3;



--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Geom-traits-could-not-be-resolved-tp4658574.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.18.

Top of Page