Skip to Content.
Sympa Menu

cgal-discuss - Simplification of a polyhedron subclass

Subject: CGAL users discussion list

List archive

Simplification of a polyhedron subclass


Chronological Thread 
  • From:
  • To:
  • Subject: Simplification of a polyhedron subclass
  • Date: Fri, 2 Nov 2007 10:39:03 +0100

Dear all,
I would like to use the surface mesh simplification algorithm with a subclass
of a polyhedron_3, defined as follows:
template <class kernel, class items>
class My_polyhedron : public CGAL::Polyhedron_3<kernel,items>

Is it possible? I have tried but it seems not to work.
Thanks!

Guillaume Lavoué




Archive powered by MHonArc 2.6.16.

Top of Page