Home
last modified time | relevance | path

Searched refs:unique_vertices (Results 1 – 20 of 20) sorted by relevance

/dports/math/p5-Graph/Graph-0.9725/t/
H A D20_countvertexed.t15 is( $g2->unique_vertices, 0 );
19 is( $g2->unique_vertices, 1 );
23 is( $g2->unique_vertices, 1 );
27 is( $g2->unique_vertices, 2 );
31 is( $g2->unique_vertices, 2 );
35 is( $g2->unique_vertices, 1 );
39 is( $g2->unique_vertices, 1 );
43 is( $g2->unique_vertices, 1 );
47 is( $g2->unique_vertices, 0 );
/dports/x11-toolkits/qt5-datavis3d/kde-qtdatavis3d-5.15.2p2/src/datavisualization/utils/
H A Dvertexindexer.cpp36 int unique_vertices = 0; variable
59 unique_vertices = 0; in indexVBO()
73 unique_vertices++; in indexVBO()
/dports/science/py-dipy/dipy-1.4.1/dipy/reconst/
H A Drecspeed.pyx66 unique_vertices : (M, 3) ndarray
76 ``unique_vertices[j]``. If there is more than one element of
84 cnp.ndarray[cnp.float_t, ndim=2, mode='c'] unique_vertices
97 unique_vertices = np.empty((n, 3), dtype=float)
110 sim = fabs(a * unique_vertices[j, 0] +
111 b * unique_vertices[j, 1] +
112 c * unique_vertices[j, 2])
121 unique_vertices[n_unique, 0] = a
122 unique_vertices[n_unique, 1] = b
123 unique_vertices[n_unique, 2] = c
[all …]
/dports/science/py-phonopy/phonopy-2.11.0/phonopy/structure/
H A Dtetrahedron_method.py153 unique_vertices = []
156 for uadrs in unique_vertices:
161 unique_vertices.append(adrs)
162 return np.array(unique_vertices, dtype='int_', order='C')
/dports/science/phonopy/phonopy-2.11.0/phonopy/structure/
H A Dtetrahedron_method.py153 unique_vertices = []
156 for uadrs in unique_vertices:
161 unique_vertices.append(adrs)
162 return np.array(unique_vertices, dtype='int_', order='C')
/dports/science/py-phono3py/phono3py-1.22.3/phono3py/other/
H A Disotope.py247 unique_vertices = thm.get_unique_tetrahedra_vertices()
249 len(unique_vertices) * len(self._grid_points), dtype='uintp')
253 unique_vertices,
/dports/devel/godot/godot-3.2.3-stable/modules/bullet/
H A Dsoft_body_bullet.cpp338 Map<Vector3, int> unique_vertices; in set_trimesh_body_shape() local
346 Map<Vector3, int>::Element *e = unique_vertices.find(p_vertices_read[vs_vertex_index]); in set_trimesh_body_shape()
353 unique_vertices[p_vertices_read[vs_vertex_index]] = vertex_id = index++; in set_trimesh_body_shape()
/dports/devel/godot-tools/godot-3.2.3-stable/modules/bullet/
H A Dsoft_body_bullet.cpp338 Map<Vector3, int> unique_vertices; in set_trimesh_body_shape() local
346 Map<Vector3, int>::Element *e = unique_vertices.find(p_vertices_read[vs_vertex_index]); in set_trimesh_body_shape()
353 unique_vertices[p_vertices_read[vs_vertex_index]] = vertex_id = index++; in set_trimesh_body_shape()
/dports/graphics/wings/libigl-2.1.0/include/igl/copyleft/cgal/
H A DSelfIntersectMesh.h828 std::vector<typename DerivedF::Scalar> unique_vertices; in process_intersecting_boxes() local
831 unique_vertices, tmp1, tmp2); in process_intersecting_boxes()
832 std::for_each(unique_vertices.begin(), unique_vertices.end(), in process_intersecting_boxes()
/dports/science/py-phono3py/phono3py-1.22.3/phono3py/phonon3/
H A Dtriplets.py552 unique_vertices = thm.get_unique_tetrahedra_vertices()
555 len(unique_vertices) * len(triplets_at_q), dtype=bz_map.dtype)
559 np.array(j * unique_vertices, dtype='intc', order='C'),
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/libigl/igl/copyleft/cgal/
H A DSelfIntersectMesh.h833 std::vector<typename DerivedF::Scalar> unique_vertices; in process_intersecting_boxes() local
836 unique_vertices, tmp1, tmp2); in process_intersecting_boxes()
837 std::for_each(unique_vertices.begin(), unique_vertices.end(), in process_intersecting_boxes()
/dports/math/cgal/CGAL-5.3/include/CGAL/Polygon_mesh_processing/
H A Drepair_polygon_soup.h108 std::set<std::size_t, Comparer> unique_vertices(comp);
109 unique_vertices.insert(polygon.begin(), polygon.end());
111 return (unique_vertices.size() == polygon.size());
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/meshoptimizer/tools/
H A Dlodviewer.cpp257 …size_t unique_vertices = meshopt_generateVertexRemap(&remap[0], &result.indices[0], total_indices,… in parseGltf() local
262 result.vertices.resize(unique_vertices); in parseGltf()
H A Dgltfpack.cpp830 …size_t unique_vertices = meshopt_generateVertexRemapMulti(&remap[0], &mesh.indices[0], total_indic… in reindexMesh() local
831 assert(unique_vertices <= total_vertices); in reindexMesh()
840 mesh.streams[i].data.resize(unique_vertices); in reindexMesh()
892 …size_t unique_vertices = meshopt_optimizeVertexFetchRemap(&remap[0], &mesh.indices[0], mesh.indice… in optimizeMesh() local
893 assert(unique_vertices <= vertex_count); in optimizeMesh()
902 mesh.streams[i].data.resize(unique_vertices); in optimizeMesh()
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/meshoptimizer/tools/
H A Dlodviewer.cpp257 …size_t unique_vertices = meshopt_generateVertexRemap(&remap[0], &result.indices[0], total_indices,… in parseGltf() local
262 result.vertices.resize(unique_vertices); in parseGltf()
H A Dgltfpack.cpp830 …size_t unique_vertices = meshopt_generateVertexRemapMulti(&remap[0], &mesh.indices[0], total_indic… in reindexMesh() local
831 assert(unique_vertices <= total_vertices); in reindexMesh()
840 mesh.streams[i].data.resize(unique_vertices); in reindexMesh()
892 …size_t unique_vertices = meshopt_optimizeVertexFetchRemap(&remap[0], &mesh.indices[0], mesh.indice… in optimizeMesh() local
893 assert(unique_vertices <= vertex_count); in optimizeMesh()
902 mesh.streams[i].data.resize(unique_vertices); in optimizeMesh()
/dports/science/py-dipy/dipy-1.4.1/doc/release_notes/
H A Drelease0.6.rst116 * :ghpull:`34`: RF - replace _filter_peaks with unique_vertices
240 * :ghissue:`34`: RF - replace _filter_peaks with unique_vertices
/dports/math/p5-Graph/Graph-0.9725/lib/
H A DGraph.pm299 *unique_vertices = \&_vertices05;
1068 for my $v ($g->unique_vertices) {
1075 %v = map +($_ => $g->get_vertex_attributes($_) || {}), $g->unique_vertices;
1872 return [ [], {} ] unless my @v = $g->unique_vertices;
H A DGraph.pod1590 =item unique_vertices
1594 @uv = $g->unique_vertices; # unique
/dports/graphics/p5-GraphViz2/GraphViz2-2.66/lib/
H A DGraphViz2.pm636 for my $v (sort $g->unique_vertices) {