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