29 #ifndef __vtkUnsignedCharArray_h
30 #define __vtkUnsignedCharArray_h
33 #if !defined(__vtkUnsignedCharArray_cxx)
34 # define VTK_DATA_ARRAY_TEMPLATE_TYPE unsigned char
41 #define vtkDataArray vtkDataArrayTemplate<unsigned char>
58 void GetTupleValue(
vtkIdType i,
unsigned char* tuple)
59 { this->RealSuperclass::GetTupleValue(i, tuple); }
64 void SetTupleValue(
vtkIdType i,
const unsigned char* tuple)
65 { this->RealSuperclass::SetTupleValue(i, tuple); }
71 void InsertTupleValue(
vtkIdType i,
const unsigned char* tuple)
72 { this->RealSuperclass::InsertTupleValue(i, tuple); }
78 vtkIdType InsertNextTupleValue(
const unsigned char* tuple)
79 {
return this->RealSuperclass::InsertNextTupleValue(tuple); }
85 {
return this->RealSuperclass::GetValue(
id); }
92 { this->RealSuperclass::SetValue(
id, value); }
100 { this->RealSuperclass::SetNumberOfValues(number); }
106 { this->RealSuperclass::InsertValue(
id, f); }
113 {
return this->RealSuperclass::InsertNextValue(f); }
119 unsigned char *GetValueRange(
int comp)
120 {
return this->RealSuperclass::GetValueRange(comp); }
122 void GetValueRange(
unsigned char range[2],
int comp)
123 { this->RealSuperclass::GetValueRange(range, comp); }
130 unsigned char *GetValueRange()
131 {
return this->RealSuperclass::GetValueRange(0); }
133 void GetValueRange(
unsigned char range[2])
134 { this->RealSuperclass::GetValueRange(range, 0); }
149 {
return this->RealSuperclass::WritePointer(
id, number); }
156 {
return this->RealSuperclass::GetPointer(
id); }
167 { this->RealSuperclass::SetArray(array, size, save); }
169 { this->RealSuperclass::SetArray(array, size, save, deleteMethod); }