Home
last modified time | relevance | path

Searched refs:Construct_vector_d (Results 1 – 7 of 7) sorted by relevance

/dports/math/cgal/CGAL-5.3/include/CGAL/
H A DInterpolation_traits_2.h35 typedef typename R::Construct_vector_2 Construct_vector_d; typedef
49 Construct_vector_d
51 {return Construct_vector_d();} in construct_vector_d_object()
H A DInterpolation_gradient_fitting_traits_2.h102 typedef typename Rep::Construct_vector_2 Construct_vector_d; typedef
141 Construct_vector_d
143 {return Construct_vector_d();} in construct_vector_d_object()
H A DConvex_hull_d_traits_3.h226 struct Construct_vector_d { struct
230 Construct_vector_d construct_vector_d_object() const in construct_vector_d_object()
231 { return Construct_vector_d(); } in construct_vector_d_object()
H A DHomogeneous_d.h192 typedef internal::Construct<Vector_d> Construct_vector_d; typedef
193 Construct_vector_d construct_vector_d_object() const in construct_vector_d_object()
194 { return Construct_vector_d(); } in construct_vector_d_object()
H A DCartesian_d.h212 typedef internal::Construct<Vector_d> Construct_vector_d; typedef
213 Construct_vector_d construct_vector_d_object() const in construct_vector_d_object()
214 { return Construct_vector_d(); } in construct_vector_d_object()
H A DConvex_hull_d.h583 typename R::Construct_vector_d create = in clear()
1039 typename R::Construct_vector_d create = in Convex_hull_d()
1441 typename R::Construct_vector_d create = in is_valid()
/dports/math/cgal/CGAL-5.3/include/CGAL/NewKernel_d/
H A DKernel_d_interface.h99 typedef typename Get_functor<Base, Construct_ttag<Vector_tag> >::type Construct_vector_d; typedef
103 typedef Construct_vector_d Construct_direction_d;
253 Construct_vector_d construct_vector_d_object()const{ return Construct_vector_d(*this); } in construct_vector_d_object()