Searched refs:Convex_hull_d (Results 1 – 5 of 5) sorted by relevance
271 typedef Convex_hull_d<R_> Self;431 Convex_hull_d(const Self&);432 Convex_hull_d& operator=(const Self&);1031 Convex_hull_d<R>::Convex_hull_d(int d, const R& Kernel) : Base(d,Kernel) in Convex_hull_d() function1045 bool Convex_hull_d<R>::1055 void Convex_hull_d<R>::1081 typename Convex_hull_d<R>::Vertex_handle1082 Convex_hull_d<R>::insert(const Point_d& x) in insert()1253 void Convex_hull_d<R>::1339 void Convex_hull_d<R>::[all …]
107 const Convex_hull_d<R>& C, Polyhedron_3& P) in convex_hull_d_to_polyhedron_3()110 { typedef Convex_hull_d<R> ChullType; in convex_hull_d_to_polyhedron_3()
49 template <class R> class Convex_hull_d; variable66 friend class Convex_hull_d<R>;106 friend class Convex_hull_d<R>;
91 class Delaunay_d : public Convex_hull_d<Lifted_R_>94 typedef Convex_hull_d<Lifted_R_> Base;
5238 - `Convex_hull_d, Delaunay_d`