Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MeshInspector/MeshLib
/ count
Method
count
source/MRMesh/MRBitSet.cpp:27–33 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
25
}
26
27
auto BitSet::count() const noexcept -> size_type
28
{
29
size_type res = 0;
30
for ( const auto b : blocks_ )
31
res += std::popcount( b );
32
return res;
33
}
34
35
void BitSet::setUnusedBits_()
36
{
Callers
15
test_numpy_conversions
Function · 0.80
test_fix_undercuts
Function · 0.80
test_fix_tunnels
Function · 0.80
test_self_intersections
Function · 0.80
test_delete_faces
Function · 0.80
test_segmentation
Function · 0.80
test_ValidFacesIteration
Function · 0.80
test_select_components
Function · 0.80
test_subdivider
Function · 0.80
test_point_cloud_triangulation
Function · 0.80
test_shrink_expand
Function · 0.80
test_numpy_pointsbuild1
Function · 0.80
Calls
no outgoing calls
Tested by
15
test_numpy_conversions
Function · 0.64
test_fix_undercuts
Function · 0.64
test_fix_tunnels
Function · 0.64
test_self_intersections
Function · 0.64
test_delete_faces
Function · 0.64
test_segmentation
Function · 0.64
test_ValidFacesIteration
Function · 0.64
test_select_components
Function · 0.64
test_subdivider
Function · 0.64
test_point_cloud_triangulation
Function · 0.64
test_shrink_expand
Function · 0.64
test_numpy_pointsbuild1
Function · 0.64