Home
last modified time | relevance | path

Searched refs:curr_he (Results 1 – 4 of 4) sorted by relevance

/dports/math/cgal/CGAL-5.3/include/CGAL/IO/
H A DArr_with_history_2_reader.h108 Halfedge_handle curr_he; in _read_curve() local
114 curr_he = Halfedge_handle (this->m_halfedges[curr_idx]); in _read_curve()
117 m_arr_with_hist_access.connect_curve_edge (new_cv, curr_he); in _read_curve()
H A DArrangement_2_reader.h351 DHalfedge* curr_he; in _read_ccb() local
357 curr_he = m_halfedges[curr_idx]; in _read_ccb()
360 prev_he->set_next(curr_he); in _read_ccb()
364 curr_he->set_outer_ccb(p_outer); in _read_ccb()
366 curr_he->set_inner_ccb(p_inner); in _read_ccb()
368 prev_he = curr_he; in _read_ccb()
/dports/math/cgal/CGAL-5.3/include/CGAL/Boolean_set_operations_2/
H A DGps_on_surface_base_2_impl.h361 Halfedge_handle curr_he; in _insert() local
365 curr_he = first_he; in _insert()
372 curr_he = first_he->twin(); in _insert()
384 Halfedge_handle he = accessor.insert_at_vertices_ex (curr_he, in _insert()
406 curr_he = arr.insert_from_left_vertex(curr_cv, curr_he); in _insert()
410 curr_he = arr.insert_from_right_vertex(curr_cv, curr_he); in _insert()
420 accessor.insert_at_vertices_ex (curr_he, in _insert()
/dports/math/cgal/CGAL-5.3/include/CGAL/Surface_sweep_2/
H A DArr_construction_ss_visitor.h856 Halfedge_handle curr_he = he; in relocate_in_new_face() local
865 if (curr_he->direction() == ARR_LEFT_TO_RIGHT) { in relocate_in_new_face()
866 curr_he = curr_he->next(); in relocate_in_new_face()
872 const Indices_list& indices_list = const_he_indices_table[curr_he]; in relocate_in_new_face()
914 curr_he = curr_he->next(); in relocate_in_new_face()
915 } while(curr_he != he); in relocate_in_new_face()