template parameter expects Nef_3 instead of Kernel

This commit is contained in:
Peter Hachenberger 2006-12-13 20:40:58 +00:00
parent e946e84d22
commit 8618db9fd2
1 changed files with 2 additions and 2 deletions

View File

@ -42,12 +42,12 @@ struct Callback {
};
template<typename Kernel>
template<typename Nef_polyhedron>
class Trunk_offset {
typedef typename Nef_polyhedron::Kernel Kernel;
typedef typename Kernel::Point_3 Point;
typedef Polyhedron_3<Kernel> Polyhedron;
typedef Nef_polyhedron_3<Kernel> Nef_polyhedron;
typedef typename Polyhedron::Facet_const_iterator Facet_const_iterator;
typedef typename Polyhedron::Facet_const_handle Facet_const_handle;
typedef typename Polyhedron::Halfedge_around_facet_const_circulator