Home
last modified time | relevance | path

Searched refs:first_out_edge (Results 1 – 25 of 26) sorted by relevance

12

/dports/math/cgal/CGAL-5.3/include/CGAL/Nef_2/
H A DPM_decorator.h147 BASE(first_out_edge(v)) in holes_begin()
211 Halfedge_handle first_out_edge(Vertex_handle v) const in first_out_edge() function
368 first_out_edge(v1));
394 if ( e1 == first_out_edge(source(e1)) )
401 if ( e2 == first_out_edge(source(e2)) )
423 if ( e == first_out_edge(source(e)) )
429 Halfedge_handle e_first = first_out_edge(v);
460 Halfedge_handle e = first_out_edge(v); in delete_vertex()
552 Halfedge_handle ef = first_out_edge(v);
571 first_out_edge(v)); in link_as_target_and_append()
[all …]
H A DPM_checker.h128 Halfedge_const_handle ef = first_out_edge(v) ,e=ef,en,enn; in check_order_preserving_embedding()
154 { Halfedge_const_handle ef = first_out_edge(v); in check_forward_prefix_condition()
208 Halfedge_const_handle e_boundary_at_v_min = first_out_edge(v_min); in check_boundary_is_clockwise_weakly_polygon()
H A DPM_const_decorator.h224 Halfedge_const_handle first_out_edge(Vertex_const_handle v) const in first_out_edge() function
294 { return Halfedge_around_vertex_const_circulator(first_out_edge(v)); } in out_edges()
539 hvc_circulator havc(first_out_edge(v)), hend(havc); in number_of_connected_components()
579 ecirc(D.first_out_edge(vit)),ecend(ecirc); in print_as_leda_graph()
H A DConstrained_triang_traits.h73 using Base::first_out_edge;
271 ep = first_out_edge(event); in process_event()
361 e(first_out_edge(event)), eend(e); in initialize_structures()
H A DPM_point_locator.h151 using Base::first_out_edge;
168 Halfedge_const_handle e_res = first_out_edge(v); in out_wedge()
734 Halfedge_const_handle e1 = CT.twin(CT.first_out_edge(v1)); in ray_shoot_from_outer_facet()
923 Halfedge_const_handle e_min = CT.twin(CT.first_out_edge(v)); in within_outer_cycle()
H A DPM_persistent_PL.h62 { return IncEdgeIterator(HAVC(G.first_out_edge(n))); } in IncEdges_begin()
H A DPM_overlayer.h327 using Base::first_out_edge;
490 e(first_out_edge(v)), hend(e); in subdivide()
632 Halfedge_handle e2 = first_out_edge(v), e1 = previous(e2); in simplify()
/dports/math/cgal/CGAL-5.3/include/CGAL/Nef_S2/
H A DSM_decorator.h155 SHalfedge_handle first_out_edge(SVertex_handle v) const in first_out_edge() function
379 first_out_edge(v1)); in new_shalfedge_pair()
384 first_out_edge(v2)); in new_shalfedge_pair()
403 if ( e1 == first_out_edge(e1->source()) )
410 if ( e2 == first_out_edge(e2->source()) )
429 if ( e == first_out_edge(e->source()) )
435 SHalfedge_handle e_first = first_out_edge(v);
499 SHalfedge_handle e = first_out_edge(v); in delete_vertex()
516 SHalfedge_handle e1 = first_out_edge(v); in has_outdeg_two()
619 SHalfedge_handle ef = first_out_edge(v);
[all …]
H A DSM_const_decorator.h139 SHalfedge_const_handle first_out_edge(SVertex_const_handle v) const in first_out_edge() function
191 { return SHalfedge_around_svertex_const_circulator(first_out_edge(v)); } in out_edges()
310 CGAL_assertion_code(SHalfedge_const_handle e=first_out_edge(v)); in check_integrity_and_topological_planarity()
312 CGAL_NEF_TRACEN(v->point()<<" "<<EI[first_out_edge(v)]); in check_integrity_and_topological_planarity()
412 havc(first_out_edge(vc)), hend(havc); in number_of_connected_components()
H A DSM_checker.h112 Halfedge_const_handle ef = first_out_edge(v) ,e=ef,en,enn; in check_order_preserving_embedding()
139 { Halfedge_const_handle ef = first_out_edge(v); in check_forward_prefix_condition()
178 Halfedge_const_handle e_boundary_at_v_min = first_out_edge(v_min); in check_boundary_is_clockwise_weakly_polygon()
H A DSM_triangulator.h179 using Base::first_out_edge;
351 SHalfedge_handle e = first_out_edge(v); in correct_triangle_at()
631 ep(last_out_edge(v1)), en(first_out_edge(v2)->twin()); in merge_halfsphere_maps()
650 if ( e2 == first_out_edge(e2->source()) ) in merge_halfsphere_maps()
674 m_buffer = incident_mark(first_out_edge(v)->sprev()); in complete_support()
698 SHalfedge_around_svertex_circulator e(first_out_edge(v)), hend(e); in complete_support()
H A DSM_constrained_triang_traits.h60 using Base::first_out_edge;
258 ep = first_out_edge(event); in process_event()
345 e(first_out_edge(event)), eend(e); in initialize_structures()
H A DSM_io_parser.h70 using Base::first_out_edge;
186 else out << "0 " << index(first_out_edge(v)); in print_vertex()
H A DSM_overlayer.h480 using Base::first_out_edge;
2056 MinimalSHalfedge.push_back(first_out_edge(v_start)->twin()); in create_face_objects()
2142 m_buffer[i] = incident_mark(first_out_edge(v)->sprev(),i); in complete_face_support()
2175 SHalfedge_around_svertex_circulator e(first_out_edge(v)), hend(e); in complete_face_support()
2257 ep(last_out_edge(v1)), en(first_out_edge(v2)->twin()); in merge_halfsphere_maps()
2276 if ( e2 == first_out_edge(e2->source()) ) in merge_halfsphere_maps()
2394 SHalfedge_handle e2 = first_out_edge(v), e1 = e2->sprev(); in simplify()
H A DSM_point_locator.h110 using Base::first_out_edge;
129 SHalfedge_handle e_res = first_out_edge(v); in out_wedge()
/dports/math/cgal/CGAL-5.3/include/CGAL/Nef_3/
H A DSNC_SM_overlayer.h78 using Base::first_out_edge;
174 SHalfedge_handle e2 = first_out_edge(v), e1 = e2->sprev(); in simplify()
250 using SM_decorator::first_out_edge;
346 if ( first_out_edge(vn) == eno ) set_first_out_edge(vn,eo); in merge_edge_pairs_at_target()
441 SHalfedge_handle e2 = first_out_edge(v), e1 = e2->sprev(); in simplify()
H A DSNC_external_structure.h647 SHalfedge_around_svertex_circulator ce(D.first_out_edge(e)),cee(ce); in link_shalfedges_to_facet_cycles()
648 SHalfedge_around_svertex_circulator cet(Dt.first_out_edge(et)),cete(cet); in link_shalfedges_to_facet_cycles()
671 SHalfedge_around_svertex_circulator sc(D.first_out_edge(e)); in link_shalfedges_to_facet_cycles()
672 SHalfedge_around_svertex_circulator sct(Dt.first_out_edge(et)); in link_shalfedges_to_facet_cycles()
1171 SHalfedge_around_svertex_circulator ce(D.first_out_edge(e)),cee(ce); in link_shalfedges_to_facet_cycles()
1172 SHalfedge_around_svertex_circulator cet(Dt.first_out_edge(et)),cete(cet); in link_shalfedges_to_facet_cycles()
1184 SHalfedge_around_svertex_circulator sc(D.first_out_edge(e)); in link_shalfedges_to_facet_cycles()
1185 SHalfedge_around_svertex_circulator sct(Dt.first_out_edge(et)); in link_shalfedges_to_facet_cycles()
H A DSNC_decorator.h340 SHalfedge_handle e1 = SD.first_out_edge(v); in has_outdeg_two()
420 SHalfedge_handle se1(S1.first_out_edge(he));
421 SHalfedge_handle se2(S2.first_out_edge(he->twin()));
H A DSNC_simplify.h402 SHalfedge_handle e1(SD.first_out_edge(e)); in simplify()
481 SHalfedge_around_svertex_circulator s(SD.first_out_edge(p)), se(s); in merge_halfedge_pairs()
736 SHalfedge_around_svertex_circulator s(SD.first_out_edge(p)), se(s); in merge_halfedge_pairs()
H A DSNC_const_decorator.h342 SHalfedge_around_svertex_circulator sh(SD.first_out_edge(e)); in get_visible_facet()
H A DSNC_constructor.h728 D.set_first_out_edge(VM[sv], EM[E.first_out_edge(sv)]); in clone_SM()
1954 D.set_first_out_edge(VM[sv], EM[E.first_out_edge(sv)]); in clone_SM()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/bgrl2/algo/
H A Dbgrl2_algs.cxx59 start_edge = g->first_out_edge(current_node); in depth_no_loop()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/bgrl2/
H A Dbgrl2_graph.h186 …E_sptr first_out_edge(V_sptr v); ///< returns the first edge of out_edges(v) (nil if this list is…
H A Dbgrl2_graph.hxx271 typename bgrl2_graph<V,E>::E_sptr bgrl2_graph<V,E>::first_out_edge(V_sptr v) in first_out_edge() function in bgrl2_graph
348 return first_out_edge(v); in first_adj_edge()
/dports/math/cgal/CGAL-5.3/include/CGAL/Minkowski_sum_3/
H A DGaussian_map.h80 using Base::first_out_edge;
1067 merge_edge_pairs_at_target(first_out_edge(v)->sprev()); in simplify()
1215 svc(G.first_out_edge(sv)), in CGAL_forall_svertices()

12