Home
last modified time | relevance | path

Searched refs:Hyperplane_d (Results 1 – 18 of 18) sorted by relevance

/dports/math/cgal/CGAL-5.3/include/CGAL/Kernel_d/
H A DHyperplane_d.h28 class Hyperplane_d : public pR::Hyperplane_d_base
36 typedef Hyperplane_d<pR> Self;
42 Hyperplane_d(int d=0) : Base(d) {} in Base()
43 Hyperplane_d(int a, int b, int c) : Base(a,b,c) {} in Hyperplane_d() function
44 Hyperplane_d(const RT& a, const RT& b, const RT& c) : in Hyperplane_d() function
46 Hyperplane_d(int a, int b, int c, int d) : Base(a,b,c,d) {} in Hyperplane_d() function
50 Hyperplane_d(const Point_d<R>& p, const Direction_d<R>& dir) : in Hyperplane_d() function
53 Hyperplane_d(const Base& p) : Base(p) {} in Hyperplane_d() function
56 Hyperplane_d(int d, InputIterator first, InputIterator last) in Hyperplane_d() function
60 Hyperplane_d(int d, InputIterator first, InputIterator last, in Hyperplane_d() function
[all …]
H A Dfunction_objects.h71 typedef typename R::Hyperplane_d Hyperplane_d; typedef
113 struct result<F(Hyperplane_d, Line_d)>
116 struct result<F(Line_d, Hyperplane_d)> : result<F(Hyperplane_d, Line_d)>
120 struct result<F(Hyperplane_d, Ray_d)>
123 struct result<F(Ray_d, Hyperplane_d)> : result<F(Hyperplane_d, Ray_d)>
127 struct result<F(Hyperplane_d, Segment_d)>
130 struct result<F(Segment_d, Hyperplane_d)> : result<F(Hyperplane_d, Segment_d)>
H A DCartesian_converter_d.h174 typename K2::Hyperplane_d
175 operator()(const typename K1::Hyperplane_d &a) const in operator()
177 typedef typename K2::Hyperplane_d Hyperplane_d; in operator() typedef
178 typedef typename K1::Hyperplane_d::Coefficient_const_iterator Coord_iter; in operator()
181 return Hyperplane_d(a.dimension(), It(a.coefficients_begin()), It(a.coefficients_end())); in operator()
H A Dintersection_objects_d.h485 typedef typename R::Hyperplane_d Hyperplane_d; typedef
489 Line_d _l; Hyperplane_d _h;
495 Line_d_Hyperplane_d_pair(const Line_d& l, const Hyperplane_d& h) in Line_d_Hyperplane_d_pair()
544 typedef typename R::Hyperplane_d Hyperplane_d; typedef
546 Ray_d _r; Hyperplane_d _h;
552 Ray_d_Hyperplane_d_pair(const Ray_d& r, const Hyperplane_d& h) in Ray_d_Hyperplane_d_pair()
603 typedef typename R::Hyperplane_d Hyperplane_d; typedef
607 Hyperplane_d _h;
615 const Segment_d& s, const Hyperplane_d& h) : in Segment_d_Hyperplane_d_pair()
H A Dintersection_objectsCd.h86 typedef typename R::Hyperplane_d Hyperplane_d; typedef
92 const Hyperplane_d& h, Point_d& p, FT& lambda) in operator()
H A Dintersection_objectsHd.h90 typedef typename R::Hyperplane_d Hyperplane_d; typedef
96 const Hyperplane_d& h, Point_d& p, FT& lambda) in operator()
H A DInterface_classes.h25 template <class R> class Hyperplane_d; variable
H A Dinterface_macros_d.h38 CGAL_Kernel_obj(Hyperplane_d)
/dports/math/cgal/CGAL-5.3/include/CGAL/
H A Dintersections_d.h188 intersection(const typename R::Line_d& l, const typename R::Hyperplane_d& h, const R&) in decltype()
214 intersection(const typename R::Ray_d& r, const typename R::Hyperplane_d& h, const R&) in decltype()
235 intersection(const typename R::Hyperplane_d& h, const typename R::Ray_d& r, const R& k) in decltype()
257 typename R::Hyperplane_d>(); // never reached in decltype()
356 class Hyperplane_d; variable
371 CGAL_INTERSECTION_FUNCTION(Line_d, Hyperplane_d, d)
372 CGAL_INTERSECTION_FUNCTION(Ray_d, Hyperplane_d, d)
373 CGAL_INTERSECTION_FUNCTION(Segment_d, Hyperplane_d, d)
382 CGAL_DO_INTERSECT_FUNCTION(Line_d, Hyperplane_d, d)
383 CGAL_DO_INTERSECT_FUNCTION(Ray_d, Hyperplane_d, d)
[all …]
H A DConvex_hull_d_traits_3.h42 typedef typename R_::Plane_3 Hyperplane_d; typedef
206 Vector_d operator()(const Hyperplane_d& h) const in operator()
235 Hyperplane_d operator()(I s, I e, const Point_d& p, in operator()
238 Hyperplane_d pl; in operator()
243 pl = Hyperplane_d( A[0], A[0] - p); in operator()
250 pl = Hyperplane_d( A[0], A[1], hp ); in operator()
255 pl = Hyperplane_d( A[0], A[1], A[2] ); in operator()
H A DHomogeneous_d.h65 typedef CGAL::Hyperplane_d<Self> Hyperplane_d; typedef
217 typedef internal::Construct<Hyperplane_d> Construct_hyperplane_d;
368 RT operator()(const Hyperplane_d& h, const Point_d& p) const in operator()
389 Vector_d operator()(const Hyperplane_d& h) const in operator()
H A DCartesian_d.h69 typedef CGAL::Hyperplane_d<Self> Hyperplane_d; typedef
236 typedef internal::Construct<Hyperplane_d> Construct_hyperplane_d;
393 RT operator()(const Hyperplane_d& h, const Point_d& p) const in operator()
414 Vector_d operator()(const Hyperplane_d& h) const in operator()
H A DRegular_complex_d.h114 typedef typename R::Hyperplane_d Hyperplane_d; typedef
115 Hyperplane_d h_base; // hyperplane supporting base facet
129 Hyperplane_d hyperplane_of_base_facet() const { return h_base; } in hyperplane_of_base_facet()
130 void set_hyperplane_of_base_facet(const Hyperplane_d& h) { h_base = h; } in set_hyperplane_of_base_facet()
H A DConvex_hull_d.h290 typedef typename R::Hyperplane_d Hyperplane_d; typedef
362 Hyperplane_d base_facet_plane(Simplex_handle s) const in base_facet_plane()
364 Hyperplane_d base_facet_plane(Simplex_const_handle s) const in base_facet_plane()
521 Hyperplane_d hyperplane_supporting(Facet_handle f) const in hyperplane_supporting()
526 Hyperplane_d hyperplane_supporting(Facet_const_handle f) const in hyperplane_supporting()
699 Hyperplane_d h = f->hyperplane_of_base_facet(); in initialize()
714 Hyperplane_d h = f->hyperplane_of_base_facet(); in initialize()
813 Hyperplane_d h = f->hyperplane_of_base_facet(); in initialize()
1465 Hyperplane_d h = S->hyperplane_of_base_facet(); in is_valid()
H A DDelaunay_d.h140 typedef typename Lifted_R::Hyperplane_d Lifted_hyperplane_d;
/dports/math/cgal/CGAL-5.3/include/CGAL/NewKernel_d/Wrapper/
H A DHyperplane_d.h25 class Hyperplane_d : public Get_type<typename R_::Kernel_base, Hyperplane_tag>::type
34 typedef Hyperplane_d Self;
57 …tuple<typename std::decay<U>::type...>,std::tuple<Hyperplane_d> >::value>::type> explicit Hyperpla… in Hyperplane_d() function
63 template<class F,class...U> explicit Hyperplane_d(Eval_functor&&,F&&f,U&&...u) in Hyperplane_d() function
74 Hyperplane_d(Rep const& v) : Rep(v) {} in Hyperplane_d() function
75 Hyperplane_d(Rep& v) : Rep(static_cast<Rep const&>(v)) {} in Hyperplane_d() function
76 Hyperplane_d(Rep&& v) : Rep(std::move(v)) {} in Hyperplane_d() function
/dports/math/cgal/CGAL-5.3/include/CGAL/Kernel/
H A DDimension_utils.h155 struct Hyperplane <K, Dynamic_dimension_tag> { typedef typename K::Hyperplane_d type; };
/dports/math/cgal/CGAL-5.3/include/CGAL/NewKernel_d/
H A DKernel_d_interface.h43 typedef typename Get_type<Base, Hyperplane_tag>::type Hyperplane_d; typedef