Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] 3D Mesh Generation from CGAL::Polyhedral_mesh_domain_with_features_3

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] 3D Mesh Generation from CGAL::Polyhedral_mesh_domain_with_features_3


Chronological Thread 
  • From: kd16 <>
  • To:
  • Subject: Re: [cgal-discuss] 3D Mesh Generation from CGAL::Polyhedral_mesh_domain_with_features_3
  • Date: Tue, 11 Aug 2015 23:51:52 -0700 (PDT)

Fixed this by defining MeshDomain as
typedef CGAL::Polyhedral_mesh_domain_with_features_3<IGT,
&lt;b>Mesh_polyhedron*> MeshDomain;

as opposed to
typedef CGAL::Polyhedral_mesh_domain_with_features_3<IGT, Polyhedron>
MeshDomain;



--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/3D-Mesh-Generation-from-CGAL-Polyhedral-mesh-domain-with-features-3-tp4661063p4661064.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.18.

Top of Page