MeshLib JavaScript Docs
Loading...
Searching...
No Matches
Inheritance diagram for VertBitSet:

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)

Constructor & Destructor Documentation

◆ VertBitSet()

VertBitSet::VertBitSet ( )

Member Function Documentation

◆ fromIndices()

VertBitSet VertBitSet::fromIndices ( readonly number indices)
static

The documentation for this class was generated from the following file: