Home
last modified time | relevance | path

Searched refs:edges_hash (Results 1 – 6 of 6) sorted by relevance

/dports/devel/py-trimesh/trimesh-3.5.25/trimesh/
H A Dgraph.py528 edges_hash=None): argument
551 if edges_hash is None:
552 edges_hash = grouping.hashable_rows(
562 contained = np.in1d(trav_hash, edges_hash)
592 if close in edges_hash:
599 def fill_traversals(traversals, edges, edges_hash=None): argument
630 if edges_hash is None:
631 edges_hash = grouping.hashable_rows(edges)
640 edges_hash=edges_hash))
/dports/math/cgal/CGAL-5.3/include/CGAL/Boolean_set_operations_2/
H A DGps_bfs_join_visitor.h38 Gps_bfs_join_visitor(Edges_hash* edges_hash, Faces_hash* faces_hash, unsigned int n_pgn): in Gps_bfs_join_visitor() argument
39 Base(edges_hash, faces_hash, n_pgn) in Gps_bfs_join_visitor()
H A DGps_bfs_intersection_visitor.h41 Gps_bfs_intersection_visitor(Edges_hash* edges_hash, in Gps_bfs_intersection_visitor() argument
44 Base(edges_hash, faces_hash, n_polygons) in Gps_bfs_intersection_visitor()
H A DGps_bfs_base_visitor.h48 Gps_bfs_base_visitor(Edges_hash* edges_hash, in Gps_bfs_base_visitor() argument
51 m_edges_hash(edges_hash), in Gps_bfs_base_visitor()
H A DGps_bfs_xor_visitor.h38 Gps_bfs_xor_visitor(Edges_hash* edges_hash, Faces_hash* faces_hash, in Gps_bfs_xor_visitor() argument
40 Base(edges_hash, faces_hash, n_pgn) in Gps_bfs_xor_visitor()
/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/intern/
H A Dmesh.c1997 EdgeHash *edges_hash = BLI_edgehash_new_ex(__func__, num_edges); in split_faces_prepare_new_edges() local
2005 if (!BLI_edgehash_ensure_p(edges_hash, ml_prev->v, ml->v, &eval)) { in split_faces_prepare_new_edges()
2041 BLI_edgehash_free(edges_hash, NULL); in split_faces_prepare_new_edges()