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