Home
last modified time | relevance | path

Searched refs:Convex_hull_d (Results 1 – 5 of 5) sorted by relevance

/dports/math/cgal/CGAL-5.3/include/CGAL/
H A DConvex_hull_d.h271 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() function
1045 bool Convex_hull_d<R>::
1055 void Convex_hull_d<R>::
1081 typename Convex_hull_d<R>::Vertex_handle
1082 Convex_hull_d<R>::insert(const Point_d& x) in insert()
1253 void Convex_hull_d<R>::
1339 void Convex_hull_d<R>::
[all …]
H A DConvex_hull_d_to_polyhedron_3.h107 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()
H A DRegular_complex_d.h49 template <class R> class Convex_hull_d; variable
66 friend class Convex_hull_d<R>;
106 friend class Convex_hull_d<R>;
H A DDelaunay_d.h91 class Delaunay_d : public Convex_hull_d<Lifted_R_>
94 typedef Convex_hull_d<Lifted_R_> Base;
/dports/math/cgal/CGAL-5.3/
H A DCHANGES.md5238 - `Convex_hull_d, Delaunay_d`