mirror of https://github.com/CGAL/cgal
template parameter expects Nef_3 instead of Kernel
This commit is contained in:
parent
e946e84d22
commit
8618db9fd2
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue