Home
last modified time | relevance | path

Searched refs:he_end (Results 1 – 7 of 7) sorted by relevance

/dports/math/openmesh/OpenMesh-8.1/src/Unittests/
H A Dunittests_trimesh_iterators.cc445 Mesh::HalfedgeIter he_end = mesh_.halfedges_end(); in TEST_F() local
448 EXPECT_EQ(36, he_end->idx()) << "Wrong end index in halfedge iterator"; in TEST_F()
459 while (he_it != he_end) { in TEST_F()
483 while (he_it != he_end) { in TEST_F()
638 Mesh::HalfedgeIter he_end = mesh_.halfedges_end(); in TEST_F() local
652 he_end = mesh_.halfedges_end(); in TEST_F()
658 while (he_it != he_end) { in TEST_F()
682 he_end = mesh_.halfedges_end(); in TEST_F()
690 while (he_it != he_end) { in TEST_F()
723 he_end = mesh_.halfedges_end(); in TEST_F()
[all …]
/dports/math/openmesh/OpenMesh-8.1/Doc/
H A Ddecimater.docu38 Mesh::HalfedgeIter he_it, he_end=mesh_->halfedges_end();
41 for (he_it = mesh_->halfedges_begin(); he_it != he_end ; ++he_it)
/dports/math/cgal/CGAL-5.3/include/CGAL/
H A DPolyhedralSurf_neighbors.h174 he_end = he_circ; in compute_one_ring()
182 } while (he_circ != he_end); in compute_one_ring()
/dports/math/cgal/CGAL-5.3/demo/Polyhedron/Plugins/Display/
H A DDisplay_property_plugin.cpp144 SMesh::Halfedge_around_face_circulator he_end = he; in triangulate_convex_facet() local
146 while(next(*he, *sm) != prev(*he_end, *sm)) in triangulate_convex_facet()
149 vertex_descriptor v0(target(*he_end, *sm)), in triangulate_convex_facet()
787 he_end(he); in displayAngles() local
812 }while( ++he != he_end && !normal_is_ok); in displayAngles()
/dports/math/cgal/CGAL-5.3/demo/Polyhedron/
H A DScene_surface_mesh_item.cpp906 SMesh::Halfedge_around_face_circulator he_end = he; in triangulate_convex_facet() local
908 while(next(*he, *smesh_) != prev(*he_end, *smesh_)) in triangulate_convex_facet()
911 vertex_descriptor v0(target(*he_end, *smesh_)), in triangulate_convex_facet()
2538 SMesh::Halfedge_around_face_circulator he_end = he; in fill_flat_vertex_map() local
2539 while(next(*he, *face_graph()) != prev(*he_end, *face_graph())) in fill_flat_vertex_map()
2542 vertex_descriptor v0(target(*he_end, *face_graph())), in fill_flat_vertex_map()
/dports/converters/p5-Sereal-Encoder/Sereal-Encoder-4.018/
H A Dsrl_encoder.c1207 HE **he_end= he_ptr + HvMAX(src) + 1; in srl_dump_hv_unsorted_nomg() local
1216 he_ptr= he_end; in srl_dump_hv_unsorted_nomg()
1221 } while ( he_ptr < he_end ); in srl_dump_hv_unsorted_nomg()
/dports/math/cgal/CGAL-5.3/include/CGAL/Arrangement_2/
H A DArrangement_on_surface_2_impl.h3659 const DHalfedge* he_end = he_anchor; in _compute_signs() local
3698 } while (he_curr != he_end); in _compute_signs()
3738 const DHalfedge* he_end = he_anchor->opposite(); in _compute_signs_and_min() local
3825 } while (he_next != he_end); in _compute_signs_and_min()