MCPcopy 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
8bool BitSet::any() const
9{
10 for ( const auto b : blocks_ )
11 if ( b )
12 return true;
13 return false;
14}
15
16bool BitSet::all() const
17{

Callers 15

TESTFunction · 0.45
isAvailableMethod · 0.45
isPressedAnyMethod · 0.45
preMouseDown_Method · 0.45
calcBox_Method · 0.45
onMouseUp_Method · 0.45
calcAndBindLength_Method · 0.45
update_Method · 0.45
fillNest_Method · 0.45
rebuildMeshFunction · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36