Public Member Functions | |
| BitMask (int rows, int cols) | |
| BitMask (const BitMask &bits) | |
| BitMask & | operator= (const BitMask &bits) |
| void | Set (int row, int col) |
| bool | IsSet (int row, int col) |
| void | Clear (int row, int col) |
| void | Clear () |
| virtual void | ValidateMem () const |
| virtual void | CheckMem () const |
Protected Member Functions | |
| void | GetByteBit (int row, int col, int *bytenum, int *bytebit) |
Protected Attributes | |
| int | m_rows |
| int | m_cols |
| int | m_size |
| byte * | m_bits |
Definition at line 29 of file BitMask.h.