| void vtkCharArray (int ) |
| void vtkCharArray () |
| static vtkCharArray *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 *) |
| void Squeeze () |
| float GetComponent (const int ,const int ) |
| void SetComponent (const int ,const int ,const float ) |
| void InsertComponent (const int ,const int ,const float ) |
| char GetValue (const int ) |
| void SetValue (const int ,const char ) |
| void SetNumberOfValues (const int ) |
| char *WritePointer (const int ,const int ) |
| void InsertValue (const int ,const char ) |
| int InsertNextValue (const char ) |
| void *GetVoidPointer (const int ) |
| char *GetPointer (const int ) |
| void DeepCopy (vtkDataArray *) |
| void SetArray (char * ,int ,int ) |
| void DeepCopy (vtkDataArray &) |
| char *Resize (const int ) |