#include <XnBitSet.h>
List of all members.
Constructor & Destructor Documentation
Member Function Documentation
Clears data in this bitset and sets size to 0.
- Returns:
- The raw data of this bitset as a buffer of dwords.
- Returns:
- The raw data of this bitset as a buffer of dwords. Allows modification of underlying data.
- Returns:
- size in bits of this bitset.
- Returns:
- TRUE if this bitset is empty, FALSE otherwise.
- Returns:
- the value of the bit specified by nIndex.
Reserves space in this bitset for the specified number of bits. This saves you re-allocations and data copies if you know the size in advance.
Sets the bit at nIndex to bValue.
Copies raw data from a buffer of dwords to this bitset.
Copies raw data from a buffer of bytes to this bitset.
Sets the size of the bitset to the specified number of bits and sets them all to 0.
The documentation for this class was generated from the following file: