Home
last modified time | relevance | path

Searched refs:edge_id_opp (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/instant-meshes/instant-meshes-0.0-42-g4a083f4/src/
H A Ddedge.cpp78 uint32_t it = V2E[idx_next], edge_id_opp = INVALID; in build_dedge() local
81 if (edge_id_opp == INVALID) { in build_dedge()
82 edge_id_opp = it; in build_dedge()
86 edge_id_opp = INVALID; in build_dedge()
93 if (edge_id_opp != INVALID && edge_id_cur < edge_id_opp) { in build_dedge()
94 E2E[edge_id_cur] = edge_id_opp; in build_dedge()
95 E2E[edge_id_opp] = edge_id_cur; in build_dedge()
/dports/graphics/blender/blender-2.91.0/extern/quadriflow/src/
H A Ddedge.cpp100 if (edge_id_opp == INVALID) { in compute_direct_graph()
101 edge_id_opp = it; in compute_direct_graph()
105 edge_id_opp = INVALID; in compute_direct_graph()
112 if (edge_id_opp != INVALID && edge_id_cur < edge_id_opp) { in compute_direct_graph()
113 E2E[edge_id_cur] = edge_id_opp; in compute_direct_graph()
114 E2E[edge_id_opp] = edge_id_cur; in compute_direct_graph()
272 edge_id_opp = it; in compute_direct_graph_quad()
276 edge_id_opp = INVALID; in compute_direct_graph_quad()
283 if (edge_id_opp != INVALID && edge_id_cur < edge_id_opp) { in compute_direct_graph_quad()
284 E2E[edge_id_cur] = edge_id_opp; in compute_direct_graph_quad()
[all …]