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