vtkVoidArray - dynamic, self-adjusting array of void* pointers
Super Class: vtkDataArray
Description:
vtkVoidArray is an array of pointers to void. It provides methods for insertion and retrieval of these pointers values, and will automatically resize itself to hold new data.
Methods:
| void vtkVoidArray () | |
| void vtkVoidArray () | |
| static vtkVoidArray *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 () | |
| void *GetValue (const int ) | |
| void SetNumberOfValues (const int ) | |
| void SetValue (const int ,void *) | |
| void InsertValue (const int ,void *) | |
| int InsertNextValue (void *) | |
| void GetPointer (const int ) | |
| void *GetVoidPointer (const int ) | |
| void WritePointer (const int ,const int ) | |
| void DeepCopy (vtkDataArray *) | |
| void DeepCopy (vtkDataArray &) | |
| void Resize (const int ) |
Detailed Method Descriptions:
![]()
| 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 () |
![]()
| void *GetValue (const int ) |
![]()
| void SetNumberOfValues (const int ) |
![]()
| void SetValue (const int ,void *) |
![]()
| void InsertValue (const int ,void *) |
![]()
| int InsertNextValue (void *) |
![]()
| void GetPointer (const int ) | |
| void *GetVoidPointer (const int ) |
![]()
| void WritePointer (const int ,const int ) |
![]()
| void DeepCopy (vtkDataArray *) |
![]()