Home
last modified time | relevance | path

Searched refs:intersect_get (Results 1 – 15 of 15) sorted by relevance

/dports/math/cgal/CGAL-5.3/include/CGAL/Circular_kernel_3/
H A Dinternal_functions_on_line_arc_3.h95 if(const Point_3* inters_p = CGAL::Intersections::internal::intersect_get<Point_3>(o)) { in intersect_3()
100 } else if( CGAL::Intersections::internal::intersect_get<Line_3>(o) ) { in intersect_3()
161 if(const Line_3* inters_l = CGAL::Intersections::internal::intersect_get<Line_3>(o)) { in intersect_3()
163 … } else if(const Point_3* inters_p = CGAL::Intersections::internal::intersect_get<Point_3>(o)) { in intersect_3()
189 const Solution* sol = CGAL::Intersections::internal::intersect_get<Solution>(solutions[0]); in intersect_3()
193 … const Solution* sol1 = CGAL::Intersections::internal::intersect_get<Solution>(solutions[0]); in intersect_3()
194 … const Solution* sol2 = CGAL::Intersections::internal::intersect_get<Solution>(solutions[1]); in intersect_3()
220 const Solution* sol = CGAL::Intersections::internal::intersect_get<Solution>(solutions[0]); in intersect_3()
224 … const Solution* sol1 = CGAL::Intersections::internal::intersect_get<Solution>(solutions[0]); in intersect_3()
225 … const Solution* sol2 = CGAL::Intersections::internal::intersect_get<Solution>(solutions[1]); in intersect_3()
[all …]
H A Dinternal_functions_on_circular_arc_3.h97 const Solution& sol=*CGAL::Intersections::internal::intersect_get<Solution>(solutions[0]); in intersect_3()
101 const Solution& sol1=*CGAL::Intersections::internal::intersect_get<Solution>(solutions[0]); in intersect_3()
102 const Solution& sol2=*CGAL::Intersections::internal::intersect_get<Solution>(solutions[1]); in intersect_3()
134 const Solution& sol=*CGAL::Intersections::internal::intersect_get<Solution>(solutions[0]); in intersect_3()
138 const Solution& sol1=*CGAL::Intersections::internal::intersect_get<Solution>(solutions[0]); in intersect_3()
139 const Solution& sol2=*CGAL::Intersections::internal::intersect_get<Solution>(solutions[1]); in intersect_3()
172 const Solution& sol=*CGAL::Intersections::internal::intersect_get<Solution>(solutions[0]); in intersect_3()
176 const Solution& sol1=*CGAL::Intersections::internal::intersect_get<Solution>(solutions[0]); in intersect_3()
177 const Solution& sol2=*CGAL::Intersections::internal::intersect_get<Solution>(solutions[1]); in intersect_3()
209 const Solution& sol=*CGAL::Intersections::internal::intersect_get<Solution>(solutions[0]); in intersect_3()
[all …]
H A Dinternal_functions_on_circle_3.h124 …pt[0]=CGAL::Intersections::internal::intersect_get<std::pair<typename SK::Circular_arc_point_3,uns… in theta_extremal_points()
125 …pt[1]=CGAL::Intersections::internal::intersect_get<std::pair<typename SK::Circular_arc_point_3,uns… in theta_extremal_points()
H A Dinternal_functions_on_sphere_3.h313 if(const Point_3* p = CGAL::Intersections::internal::intersect_get<Point_3>(v)) {
319 if(const Circle_3* c = CGAL::Intersections::internal::intersect_get<Circle_3>(v)) {
/dports/math/cgal/CGAL-5.3/include/CGAL/Intersections_3/internal/
H A DTriangle_3_Triangle_3_intersection.h68 const typename Kernel::Point_3* inter=intersect_get<typename Kernel::Point_3>(obj); in intersection_coplanar_triangles_cutoff()
156 if(const typename K::Segment_3* s = intersect_get<typename K::Segment_3>(v)) in operator()
158 if(const typename K::Point_3* p = intersect_get<typename K::Point_3>(v)) in operator()
183 if(intersect_get<typename K::Plane_3>(v)) { in intersection()
188 if(const typename K::Line_3* line=intersect_get<typename K::Line_3>(v)) { in intersection()
H A Dintersection_3_1_impl.h287 if(const Line_3* l = intersect_get<Line_3>(o12)) { in intersection()
292 if(const Point_3* p = intersect_get<Point_3>(v)) in intersection()
294 else if(const Line_3* l = intersect_get<Line_3>(v)) in intersection()
297 } else if(const Plane_3 *pl = intersect_get<Plane_3>(o12)) { in intersection()
302 if(const Plane_3* p = intersect_get<Plane_3>(v)) in intersection()
304 else if(const Line_3* l = intersect_get<Line_3>(v)) in intersection()
626 } else if(intersect_get<typename K::Line_3>(v)) { in intersection()
905 if(const typename K::Point_3* p = intersect_get<typename K::Point_3>(v)) in intersection()
941 if(const Point_3* p = intersect_get<Point_3>(v)) { in intersection()
1161 const typename K::Point_3* p = intersect_get<typename K::Point_3>(v); in intersection()
[all …]
H A DTriangle_3_Segment_3_intersection.h446 if(const Point_3* res = intersect_get<Point_3>(v)) in intersection()
482 if(const Point_3* res = intersect_get<Point_3>(v)) in intersection()
H A DTriangle_3_Line_3_intersection.h321 if(const typename K::Point_3* p = intersect_get<typename K::Point_3>(v)) { in t3l3_intersection_aux()
H A DTriangle_3_Ray_3_intersection.h431 if(const typename K::Point_3* p = intersect_get<typename K::Point_3>(v)) in t3r3_intersection_aux()
/dports/math/cgal/CGAL-5.3/include/CGAL/Circular_kernel_2/
H A DLine_arc_2.h86 …result = CGAL::Intersections::internal::intersect_get<std::pair<typename CK::Circular_arc_point_2,… in intersect()
92 …result = CGAL::Intersections::internal::intersect_get<std::pair<typename CK::Circular_arc_point_2,… in intersect()
133 const Point_2 *pt = CGAL::Intersections::internal::intersect_get<Point_2>(v); in Line_arc_2_base()
137 const Point_2 *pt2 = CGAL::Intersections::internal::intersect_get<Point_2>(v); in Line_arc_2_base()
H A Dinternal_functions_on_circle_2.h48 …result = Intersections::internal::intersect_get<std::pair<typename CK::Circular_arc_point_2, unsig… in circle_intersect()
57 …result = Intersections::internal::intersect_get<std::pair<typename CK::Circular_arc_point_2, unsig… in circle_intersect()
H A DCircular_arc_2.h185 …result = CGAL::Intersections::internal::intersect_get< std::pair<typename CK::Circular_arc_point_2… in Circular_arc_2_base()
196 …result = CGAL::Intersections::internal::intersect_get< std::pair<typename CK::Circular_arc_point_2… in Circular_arc_2_base()
H A Dinternal_functions_on_line_arc_2.h485 const Point_2 *pt = CGAL::Intersections::internal::intersect_get<Point_2>(v); in intersect_2()
/dports/math/cgal/CGAL-5.3/include/CGAL/
H A DIntersection_traits.h138 const T* intersect_get(const CGAL::Object& o) { in intersect_get() function
144 const T* intersect_get(const boost::optional< boost::variant<BOOST_VARIANT_ENUM_PARAMS(U)> >& v) { in intersect_get() function
150 const T* intersect_get(const boost::variant<BOOST_VARIANT_ENUM_PARAMS(U)> & v) { in intersect_get() function
/dports/math/cgal/CGAL-5.3/include/CGAL/Intersections_2/
H A DIso_rectangle_2_Triangle_2.h151 if(const Point *p_obj = intersect_get<Point>(v)) in intersection()
171 if(const Point *p_obj = intersect_get<Point>(v)) in intersection()
208 if(const Point *p_obj = intersect_get<Point>(v)) in intersection()