29 #ifndef __vtkIdTypeArray_h
30 #define __vtkIdTypeArray_h
33 #if !(defined(__vtkIdTypeArray_cxx) && defined(VTK_USE_64BIT_IDS)) && (defined(VTK_USE_64BIT_IDS) || !defined(__vtkIntArray_h))
34 # define VTK_DATA_ARRAY_TEMPLATE_TYPE vtkIdType
37 #include "vtkCommonCoreModule.h"
42 #define vtkDataArray vtkDataArrayTemplate<vtkIdType>
60 { this->RealSuperclass::GetTupleValue(i, tuple); }
66 { this->RealSuperclass::SetTupleValue(i, tuple); }
73 { this->RealSuperclass::InsertTupleValue(i, tuple); }
80 {
return this->RealSuperclass::InsertNextTupleValue(tuple); }
86 {
return this->RealSuperclass::GetValue(
id); }
93 { this->RealSuperclass::SetValue(
id, value); }
101 { this->RealSuperclass::SetNumberOfValues(number); }
107 { this->RealSuperclass::InsertValue(
id, f); }
114 {
return this->RealSuperclass::InsertNextValue(f); }
121 {
return this->RealSuperclass::GetValueRange(comp); }
124 { this->RealSuperclass::GetValueRange(range, comp); }
132 {
return this->RealSuperclass::GetValueRange(0); }
135 { this->RealSuperclass::GetValueRange(range, 0); }
150 {
return this->RealSuperclass::WritePointer(
id, number); }
157 {
return this->RealSuperclass::GetPointer(
id); }
168 { this->RealSuperclass::SetArray(array, size, save); }
170 { this->RealSuperclass::SetArray(array, size, save, deleteMethod); }
void SetTupleValue(vtkIdType i, const vtkIdType *tuple)
void GetTupleValue(vtkIdType i, vtkIdType *tuple)
Implementation template for vtkDataArray.
static vtkIdType GetDataTypeValueMax()
vtkIdType InsertNextValue(vtkIdType f)
vtkIdType GetValue(vtkIdType id)
dynamic, self-adjusting array of vtkIdType
void InsertValue(vtkIdType id, vtkIdType f)
void GetValueRange(vtkIdType range[2], int comp)
static vtkIdType GetDataTypeValueMin()
void InsertTupleValue(vtkIdType i, const vtkIdType *tuple)
a simple class to control print indentation
vtkIdType * GetValueRange(int comp)
abstract superclass for arrays of numeric data
void SetValue(vtkIdType id, vtkIdType value)
vtkIdType * GetPointer(vtkIdType id)
void SetArray(vtkIdType *array, vtkIdType size, int save)
vtkIdType * WritePointer(vtkIdType id, vtkIdType number)
void PrintSelf(ostream &os, vtkIndent indent)
void SetArray(vtkIdType *array, vtkIdType size, int save, int deleteMethod)
vtkIdType * GetValueRange()
void SetNumberOfValues(vtkIdType number)
vtkIdType InsertNextTupleValue(const vtkIdType *tuple)
void GetValueRange(vtkIdType range[2])