23 #ifndef __vtk__Int64Array_h
24 #define __vtk__Int64Array_h
27 #if !defined(__vtk__Int64Array_cxx)
28 # define VTK_DATA_ARRAY_TEMPLATE_TYPE __int64
31 #include "vtkCommonCoreModule.h"
36 #define vtkDataArray vtkDataArrayTemplate<__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); }
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 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)