Home
last modified time | relevance | path

Searched refs:new_vertex_id (Results 1 – 19 of 19) sorted by relevance

/dports/math/cgal/CGAL-5.3/include/CGAL/internal/Surface_mesh_skeletonization/
H A DCurve_skeleton.h125 std::vector<int> new_vertex_id; in extract_skeleton() local
127 new_vertex_id.clear(); in extract_skeleton()
128 new_vertex_id.resize(vertex_to_edge.size(), -1); in extract_skeleton()
138 new_vertex_id[i] = id++; in extract_skeleton()
173 int p1_id = new_vertex_id[p1]; in extract_skeleton()
174 int p2_id = new_vertex_id[p2]; in extract_skeleton()
191 int new_id = new_vertex_id[id]; in extract_skeleton()
/dports/graphics/open3d/Open3D-0.2/src/Core/Geometry/
H A DDownSample.cpp144 std::vector<int> new_vertex_id(input.vertices_.size()); in SelectDownSample() local
147 new_vertex_id[i] = cnt++; in SelectDownSample()
155 new_face(i) = new_vertex_id[input.triangles_[triangle_id][i]]; in SelectDownSample()
/dports/graphics/py-open3d-python/Open3D-0.2/src/Core/Geometry/
H A DDownSample.cpp144 std::vector<int> new_vertex_id(input.vertices_.size()); in SelectDownSample() local
147 new_vertex_id[i] = cnt++; in SelectDownSample()
155 new_face(i) = new_vertex_id[input.triangles_[triangle_id][i]]; in SelectDownSample()
/dports/science/code_saturne/code_saturne-7.1.0/src/mesh/
H A Dcs_mesh.c1431 cs_lnum_t *new_vertex_id = NULL; in _discard_free_vertices() local
1435 BFT_MALLOC(new_vertex_id, mesh->n_vertices, cs_lnum_t); in _discard_free_vertices()
1438 new_vertex_id[i] = -1; in _discard_free_vertices()
1441 new_vertex_id[mesh->i_face_vtx_lst[i]] = 0; in _discard_free_vertices()
1444 new_vertex_id[mesh->b_face_vtx_lst[i]] = 0; in _discard_free_vertices()
1449 if (new_vertex_id[i] != -1) in _discard_free_vertices()
1450 new_vertex_id[i] = n_vertices++; in _discard_free_vertices()
1460 mesh->i_face_vtx_lst[i] = new_vertex_id[mesh->i_face_vtx_lst[i]]; in _discard_free_vertices()
1469 const cs_lnum_t j = new_vertex_id[i]; in _discard_free_vertices()
1497 cs_interface_set_renumber(mesh->vtx_interfaces, new_vertex_id); in _discard_free_vertices()
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/stdlib/src/
H A Ddigraph.erl145 do_add_vertex({new_vertex_id(G), []}, G).
353 -spec new_vertex_id(graph()) -> vertex().
355 -dialyzer({no_improper_lists, new_vertex_id/1}).
357 new_vertex_id(G) -> function
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/stdlib/src/
H A Ddigraph.erl145 do_add_vertex({new_vertex_id(G), []}, G).
353 -spec new_vertex_id(graph()) -> vertex().
355 -dialyzer({no_improper_lists, new_vertex_id/1}).
357 new_vertex_id(G) -> function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/stdlib/src/
H A Ddigraph.erl145 do_add_vertex({new_vertex_id(G), []}, G).
353 -spec new_vertex_id(graph()) -> vertex().
355 -dialyzer({no_improper_lists, new_vertex_id/1}).
357 new_vertex_id(G) -> function
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/stdlib/src/
H A Ddigraph.erl145 do_add_vertex({new_vertex_id(G), []}, G).
353 -spec new_vertex_id(graph()) -> vertex().
355 -dialyzer({no_improper_lists, new_vertex_id/1}).
357 new_vertex_id(G) -> function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/stdlib/src/
H A Ddigraph.erl145 do_add_vertex({new_vertex_id(G), []}, G).
353 -spec new_vertex_id(graph()) -> vertex().
355 -dialyzer({no_improper_lists, new_vertex_id/1}).
357 new_vertex_id(G) -> function
/dports/lang/erlang/otp-OTP-24.1.7/lib/stdlib/src/
H A Ddigraph.erl145 do_add_vertex({new_vertex_id(G), []}, G).
353 -spec new_vertex_id(graph()) -> vertex().
355 -dialyzer({no_improper_lists, new_vertex_id/1}).
357 new_vertex_id(G) -> function
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/stdlib/src/
H A Ddigraph.erl145 do_add_vertex({new_vertex_id(G), []}, G).
353 -spec new_vertex_id(graph()) -> vertex().
355 -dialyzer({no_improper_lists, new_vertex_id/1}).
357 new_vertex_id(G) -> function
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/dialyzer/test/opaque_SUITE_data/src/modules/
H A Dopaque_digraph.erl152 do_add_vertex({new_vertex_id(G), []}, G).
358 -spec new_vertex_id(local_digraph()) -> vertex().
360 new_vertex_id(G) -> function
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/dialyzer/test/opaque_SUITE_data/src/modules/
H A Dopaque_digraph.erl152 do_add_vertex({new_vertex_id(G), []}, G).
358 -spec new_vertex_id(local_digraph()) -> vertex().
360 new_vertex_id(G) -> function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/dialyzer/test/opaque_SUITE_data/src/modules/
H A Dopaque_digraph.erl152 do_add_vertex({new_vertex_id(G), []}, G).
358 -spec new_vertex_id(local_digraph()) -> vertex().
360 new_vertex_id(G) -> function
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/dialyzer/test/opaque_SUITE_data/src/modules/
H A Dopaque_digraph.erl152 do_add_vertex({new_vertex_id(G), []}, G).
358 -spec new_vertex_id(local_digraph()) -> vertex().
360 new_vertex_id(G) -> function
/dports/lang/erlang/otp-OTP-24.1.7/lib/dialyzer/test/opaque_SUITE_data/src/modules/
H A Dopaque_digraph.erl152 do_add_vertex({new_vertex_id(G), []}, G).
358 -spec new_vertex_id(local_digraph()) -> vertex().
360 new_vertex_id(G) -> function
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/dialyzer/test/opaque_SUITE_data/src/modules/
H A Dopaque_digraph.erl152 do_add_vertex({new_vertex_id(G), []}, G).
358 -spec new_vertex_id(local_digraph()) -> vertex().
360 new_vertex_id(G) -> function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/dialyzer/test/opaque_SUITE_data/src/modules/
H A Dopaque_digraph.erl152 do_add_vertex({new_vertex_id(G), []}, G).
358 -spec new_vertex_id(local_digraph()) -> vertex().
360 new_vertex_id(G) -> function
/dports/games/dxx-rebirth/dxx-rebirth_20211220-src/similar/editor/
H A Dgroup.cpp724 const auto new_vertex_id = med_create_duplicate_vertex(*v); in med_move_group() local
726 in_vertex_list[new_vertex_id] = 1; in med_move_group()
734 vv = new_vertex_id; in med_move_group()