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