Public Member Functions | |
| VertBitSet () | |
| Public Member Functions inherited from BitSet | |
| BitSet () | |
| number | size () |
| number | count () |
| computes the number of set bits in the whole set | |
| boolean | empty () |
| boolean | test (number n) |
| void | set (number n, boolean val) |
| void | resize (number numBits, boolean fillValue) |
| number | find_first () |
| return the smallest index i such that bit i is set, or npos if *this has no on bits. | |
| number | find_last () |
| return the highest index i such that bit i is set, or npos if *this has no on bits. | |
| Uint32Array | toIndices () |
Static Public Member Functions | |
| static VertBitSet | fromIndices (readonly number indices) |
| Static Public Member Functions inherited from BitSet | |
| static BitSet | fromIndices (readonly number indices) |
| VertBitSet::VertBitSet | ( | ) |
|
static |