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