Home
last modified time | relevance | path

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

/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/bmsh3d/
H A Dbmsh3d_face.cxx230 return nextHE; in find_next_HE()
284 HE = nextHE; in n_incident_Vs_in_set()
457 HE = nextHE; in is_inside_box()
474 HE = nextHE; in is_outside_box()
620 HE->set_next (nextHE); in _sort_HEs_circular()
656 HE->set_next (nextHE); in _reverse_HE_chain()
657 HE = nextHE; in _reverse_HE_chain()
1016 if (nextHE) { in _delete_HE_chain()
1019 nextHE = nextHE->next(); in _delete_HE_chain()
1043 if (nextHE) { in _delete_HE_chain()
[all …]
H A Dbmsh3d_vertex.cxx151 bmsh3d_halfedge* nextHE = otherHE->pair(); in check_2_manifold_() local
152 if (nextHE == nullptr) { //hit the boundary in check_2_manifold_()
157 HE = nextHE; in check_2_manifold_()
250 bmsh3d_halfedge* nextHE = otherHE->pair(); in m2_get_ordered_HEs() local
251 if (nextHE == nullptr) in m2_get_ordered_HEs()
254 HE = nextHE; in m2_get_ordered_HEs()
265 bmsh3d_halfedge* nextHE = otherHE->pair(); in m2_get_next_bnd_HE() local
266 if (nextHE == nullptr) in m2_get_next_bnd_HE()
269 inputHE = nextHE; in m2_get_next_bnd_HE()
286 if (nextHE == nullptr) in m2_is_on_bnd()
[all …]
H A Dbmsh3d_mesh.cxx329 auto* nextHE = new bmsh3d_halfedge (e, F); in add_new_face() local
332 e->_connect_HE_to_end (nextHE); in add_new_face()
335 HE->set_next (nextHE); in add_new_face()
336 HE = nextHE; in add_new_face()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/bmsh3d/algo/
H A Dbmsh3d_mesh_bnd.cxx81 bmsh3d_halfedge* nextHE = V->m2_get_next_bnd_HE (he); in trace_bnd_chain() local
82 V = nextHE->edge()->other_V (V); in trace_bnd_chain()
84 he = nextHE; in trace_bnd_chain()