29 #ifndef __vtkIntArray_h
30 #define __vtkIntArray_h
33 #if !defined(__vtkIntArray_cxx) && (defined(VTK_USE_64BIT_IDS) || !defined(__vtkIdTypeArray_h))
34 # define VTK_DATA_ARRAY_TEMPLATE_TYPE int
41 #define vtkDataArray vtkDataArrayTemplate<int>
59 { this->RealSuperclass::GetTupleValue(i, tuple); }
65 { this->RealSuperclass::SetTupleValue(i, tuple); }
72 { this->RealSuperclass::InsertTupleValue(i, 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); }
120 {
return this->RealSuperclass::GetValueRange(comp); }
123 { this->RealSuperclass::GetValueRange(range, comp); }
131 {
return this->RealSuperclass::GetValueRange(0); }
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); }
void SetArray(int *array, vtkIdType size, int save)
Implementation template for vtkDataArray.
void GetValueRange(int range[2])
static int GetDataTypeValueMax()
int * GetValueRange(int comp)
void InsertTupleValue(vtkIdType i, const int *tuple)
void SetNumberOfValues(vtkIdType number)
void SetArray(int *array, vtkIdType size, int save, int deleteMethod)
int GetValue(vtkIdType id)
dynamic, self-adjusting array of int
int * GetPointer(vtkIdType id)
a simple class to control print indentation
abstract superclass for arrays of numeric data
void GetTupleValue(vtkIdType i, int *tuple)
void GetValueRange(int range[2], int comp)
int * WritePointer(vtkIdType id, vtkIdType number)
static int GetDataTypeValueMin()
void InsertValue(vtkIdType id, int f)
void save(Archiver &ar, const vtkVariant &variant, const unsigned int vtkNotUsed(version))
void PrintSelf(ostream &os, vtkIndent indent)
vtkIdType InsertNextValue(int f)
void SetValue(vtkIdType id, int value)
vtkIdType InsertNextTupleValue(const int *tuple)
void SetTupleValue(vtkIdType i, const int *tuple)