MCPcopy Create free account
hub / github.com/PyMesh/PyMesh / get_num_connected_volume_components

Method get_num_connected_volume_components

tools/MeshUtils/MeshChecker.cpp:175–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

173}
174
175size_t MeshChecker::get_num_connected_volume_components() const {
176 MeshSeparator separator(m_voxels);
177 separator.set_connectivity_type(MeshSeparator::VOXEL);
178 return separator.separate();
179}
180
181size_t MeshChecker::get_num_isolated_vertices() const {
182 const size_t num_vertices = m_vertices.rows();

Callers 2

num_volume_componentsMethod · 0.80
TEST_FFunction · 0.80

Calls 2

set_connectivity_typeMethod · 0.80
separateMethod · 0.80

Tested by 1

TEST_FFunction · 0.64