C++ Reference: class RevBitMatrix
Note: This documentation is automatically generated.
Matrix version of the RevBitSet class.Method | |
---|---|
Cardinality | Return type: Arguments: Returns the number of bits set to one in the 'row' row. |
ClearAll | Return type: Arguments: Cleans all bits. |
GetFirstBit | Return type: Arguments: Returns the first bit in the row 'row' which position is >= 'start'. It returns -1 if there are none. |
IsCardinalityOne | Return type: Arguments: Does the 'row' bitset contains only one bit set? |
IsCardinalityZero | Return type: Arguments: Is bitset of row 'row' null? |
IsSet | Return type: Arguments: Returns whether the 'column' bit in the 'row' row is set. |
RevBitMatrix | Arguments: |
~RevBitMatrix | |
SetToOne | Return type: Arguments: Sets the 'column' bit in the 'row' row. |
SetToZero | Return type: Arguments: Erases the 'column' bit in the 'row' row. |