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