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