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