#include <c4d_posemorphtagdata.h>
Public Member Functions | |
| CASelectBitArray () | |
| ~CASelectBitArray () | |
| Bool | Select (Int32 i) |
| Bool | SelectAll (Int32 max) |
| Bool | SelectBlock (UInt32 min, UInt32 max) |
| void | DeselectAll () |
| Bool | IsSelected (Int32 i) const |
| Bool | Read (HyperFile *hf) |
| Bool | Write (HyperFile *hf) |
| Bool | CopyTo (CASelectBitArray *dst) const |
Private Member Functions | |
| Bool | SetElements (UInt32 e) |
Private Attributes | |
| UInt32 | m_gCount |
| UInt32 | m_sCount |
| UInt32 | m_TotalElements |
| UInt32 * | m_pBits |
| UInt32 | m_TopElement |
| Int32 | m_Top |
Private.
| CASelectBitArray | ( | ) |
| ~CASelectBitArray | ( | ) |
| void DeselectAll | ( | ) |
| Bool CopyTo | ( | CASelectBitArray * | dst | ) | const |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |