Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PyMesh/PyMesh
/ get_vertex_per_voxel
Method
get_vertex_per_voxel
src/Mesh.cpp:91–93 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
89
}
90
91
int Mesh::get_vertex_per_voxel() const {
92
return m_geometry->get_vertex_per_voxel();
93
}
94
95
void Mesh::enable_connectivity() {
96
enable_vertex_connectivity();
Callers
15
getNodePerElement
Method · 0.45
verify_voxel_mesh
Method · 0.45
adapt
Method · 0.45
adapt_boundary
Method · 0.45
check_mesh
Method · 0.45
get_3D_tiling_operators
Method · 0.45
cut_with_face_labels
Method · 0.45
cut_at_uv_discontinuity
Method · 0.45
cut_along_edges
Method · 0.45
convert_vertex_attribute_to_voxel_attribute
Function · 0.45
convert_voxel_attribute_to_vertex_attribute
Function · 0.45
convert_voxel_attribute_to_face_attribute
Function · 0.45
Calls
no outgoing calls
Tested by
10
TEST_F
Function · 0.36
scale_mesh
Method · 0.36
TEST_F
Function · 0.36
create
Method · 0.36
copy_mesh_data
Method · 0.36
TEST_F
Function · 0.36
TEST_F
Function · 0.36
TEST_F
Function · 0.36
write_and_load_raw
Method · 0.36
validate_centroid
Method · 0.36