MCPcopy 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
91int Mesh::get_vertex_per_voxel() const {
92 return m_geometry->get_vertex_per_voxel();
93}
94
95void Mesh::enable_connectivity() {
96 enable_vertex_connectivity();

Callers 15

getNodePerElementMethod · 0.45
verify_voxel_meshMethod · 0.45
adaptMethod · 0.45
adapt_boundaryMethod · 0.45
check_meshMethod · 0.45
cut_with_face_labelsMethod · 0.45
cut_along_edgesMethod · 0.45

Calls

no outgoing calls

Tested by 10

TEST_FFunction · 0.36
scale_meshMethod · 0.36
TEST_FFunction · 0.36
createMethod · 0.36
copy_mesh_dataMethod · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
write_and_load_rawMethod · 0.36
validate_centroidMethod · 0.36