23 #ifndef __vtkUnsignedLongLongArray_h
24 #define __vtkUnsignedLongLongArray_h
27 #if !defined(__vtkUnsignedLongLongArray_cxx)
28 # define VTK_DATA_ARRAY_TEMPLATE_TYPE unsigned long long
31 #include "vtkCommonCoreModule.h"
36 #define vtkDataArray vtkDataArrayTemplate<unsigned long long>
54 { this->RealSuperclass::GetTupleValue(i, tuple); }
60 { this->RealSuperclass::SetTupleValue(i, tuple); }
67 { this->RealSuperclass::InsertTupleValue(i, tuple); }
74 {
return this->RealSuperclass::InsertNextTupleValue(tuple); }
80 {
return this->RealSuperclass::GetValue(
id); }
87 { this->RealSuperclass::SetValue(
id, value); }
95 { this->RealSuperclass::SetNumberOfValues(number); }
101 { this->RealSuperclass::InsertValue(
id, f); }
108 {
return this->RealSuperclass::InsertNextValue(f); }
115 {
return this->RealSuperclass::GetValueRange(comp); }
118 { this->RealSuperclass::GetValueRange(range, comp); }
126 {
return this->RealSuperclass::GetValueRange(0); }
129 { this->RealSuperclass::GetValueRange(range, 0); }
144 {
return this->RealSuperclass::WritePointer(
id, number); }
151 {
return this->RealSuperclass::GetPointer(
id); }
162 { this->RealSuperclass::SetArray(array, size, save); }
164 { 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 save(Archiver &ar, const vtkUnicodeString &str, const unsigned int vtkNotUsed(version))
void InsertTupleValue(vtkIdType i, const unsigned long long *tuple)
vtkIdType InsertNextValue(unsigned long long f)
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()