Home
last modified time | relevance | path

Searched refs:Bounded_side (Results 1 – 25 of 105) sorted by relevance

12345

/dports/math/cgal/CGAL-5.3/include/CGAL/
H A DKernel_checker.h55 struct Pairify <Bounded_side, Bounded_side> {
56 typedef Bounded_side result_type;
57 result_type operator()(const Bounded_side &t1, const Bounded_side &t2) const
117 typedef CGAL::Bounded_side Bounded_side;
H A Denum.h50 enum Bounded_side enum
77 Bounded_side
78 opposite(Bounded_side bs) in opposite()
79 { return static_cast<Bounded_side>( - static_cast<int>(bs)); } in opposite()
H A DEnum_converter.h31 Bounded_side operator()(Bounded_side bs) const { return bs; } in operator()
H A DDelaunay_triangulation_3.h735 Bounded_side
1424 Bounded_side
1433 Bounded_side bs = in coplanar_side_of_bounded_circle()
1475 Bounded_side
1487 return Bounded_side(o); in side_of_sphere()
1496 return Bounded_side(o); in side_of_sphere()
1505 return Bounded_side(o); in side_of_sphere()
1514 return Bounded_side(o); in side_of_sphere()
1523 Bounded_side
1563 return Bounded_side(o); in side_of_circle()
[all …]
H A DRegular_triangulation_3.h936 Bounded_side side_of_bounded_power_circle(const Weighted_point& p0,
2016 Bounded_side
2051 return Bounded_side(o);
2061 Bounded_side
2124 Bounded_side
2151 return Bounded_side(o);
2188 return Bounded_side(-o);
2198 Bounded_side
2207 return Bounded_side(os);
2226 Bounded_side
[all …]
H A DIs_a_predicate.h47 struct Return_type_of_predicate<CGAL::Bounded_side> {
H A DCircular_kernel_converter.h57 Bounded_side operator()(Bounded_side bs) const { in operator()
/dports/math/cgal/CGAL-5.3/include/CGAL/Apollonius_graph_2/
H A DInfinite_edge_test_C2.h42 typedef typename K::Bounded_side Bounded_side; typedef
48 Bounded_side operator()(const Bitangent_line& l1, in operator()
250 typedef typename K::Bounded_side Bounded_side; typedef
276 Bounded_side bs1 = in operator()
282 Bounded_side bs2 = in operator()
295 Bounded_side bs2 = in operator()
H A DBounded_side_of_ccw_circle_C2.h80 typedef typename K::Bounded_side Bounded_dide;
84 inline Bounded_side
87 return enum_cast<Bounded_side>( -test(vr, tag ) ); in operator()
H A DFinite_edge_test_C2.h321 typedef typename K::Bounded_side Bounded_side; typedef
353 Bounded_side bs1 = Bounded_side_of_CCW_circle()(vr_12q, tag ); in operator()
354 Bounded_side bs2 = Bounded_side_of_CCW_circle()(vr_1q2, tag ); in operator()
451 typedef typename K::Bounded_side Bounded_side; typedef
478 Bounded_side bs1 = Bounded_side_of_CCW_circle()(vr_12q, tag ); in operator()
479 Bounded_side bs2 = Bounded_side_of_CCW_circle()(vr_1q2, tag ); in operator()
556 Bounded_side bs1 = Bounded_side_of_CCW_circle()(vr_12q, tag ); in operator()
557 Bounded_side bs2 = Bounded_side_of_CCW_circle()(vr_1q2, tag ); in operator()
H A DFinite_edge_test8_C2.h324 typedef typename K::Bounded_side Bounded_side; typedef
356 Bounded_side bs1 = Bounded_side_of_CCW_circle()(vr_12q, tag ); in operator()
357 Bounded_side bs2 = Bounded_side_of_CCW_circle()(vr_1q2, tag ); in operator()
463 typedef typename K::Bounded_side Bounded_side; typedef
495 Bounded_side bs1 = Bounded_side_of_CCW_circle()(vr_12q, tag ); in operator()
496 Bounded_side bs2 = Bounded_side_of_CCW_circle()(vr_1q2, tag ); in operator()
H A DIncircle_C2.h145 typedef typename K::Bounded_side Bounded_side; typedef
205 Bounded_side bs = Bounded_side_of_CCW_circle()(vr_123, tag ); in operator()
/dports/math/cgal/CGAL-5.3/include/CGAL/Polygon_mesh_processing/internal/Side_of_triangle_mesh/
H A DPoint_inside_vertical_ray_cast.h70 Bounded_side operator()( in operator()
81 boost::optional<Bounded_side> res = is_inside_ray_tree_traversal<true>(query, tree); in operator()
98 boost::optional<Bounded_side>
117 return boost::optional<Bounded_side>(); // indeterminate in is_inside_ray_tree_traversal()
/dports/math/cgal/CGAL-5.3/include/CGAL/Homogeneous/
H A DIso_rectangleH2.h55 Bounded_side bounded_side(const Point_2& p) const;
74 Bounded_side
H A DSphereH3.h91 Bounded_side
205 Bounded_side
208 return Bounded_side(CGAL_NTS compare(squared_radius(), in bounded_side()
H A DHomogeneous_base.h99 typedef typename Same_uncertainty_nt<CGAL::Bounded_side, FT>::type
100 Bounded_side; typedef
/dports/math/cgal/CGAL-5.3/include/CGAL/Min_circle_2/
H A DOptimisation_circle_2.h166 CGAL::Bounded_side
169 return( CGAL::Bounded_side( CGAL_NTS sign( in bounded_side()
/dports/math/cgal/CGAL-5.3/include/CGAL/internal/Static_filters/
H A DCoplanar_side_of_bounded_circle_3.h47 typedef Bounded_side result_type;
49 Bounded_side operator()(const Point &p, const Point &q, in operator()
59 Bounded_side
/dports/math/cgal/CGAL-5.3/include/CGAL/Cartesian/
H A DCartesian_base.h95 typedef typename Same_uncertainty_nt<CGAL::Bounded_side, FT>::type
96 Bounded_side; typedef
H A DSphere_3.h133 typename R_::Bounded_side bounded_side(const Point_3_ &p) const;
171 typename R::Bounded_side
175 return enum_cast<Bounded_side>(compare(squared_radius(), in bounded_side()
/dports/math/cgal/CGAL-5.3/include/CGAL/Polygon_mesh_processing/internal/Corefinement/
H A DGeneric_clip_output_builder.h173 CGAL::Bounded_side in_tm2 = is_tm2_inside_out in operator()
209 Bounded_side position = inside_tm2(e_centroid, ek); in operator()
225 Bounded_side position = inside_tm2( get(vpm1, target(h, tm1))); in operator()
/dports/math/cgal/CGAL-5.3/include/CGAL/predicates/
H A Dkernel_ftC3.h215 typename Same_uncertainty_nt<Bounded_side, FT>::type
247 return enum_cast<Bounded_side>(sign_of_determinant(ptx,pty,ptz,pt2, in coplanar_side_of_bounded_circleC3()
367 typename Same_uncertainty_nt<Bounded_side, FT>::type
387 typename Same_uncertainty_nt<Bounded_side, FT>::type
393 return enum_cast<Bounded_side>( CGAL_NTS sign((tx-px)*(qx-tx) in side_of_bounded_sphereC3()
413 typename Same_uncertainty_nt<Bounded_side, FT>::type
451 return enum_cast<Bounded_side>( in side_of_bounded_sphereC3()
709 typename Same_uncertainty_nt<Bounded_side, FT>::type
752 return enum_cast<Bounded_side>( in power_side_of_bounded_power_sphereC3()
760 typename Same_uncertainty_nt<Bounded_side, FT>::type
[all …]
/dports/math/cgal/CGAL-5.3/include/CGAL/Min_ellipse_2/
H A DOptimisation_ellipse_2.h316 CGAL::Bounded_side
344 return( CGAL::Bounded_side( CGAL_NTS sign( tau_star))); } } in bounded_side()
349 return( CGAL::Bounded_side( 0)); in bounded_side()
H A DMin_ellipse_2_adapterC2.h208 CGAL::Bounded_side
236 return( CGAL::Bounded_side( CGAL_NTS sign( tau_star))); } } in bounded_side()
241 return( CGAL::Bounded_side( 0)); in bounded_side()
/dports/math/cgal/CGAL-5.3/include/CGAL/Nef_3/
H A Dbounded_side_3.h30 Bounded_side bounded_side_3(IteratorForward first, in bounded_side_3()

12345