Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Polyhedron vertex_descriptor

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Polyhedron vertex_descriptor


Chronological Thread 
  • From: Zohar <>
  • To:
  • Subject: Re: [cgal-discuss] Polyhedron vertex_descriptor
  • Date: Wed, 26 Feb 2014 03:04:09 -0800 (PST)


So, back to the original problem. Is there a way to derive from
Polyhedron_3:

class Surface : public CGAL::Polyhedron_3<Kernel> {};

and still be able to supply Surface to the simplification algorithm (the
template instantiation for BGL is defined for Polyhedron_3 and doesn't
recognize Surface)?

I started with this:

struct Surface : public CGAL::Polyhedron_3<Kernel>, public
CGAL::HDS_graph_traits<CGAL::Polyhedron_3&lt;Kernel> > {};

but now it needs halfedge_graph_traits and maybe other stuff.



--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Polyhedron-vertex-descriptor-tp4658859p4658863.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.18.

Top of Page