vtkBitArray - dynamic, self-adjusting array of bits
Super Class: vtkDataArray
Description:
vtkBitArray is an array of bits (0/1 data value). The array is packed so that each byte stores eight bits. vtkBitArray provides methods for insertion and retrieval of bits, and will automatically resize itself to hold new data.
Methods:
void vtkBitArray (int ) | |
void vtkBitArray () | |
static vtkBitArray *New () | |
const char *GetClassName () | |
void PrintSelf (unknown & ,vtkIndent ) | |
int Allocate (const int ,const int ) | |
void Initialize () | |
vtkDataArray *MakeObject () | |
int GetDataType () | |
void SetNumberOfTuples (const int ) | |
float *GetTuple (const int ) | |
void GetTuple (const int ,float *) | |
void SetTuple (const int ,const float *) | |
void InsertTuple (const int ,const float *) | |
int InsertNextTuple (const float *) | |
void Squeeze () | |
int GetValue (const int ) | |
void SetNumberOfValues (const int ) | |
void SetValue (const int ,const int ) | |
void InsertValue (const int ,const int ) | |
int InsertNextValue (const int ) | |
unsigned char *GetPointer (const int ) | |
unsigned char *WritePointer (const int ,const int ) | |
void *GetVoidPointer (const int ) | |
void DeepCopy (vtkDataArray *) | |
void SetArray (unsigned char * ,int ,int ) | |
void DeepCopy (vtkBitArray &) | |
unsigned char *Resize (const int ) |
Detailed Method Descriptions:
int Allocate (const int ,const int ) |
void Initialize () |
void SetNumberOfTuples (const int ) |
float *GetTuple (const int ) |
void GetTuple (const int ,float *) |
void SetTuple (const int ,const float *) |
void InsertTuple (const int ,const float *) |
int InsertNextTuple (const float *) |
void Squeeze () |
int GetValue (const int ) |
void SetNumberOfValues (const int ) |
void SetValue (const int ,const int ) |
void InsertValue (const int ,const int ) | |
int InsertNextValue (const int ) |
unsigned char *GetPointer (const int ) | |
unsigned char *WritePointer (const int ,const int ) | |
void *GetVoidPointer (const int ) |
void DeepCopy (vtkDataArray *) |
void SetArray (unsigned char * ,int ,int ) |