26 #ifndef __vtkUnsignedIntArray_h
27 #define __vtkUnsignedIntArray_h
30 #if !defined(__vtkUnsignedIntArray_cxx)
31 # define VTK_DATA_ARRAY_TEMPLATE_TYPE unsigned int
38 #define vtkDataArray vtkDataArrayTemplate<unsigned int>
56 { this->RealSuperclass::GetTupleValue(i, tuple); }
62 { this->RealSuperclass::SetTupleValue(i, tuple); }
69 { this->RealSuperclass::InsertTupleValue(i, tuple); }
76 {
return this->RealSuperclass::InsertNextTupleValue(tuple); }
82 {
return this->RealSuperclass::GetValue(
id); }
89 { this->RealSuperclass::SetValue(
id, value); }
97 { this->RealSuperclass::SetNumberOfValues(number); }
103 { this->RealSuperclass::InsertValue(
id, f); }
110 {
return this->RealSuperclass::InsertNextValue(f); }
117 {
return this->RealSuperclass::GetValueRange(comp); }
120 { this->RealSuperclass::GetValueRange(range, comp); }
128 {
return this->RealSuperclass::GetValueRange(0); }
131 { this->RealSuperclass::GetValueRange(range, 0); }
146 {
return this->RealSuperclass::WritePointer(
id, number); }
153 {
return this->RealSuperclass::GetPointer(
id); }
164 { this->RealSuperclass::SetArray(array, size, save); }
166 { this->RealSuperclass::SetArray(array, size, save, deleteMethod); }
vtkIdType InsertNextValue(unsigned int f)
unsigned int * WritePointer(vtkIdType id, vtkIdType number)
static unsigned int GetDataTypeValueMin()
dynamic, self-adjusting array of unsigned int
Implementation template for vtkDataArray.
void GetTupleValue(vtkIdType i, unsigned int *tuple)
static unsigned int GetDataTypeValueMax()
void SetArray(unsigned int *array, vtkIdType size, int save, int deleteMethod)
#define VTK_UNSIGNED_INT_MIN
vtkIdType InsertNextTupleValue(const unsigned int *tuple)
void SetNumberOfValues(vtkIdType number)
a simple class to control print indentation
abstract superclass for arrays of numeric data
void SetTupleValue(vtkIdType i, const unsigned int *tuple)
unsigned int GetValue(vtkIdType id)
#define VTK_UNSIGNED_INT_MAX
unsigned int * GetPointer(vtkIdType id)
void InsertTupleValue(vtkIdType i, const unsigned int *tuple)
void InsertValue(vtkIdType id, unsigned int f)
void save(Archiver &ar, const vtkVariant &variant, const unsigned int vtkNotUsed(version))
void SetValue(vtkIdType id, unsigned int value)
unsigned int * GetValueRange(int comp)
void PrintSelf(ostream &os, vtkIndent indent)
void GetValueRange(unsigned int range[2], int comp)
void GetValueRange(unsigned int range[2])
void SetArray(unsigned int *array, vtkIdType size, int save)
unsigned int * GetValueRange()