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
31 #include "vtkCommonCoreModule.h"
36 #define vtkDataArray vtkDataArrayTemplate<unsigned __int64>
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); }
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 save(Archiver &ar, const vtkUnicodeString &str, const unsigned int vtkNotUsed(version))
void GetValueRange(unsigned __int64 range[2])
void SetValue(vtkIdType id, unsigned __int64 value)
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)