Home
last modified time | relevance | path

Searched refs:has_null_curve (Results 1 – 9 of 9) sorted by relevance

/dports/math/cgal/CGAL-5.3/include/CGAL/Arr_topology_traits/
H A DArr_planar_topology_traits_base_2.h287 && first->has_null_curve() in is_in_face()
288 && first->next()->has_null_curve()){ in is_in_face()
311 curr->has_null_curve() && curr->next()->has_null_curve()) in is_in_face()
H A DArr_unb_planar_topology_traits_2_impl.h319 if (curr->has_null_curve() && in place_boundary_vertex()
366 CGAL_assertion(! he->has_null_curve()); in locate_curve_end()
375 CGAL_assertion(! he->has_null_curve()); in locate_curve_end()
488 if (curr->has_null_curve()) in is_unbounded()
517 CGAL_assertion (first_he->has_null_curve() && next_he->has_null_curve()); in is_redundant()
548 CGAL_assertion (he1->has_null_curve() && he3->has_null_curve() && in erase_redundant_vertex()
683 if (! he->has_null_curve()) in compare_y_at_x()
718 while (he->has_null_curve()) { in _curve()
/dports/math/cgal/CGAL-5.3/include/CGAL/Arr_point_location/
H A DArr_simple_point_location_impl.h196 y_res = (closest_he->has_null_curve()) ? curve_above_under : in _base_vertical_ray_shoot()
197 ((eit->has_null_curve()) ? point_above_under : in _base_vertical_ray_shoot()
212 ! eit->has_null_curve() && is_vertical(eit->curve())) in _base_vertical_ray_shoot()
238 if (closest_he->has_null_curve()) in _base_vertical_ray_shoot()
/dports/math/cgal/CGAL-5.3/include/CGAL/Arrangement_2/
H A DArrangement_on_surface_2_impl.h191 if (! p_e->has_null_curve()) { in assign()
228 if (! eit->has_null_curve()) in ~Arrangement_on_surface_2()
2334 if (!he_to->has_null_curve()) in _insert_from_vertex()
2435 if (!he_to->has_null_curve()) in _insert_at_vertices()
2445 if (!he_away->has_null_curve()) in _insert_at_vertices()
2580 if (!prev1->has_null_curve()) in _insert_at_vertices()
2588 if (!prev2->has_null_curve()) in _insert_at_vertices()
2621 if (!curr->has_null_curve()) in _insert_at_vertices()
2643 if (!curr->has_null_curve()) in _insert_at_vertices()
3745 if (he_curr->has_null_curve()) { in _compute_signs_and_min()
[all …]
/dports/math/cgal/CGAL-5.3/include/CGAL/IO/
H A DArrangement_2_writer.h200 if (! he->has_null_curve()) in _write_edge()
/dports/math/cgal/CGAL-5.3/include/CGAL/
H A DArr_unb_planar_topology_traits_2.h189 { return (! he->has_null_curve()); } in is_valid_halfedge()
H A DArr_accessor.h885 CGAL_assertion(! (*it)->has_null_curve()); in delete_edges()
H A DArrangement_on_surface_2.h672 { return (Base::has_null_curve()); } in is_fictitious()
741 bool has_null_curve() const;
H A DArr_dcel_base.h193 bool has_null_curve() const { return (p_cv == nullptr); } in has_null_curve() function