26 #ifndef __vtkUnsignedLongArray_h
27 #define __vtkUnsignedLongArray_h
30 #if !defined(__vtkUnsignedLongArray_cxx)
31 # define VTK_DATA_ARRAY_TEMPLATE_TYPE unsigned long
38 #define vtkDataArray vtkDataArrayTemplate<unsigned long>
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); }
static unsigned long GetDataTypeValueMax()
Implementation template for vtkDataArray.
static unsigned long GetDataTypeValueMin()
unsigned long GetValue(vtkIdType id)
void SetArray(unsigned long *array, vtkIdType size, int save)
unsigned long * GetValueRange()
void GetValueRange(unsigned long range[2])
vtkIdType InsertNextTupleValue(const unsigned long *tuple)
unsigned long * WritePointer(vtkIdType id, vtkIdType number)
#define VTK_UNSIGNED_LONG_MAX
void SetArray(unsigned long *array, vtkIdType size, int save, int deleteMethod)
unsigned long * GetValueRange(int comp)
void SetTupleValue(vtkIdType i, const unsigned long *tuple)
void SetNumberOfValues(vtkIdType number)
#define VTK_UNSIGNED_LONG_MIN
a simple class to control print indentation
abstract superclass for arrays of numeric data
dynamic, self-adjusting array of unsigned long
void InsertValue(vtkIdType id, unsigned long f)
void save(Archiver &ar, const vtkVariant &variant, const unsigned int vtkNotUsed(version))
vtkIdType InsertNextValue(unsigned long f)
void GetTupleValue(vtkIdType i, unsigned long *tuple)
void SetValue(vtkIdType id, unsigned long value)
void PrintSelf(ostream &os, vtkIndent indent)
#define VTK_UNSIGNED_LONG
void GetValueRange(unsigned long range[2], int comp)
void InsertTupleValue(vtkIdType i, const unsigned long *tuple)
unsigned long * GetPointer(vtkIdType id)