Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MeshInspector/MeshLib
/ any
Method
any
source/MRMesh/MRBitSet.cpp:8–14 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6
{
7
8
bool BitSet::any() const
9
{
10
for ( const auto b : blocks_ )
11
if ( b )
12
return true;
13
return false;
14
}
15
16
bool BitSet::all() const
17
{
Callers
15
TEST
Function · 0.45
isAvailable
Method · 0.45
isPressedAny
Method · 0.45
preMouseDown_
Method · 0.45
calcBox_
Method · 0.45
onMouseUp_
Method · 0.45
drawCloneSelectionButton
Method · 0.45
calcAndBindLength_
Method · 0.45
update_
Method · 0.45
loadVertNormalsBuffer_
Method · 0.45
fillNest_
Method · 0.45
rebuildMesh
Function · 0.45
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.36