23 #ifndef __vtkUnsignedLongLongArray_h
24 #define __vtkUnsignedLongLongArray_h
27 #if !defined(__vtkUnsignedLongLongArray_cxx)
28 # define VTK_DATA_ARRAY_TEMPLATE_TYPE unsigned long long
35 #define vtkDataArray vtkDataArrayTemplate<unsigned long long>
53 { this->RealSuperclass::GetTupleValue(i, tuple); }
59 { this->RealSuperclass::SetTupleValue(i, tuple); }
66 { this->RealSuperclass::InsertTupleValue(i, tuple); }
73 {
return this->RealSuperclass::InsertNextTupleValue(tuple); }
79 {
return this->RealSuperclass::GetValue(
id); }
86 { this->RealSuperclass::SetValue(
id, value); }
94 { this->RealSuperclass::SetNumberOfValues(number); }
100 { this->RealSuperclass::InsertValue(
id, f); }
107 {
return this->RealSuperclass::InsertNextValue(f); }
114 {
return this->RealSuperclass::GetValueRange(comp); }
117 { this->RealSuperclass::GetValueRange(range, comp); }
125 {
return this->RealSuperclass::GetValueRange(0); }
128 { this->RealSuperclass::GetValueRange(range, 0); }
143 {
return this->RealSuperclass::WritePointer(
id, number); }
150 {
return this->RealSuperclass::GetPointer(
id); }
161 { this->RealSuperclass::SetArray(array, size, save); }
163 { this->RealSuperclass::SetArray(array, size, save, deleteMethod); }
dynamic, self-adjusting array of unsigned long long
void SetArray(unsigned long long *array, vtkIdType size, int save)
Implementation template for vtkDataArray.
unsigned long long * GetValueRange(int comp)
void InsertValue(vtkIdType id, unsigned long long f)
void SetArray(unsigned long long *array, vtkIdType size, int save, int deleteMethod)
void SetValue(vtkIdType id, unsigned long long value)
vtkIdType InsertNextTupleValue(const unsigned long long *tuple)
unsigned long long * WritePointer(vtkIdType id, vtkIdType number)
void SetNumberOfValues(vtkIdType number)
a simple class to control print indentation
void GetValueRange(unsigned long long range[2])
void SetTupleValue(vtkIdType i, const unsigned long long *tuple)
abstract superclass for arrays of numeric data
void GetTupleValue(vtkIdType i, unsigned long long *tuple)
void GetValueRange(unsigned long long range[2], int comp)
void InsertTupleValue(vtkIdType i, const unsigned long long *tuple)
vtkIdType InsertNextValue(unsigned long long f)
void save(Archiver &ar, const vtkVariant &variant, const unsigned int vtkNotUsed(version))
static unsigned long long GetDataTypeValueMax()
unsigned long long * GetPointer(vtkIdType id)
void PrintSelf(ostream &os, vtkIndent indent)
unsigned long long GetValue(vtkIdType id)
unsigned long long * GetValueRange()
#define VTK_UNSIGNED_LONG_LONG
static unsigned long long GetDataTypeValueMin()