Home
last modified time | relevance | path

Searched refs:vertex_index (Results 1 – 25 of 3170) sorted by relevance

12345678910>>...127

/dports/cad/cura-engine/CuraEngine-fadb5d6b/src/
H A Dmesh.cpp45 face.vertex_index[0] = vi0; in addFace()
46 face.vertex_index[1] = vi1; in addFace()
47 face.vertex_index[2] = vi2; in addFace()
48 vertices[face.vertex_index[0]].connected_faces.push_back(idx); in addFace()
49 vertices[face.vertex_index[1]].connected_faces.push_back(idx); in addFace()
50 vertices[face.vertex_index[2]].connected_faces.push_back(idx); in addFace()
70 …cted_face_index[0] = getFaceIdxWithPoints(face.vertex_index[0], face.vertex_index[1], i, face.vert… in finish()
71 …cted_face_index[1] = getFaceIdxWithPoints(face.vertex_index[1], face.vertex_index[2], i, face.vert… in finish()
72 …cted_face_index[2] = getFaceIdxWithPoints(face.vertex_index[2], face.vertex_index[0], i, face.vert… in finish()
150 || faces[f].vertex_index[1] == idx1 // && faces[f].vertex_index[2] == idx0 in getFaceIdxWithPoints()
[all …]
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed/foundation/mesh/
H A Dobjmeshfilewriter.cpp195 for (size_t vertex_index = 0; vertex_index < face_vertex_count; ++vertex_index) in write_faces_no_vn_no_vt() local
200 m_base_vertex_index + walker.get_face_vertex(face_index, vertex_index)); in write_faces_no_vn_no_vt()
217 for (size_t vertex_index = 0; vertex_index < face_vertex_count; ++vertex_index) in write_faces_vn_no_vt() local
222 m_base_vertex_index + walker.get_face_vertex(face_index, vertex_index), in write_faces_vn_no_vt()
223 … m_base_vertex_normal_index + walker.get_face_vertex_normal(face_index, vertex_index)); in write_faces_vn_no_vt()
240 for (size_t vertex_index = 0; vertex_index < face_vertex_count; ++vertex_index) in write_faces_no_vn_vt() local
245 m_base_vertex_index + walker.get_face_vertex(face_index, vertex_index), in write_faces_no_vn_vt()
246 m_base_tex_coords_index + walker.get_face_tex_coords(face_index, vertex_index)); in write_faces_no_vn_vt()
263 for (size_t vertex_index = 0; vertex_index < face_vertex_count; ++vertex_index) in write_faces_vn_vt() local
268 m_base_vertex_index + walker.get_face_vertex(face_index, vertex_index), in write_faces_vn_vt()
[all …]
/dports/cad/horizon-eda/horizon-2.1.0/src/core/tools/
H A Dtool_add_vertex.cpp41 vertex_index = (v + 1) % poly->vertices.size(); in begin()
44 selection.emplace(poly->uuid, ObjectType::POLYGON_VERTEX, vertex_index); in begin()
54 vertex = &*poly->vertices.insert(poly->vertices.begin() + vertex_index, c); in add_vertex()
56 selection.emplace(poly->uuid, ObjectType::POLYGON_VERTEX, vertex_index); in add_vertex()
68 vertex_index = (vertex_index + 1) % (poly->vertices.size()); in update()
76 poly->vertices.erase(poly->vertices.begin() + vertex_index); in update()
78 if (vertex_index) in update()
79 vertex_index--; in update()
81 vertex_index = poly->vertices.size() - 1; in update()
84 vertex_index = (vertex_index + 1) % (poly->vertices.size()); in update()
[all …]
/dports/graphics/blender/blender-2.91.0/intern/opensubdiv/internal/topology/
H A Dtopology_refiner_factory.cc110 for (int vertex_index = 0; vertex_index < num_vertices; ++vertex_index) { in resizeComponentTopology() local
113 setNumBaseVertexEdges(refiner, vertex_index, num_vert_edges); in resizeComponentTopology()
114 setNumBaseVertexFaces(refiner, vertex_index, num_vert_faces); in resizeComponentTopology()
154 for (int vertex_index = 0; vertex_index < num_vertices; ++vertex_index) { in assignComponentTopology() local
159 converter->getVertexFaces(converter, vertex_index, &vertex_faces[0]); in assignComponentTopology()
165 converter->getVertexEdges(converter, vertex_index, &vertex_edges[0]); in assignComponentTopology()
238 for (int vertex_index = 0; vertex_index < num_vertices; ++vertex_index) { in assignComponentTags() local
240 if (converter->isInfiniteSharpVertex(converter, vertex_index)) { in assignComponentTags()
249 sharpness = converter->getVertexSharpness(converter, vertex_index); in assignComponentTags()
250 base_mesh_topology->setVertexSharpness(vertex_index, sharpness); in assignComponentTags()
[all …]
/dports/science/opensim-core/opensim-core-4.1/OpenSim/Utilities/simmToOpenSim/
H A Dnormtools.c430 to->vertex_index[0] = from->vertex_index[0]; in copy_pintersegmentstruct()
431 to->vertex_index[1] = from->vertex_index[1]; in copy_pintersegmentstruct()
468 to->vertex_index[i] = from->vertex_index[i]; in copy_polygon()
518 to->vertex_index[i] = from->vertex_index[i]; in copy_polygon_lite()
1213 p->vertex_index[i] = p->vertex_index[j]; in reverse_vertex_order()
2637 v1 = p->vertex_index[0]; in quarter_quad()
3032 p->vertex_index = (int*)simm_realloc(p->vertex_index,num_v*sizeof(int),&rc); in change_vertex_indices()
3594 p->vertex_index[i] = p->vertex_index[i-1]; in add_vertex()
3630 if ((p->vertex_index[i] == vert1 && p->vertex_index[index2] == vert2) || in add_vert_to_poly()
3631 (p->vertex_index[index2] == vert1 && p->vertex_index[i] == vert2)) in add_vert_to_poly()
[all …]
/dports/science/code_saturne/code_saturne-7.1.0/src/fvm/
H A Dfvm_nodal_append.c96 cs_lnum_t vertex_index[], in _transfer_to_section() argument
114 this_section->_vertex_index = vertex_index; in _transfer_to_section()
124 this_section->vertex_index = this_section->_vertex_index; in _transfer_to_section()
136 = this_section->vertex_index[this_section->n_elements]; in _transfer_to_section()
148 = this_section->vertex_index[this_section->n_faces]; in _transfer_to_section()
180 cs_lnum_t vertex_index[], in _map_to_section() argument
198 this_section->vertex_index = vertex_index; in _map_to_section()
224 = this_section->vertex_index[this_section->n_faces]; in _map_to_section()
284 vertex_index, in fvm_nodal_append_by_transfer()
340 cs_lnum_t vertex_index[], in fvm_nodal_append_shared() argument
[all …]
/dports/biology/lamarc/lamarc-2.1.8/boost/graph/
H A Dbetweenness_centrality.hpp122 VertexIndexMap vertex_index) in operator ()()
130 .vertex_index_map(vertex_index) in operator ()()
217 VertexIndexMap vertex_index) in operator ()()
321 path_count, vertex_index); in brandes_betweenness_centrality_impl()
372 VertexIndexMap vertex_index) in brandes_betweenness_centrality() argument
396 VertexIndexMap vertex_index, in brandes_betweenness_centrality() argument
443 vertex_index, in brandes_betweenness_centrality_dispatch2()
479 vertex_index); in brandes_betweenness_centrality_dispatch2()
508 vertex_index); in run()
528 choose_const_pmap(get_param(params, vertex_index), g, vertex_index), in brandes_betweenness_centrality()
[all …]
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed.python/
H A Dbindblendermeshconverter.cpp132 for (size_t vertex_index = 0; vertex_index < bl_vert_count; ++vertex_index) in export_mesh_blender79() local
134 const MVert& vert = bl_vertices[vertex_index]; in export_mesh_blender79()
142 for (size_t vertex_index = 0; vertex_index < bl_vert_count; ++vertex_index) in export_mesh_blender79() local
144 const MVert& vert = bl_vertices[vertex_index]; in export_mesh_blender79()
201 for (size_t vertex_index = 0; vertex_index < bl_vert_count; ++vertex_index) in export_mesh_blender79_pose() local
203 const MVert& vert = bl_vertices[vertex_index]; in export_mesh_blender79_pose()
204 … blender_mesh->set_vertex_pose(vertex_index, pose, GVector3(vert.co[0], vert.co[1], vert.co[2])); in export_mesh_blender79_pose()
210 for (size_t vertex_index = 0; vertex_index < bl_vert_count; ++vertex_index) in export_mesh_blender79_pose() local
212 const MVert& vert = bl_vertices[vertex_index]; in export_mesh_blender79_pose()
213 …blender_mesh->set_vertex_normal_pose(vertex_index, pose, normalize(GVector3(vert.no[0], vert.no[1]… in export_mesh_blender79_pose()
/dports/devel/simgear/simgear-2020.3.11/simgear/io/
H A Ddecode_binobj.cxx77 int_list vertex_index; in main() local
87 vertex_index = pts_v[i]; in main()
91 for ( j = 0; j < (int)vertex_index.size(); ++j ) { in main()
104 vertex_index = tris_v[i]; in main()
109 for ( j = 0; j < (int)vertex_index.size(); ++j ) { in main()
110 cout << vertex_index[j]; in main()
127 vertex_index = strips_v[i]; in main()
132 for ( j = 0; j < (int)vertex_index.size(); ++j ) { in main()
133 cout << vertex_index[j]; in main()
149 vertex_index = fans_v[i]; in main()
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/graph/test/
H A Dgrid_graph_test.cpp79 for (vertices_size_type vertex_index = 0; in do_test() local
80 vertex_index < num_vertices(graph); in do_test()
81 ++vertex_index) { in do_test()
82 BOOST_REQUIRE(get(boost::vertex_index, graph, vertex(vertex_index, graph)) == vertex_index); in do_test()
98 get(boost::vertex_index, graph, current_vertex); in do_test()
115 (get(boost::vertex_index, graph, target(out_edge, graph))); in do_test()
129 (get(boost::vertex_index, graph, source(in_edge, graph))) > 0); in do_test()
148 (get(boost::vertex_index, graph, adjacent_vertex)) > 0); in do_test()
160 get(boost::vertex_index, graph, unconnected_vertex); in do_test()
181 get(boost::vertex_index, graph, source(current_edge, graph)); in do_test()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/graph/test/
H A Dgrid_graph_test.cpp79 for (vertices_size_type vertex_index = 0; in do_test() local
80 vertex_index < num_vertices(graph); in do_test()
81 ++vertex_index) { in do_test()
82 BOOST_REQUIRE(get(boost::vertex_index, graph, vertex(vertex_index, graph)) == vertex_index); in do_test()
98 get(boost::vertex_index, graph, current_vertex); in do_test()
115 (get(boost::vertex_index, graph, target(out_edge, graph))); in do_test()
129 (get(boost::vertex_index, graph, source(in_edge, graph))) > 0); in do_test()
148 (get(boost::vertex_index, graph, adjacent_vertex)) > 0); in do_test()
160 get(boost::vertex_index, graph, unconnected_vertex); in do_test()
181 get(boost::vertex_index, graph, source(current_edge, graph)); in do_test()
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/graph/test/
H A Dgrid_graph_test.cpp79 for (vertices_size_type vertex_index = 0; in do_test() local
80 vertex_index < num_vertices(graph); in do_test()
81 ++vertex_index) { in do_test()
82 BOOST_REQUIRE(get(boost::vertex_index, graph, vertex(vertex_index, graph)) == vertex_index); in do_test()
98 get(boost::vertex_index, graph, current_vertex); in do_test()
115 (get(boost::vertex_index, graph, target(out_edge, graph))); in do_test()
129 (get(boost::vertex_index, graph, source(in_edge, graph))) > 0); in do_test()
148 (get(boost::vertex_index, graph, adjacent_vertex)) > 0); in do_test()
160 get(boost::vertex_index, graph, unconnected_vertex); in do_test()
181 get(boost::vertex_index, graph, source(current_edge, graph)); in do_test()
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/graph/test/
H A Dgrid_graph_test.cpp79 for (vertices_size_type vertex_index = 0; in do_test() local
80 vertex_index < num_vertices(graph); in do_test()
81 ++vertex_index) { in do_test()
82 BOOST_REQUIRE(get(boost::vertex_index, graph, vertex(vertex_index, graph)) == vertex_index); in do_test()
98 get(boost::vertex_index, graph, current_vertex); in do_test()
115 (get(boost::vertex_index, graph, target(out_edge, graph))); in do_test()
129 (get(boost::vertex_index, graph, source(in_edge, graph))) > 0); in do_test()
148 (get(boost::vertex_index, graph, adjacent_vertex)) > 0); in do_test()
160 get(boost::vertex_index, graph, unconnected_vertex); in do_test()
181 get(boost::vertex_index, graph, source(current_edge, graph)); in do_test()
[all …]
/dports/databases/percona57-server/boost_1_59_0/libs/graph/test/
H A Dgrid_graph_test.cpp79 for (vertices_size_type vertex_index = 0; in do_test() local
80 vertex_index < num_vertices(graph); in do_test()
81 ++vertex_index) { in do_test()
82 BOOST_REQUIRE(get(boost::vertex_index, graph, vertex(vertex_index, graph)) == vertex_index); in do_test()
98 get(boost::vertex_index, graph, current_vertex); in do_test()
115 (get(boost::vertex_index, graph, target(out_edge, graph))); in do_test()
129 (get(boost::vertex_index, graph, source(in_edge, graph))) > 0); in do_test()
148 (get(boost::vertex_index, graph, adjacent_vertex)) > 0); in do_test()
160 get(boost::vertex_index, graph, unconnected_vertex); in do_test()
181 get(boost::vertex_index, graph, source(current_edge, graph)); in do_test()
[all …]
/dports/databases/xtrabackup/boost_1_59_0/libs/graph/test/
H A Dgrid_graph_test.cpp79 for (vertices_size_type vertex_index = 0; in do_test() local
80 vertex_index < num_vertices(graph); in do_test()
81 ++vertex_index) { in do_test()
82 BOOST_REQUIRE(get(boost::vertex_index, graph, vertex(vertex_index, graph)) == vertex_index); in do_test()
98 get(boost::vertex_index, graph, current_vertex); in do_test()
115 (get(boost::vertex_index, graph, target(out_edge, graph))); in do_test()
129 (get(boost::vertex_index, graph, source(in_edge, graph))) > 0); in do_test()
148 (get(boost::vertex_index, graph, adjacent_vertex)) > 0); in do_test()
160 get(boost::vertex_index, graph, unconnected_vertex); in do_test()
181 get(boost::vertex_index, graph, source(current_edge, graph)); in do_test()
[all …]
/dports/databases/percona57-client/boost_1_59_0/libs/graph/test/
H A Dgrid_graph_test.cpp79 for (vertices_size_type vertex_index = 0; in do_test() local
80 vertex_index < num_vertices(graph); in do_test()
81 ++vertex_index) { in do_test()
82 BOOST_REQUIRE(get(boost::vertex_index, graph, vertex(vertex_index, graph)) == vertex_index); in do_test()
98 get(boost::vertex_index, graph, current_vertex); in do_test()
115 (get(boost::vertex_index, graph, target(out_edge, graph))); in do_test()
129 (get(boost::vertex_index, graph, source(in_edge, graph))) > 0); in do_test()
148 (get(boost::vertex_index, graph, adjacent_vertex)) > 0); in do_test()
160 get(boost::vertex_index, graph, unconnected_vertex); in do_test()
181 get(boost::vertex_index, graph, source(current_edge, graph)); in do_test()
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/graph/test/
H A Dgrid_graph_test.cpp79 for (vertices_size_type vertex_index = 0; in do_test() local
80 vertex_index < num_vertices(graph); in do_test()
81 ++vertex_index) { in do_test()
82 BOOST_REQUIRE(get(boost::vertex_index, graph, vertex(vertex_index, graph)) == vertex_index); in do_test()
98 get(boost::vertex_index, graph, current_vertex); in do_test()
115 (get(boost::vertex_index, graph, target(out_edge, graph))); in do_test()
129 (get(boost::vertex_index, graph, source(in_edge, graph))) > 0); in do_test()
148 (get(boost::vertex_index, graph, adjacent_vertex)) > 0); in do_test()
160 get(boost::vertex_index, graph, unconnected_vertex); in do_test()
181 get(boost::vertex_index, graph, source(current_edge, graph)); in do_test()
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/graph/test/
H A Dgrid_graph_test.cpp84 for (vertices_size_type vertex_index = 0; in do_test() local
85 vertex_index < num_vertices(graph); ++vertex_index) in do_test()
88 get(boost::vertex_index, graph, vertex(vertex_index, graph)) in do_test()
89 == vertex_index); in do_test()
107 = get(boost::vertex_index, graph, current_vertex); in do_test()
126 get(boost::vertex_index, graph, target(out_edge, graph))); in do_test()
139 BOOST_TEST(target_vertices.count(get(boost::vertex_index, graph, in do_test()
161 get(boost::vertex_index, graph, adjacent_vertex)) in do_test()
175 = get(boost::vertex_index, graph, unconnected_vertex); in do_test()
200 = get(boost::vertex_index, graph, source(current_edge, graph)); in do_test()
[all …]
/dports/games/OpenTomb/OpenTomb-win32-2018-02-03_alpha/src/
H A Dmesh.c188 uint32_t vertex_index = 0; in BaseMesh_AddVertex() local
190 for(vertex_index = 0; vertex_index < mesh->vertex_count; vertex_index++, v++) in BaseMesh_AddVertex()
196 return vertex_index; in BaseMesh_AddVertex()
200 vertex_index = mesh->vertex_count; in BaseMesh_AddVertex()
204 v = mesh->vertices + vertex_index; in BaseMesh_AddVertex()
211 return vertex_index; in BaseMesh_AddVertex()
323 uint32_t startElement = *vertex_index; in BaseMesh_AddAnimatedPolygonToFaces()
325 (*vertex_index)++; in BaseMesh_AddAnimatedPolygonToFaces()
329 (*vertex_index)++; in BaseMesh_AddAnimatedPolygonToFaces()
335 (*vertex_index)++; in BaseMesh_AddAnimatedPolygonToFaces()
[all …]
/dports/graphics/gltt/gltt-2.5.2/
H A DGLTTGlyphTriangulator.C44 vertex_index= 0; in GLTTGlyphTriangulator()
74 vertex_index= 0; in triangulate()
94 if( vertex_index++ < 2 ) in vertex()
96 vertices[vertex_index-1]= point; in vertex()
110 if( vertex_index & 1 ) in vertex()
124 vertex_index= 0; in vertex()
135 vertex_index = 0; in end()
/dports/devel/boost-docs/boost_1_72_0/boost/graph/
H A Dbetweenness_centrality.hpp123 VertexIndexMap vertex_index) in operator ()()
131 .vertex_index_map(vertex_index) in operator ()()
218 VertexIndexMap vertex_index) in operator ()()
321 path_count, vertex_index); in brandes_betweenness_centrality_impl()
372 VertexIndexMap vertex_index in brandes_betweenness_centrality()
397 VertexIndexMap vertex_index, in brandes_betweenness_centrality() argument
444 vertex_index, in brandes_betweenness_centrality_dispatch2()
479 vertex_index); in brandes_betweenness_centrality_dispatch2()
508 vertex_index); in run()
539 choose_const_pmap(get_param(params, vertex_index), g, vertex_index), in brandes_betweenness_centrality()
[all …]
/dports/devel/R-cran-BH/BH/inst/include/boost/graph/
H A Dbetweenness_centrality.hpp144 .vertex_index_map(vertex_index) in operator ()()
350 path_count, vertex_index); in brandes_betweenness_centrality_impl()
414 vertex_index, shortest_paths); in brandes_betweenness_centrality()
427 VertexIndexMap vertex_index, in brandes_betweenness_centrality() argument
436 vertex_index, shortest_paths); in brandes_betweenness_centrality()
448 WeightMap weight_map, VertexIndexMap vertex_index) in brandes_betweenness_centrality_dispatch2() argument
473 vertex_index, weight_map); in brandes_betweenness_centrality_dispatch2()
480 VertexIndexMap vertex_index) in brandes_betweenness_centrality_dispatch2() argument
505 vertex_index); in brandes_betweenness_centrality_dispatch2()
529 VertexIndexMap vertex_index, param_not_found) in run()
[all …]
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/graph/
H A Dbetweenness_centrality.hpp123 VertexIndexMap vertex_index) in operator ()()
131 .vertex_index_map(vertex_index) in operator ()()
218 VertexIndexMap vertex_index) in operator ()()
322 path_count, vertex_index); in brandes_betweenness_centrality_impl()
373 VertexIndexMap vertex_index in brandes_betweenness_centrality()
398 VertexIndexMap vertex_index, in brandes_betweenness_centrality() argument
446 vertex_index, in brandes_betweenness_centrality_dispatch2()
482 vertex_index); in brandes_betweenness_centrality_dispatch2()
511 vertex_index); in run()
542 choose_const_pmap(get_param(params, vertex_index), g, vertex_index), in brandes_betweenness_centrality()
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/graph/
H A Dbetweenness_centrality.hpp123 VertexIndexMap vertex_index) in operator ()()
131 .vertex_index_map(vertex_index) in operator ()()
218 VertexIndexMap vertex_index) in operator ()()
321 path_count, vertex_index); in brandes_betweenness_centrality_impl()
372 VertexIndexMap vertex_index in brandes_betweenness_centrality()
397 VertexIndexMap vertex_index, in brandes_betweenness_centrality() argument
444 vertex_index, in brandes_betweenness_centrality_dispatch2()
479 vertex_index); in brandes_betweenness_centrality_dispatch2()
508 vertex_index); in run()
539 choose_const_pmap(get_param(params, vertex_index), g, vertex_index), in brandes_betweenness_centrality()
[all …]
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/graph/
H A Dbetweenness_centrality.hpp144 .vertex_index_map(vertex_index) in operator ()()
350 path_count, vertex_index); in brandes_betweenness_centrality_impl()
414 vertex_index, shortest_paths); in brandes_betweenness_centrality()
427 VertexIndexMap vertex_index, in brandes_betweenness_centrality() argument
436 vertex_index, shortest_paths); in brandes_betweenness_centrality()
448 WeightMap weight_map, VertexIndexMap vertex_index) in brandes_betweenness_centrality_dispatch2() argument
473 vertex_index, weight_map); in brandes_betweenness_centrality_dispatch2()
480 VertexIndexMap vertex_index) in brandes_betweenness_centrality_dispatch2() argument
505 vertex_index); in brandes_betweenness_centrality_dispatch2()
529 VertexIndexMap vertex_index, param_not_found) in run()
[all …]

12345678910>>...127