29 #ifndef __vtkDoubleArray_h
30 #define __vtkDoubleArray_h
33 #if !defined(__vtkDoubleArray_cxx)
34 # define VTK_DATA_ARRAY_TEMPLATE_TYPE double
41 #define vtkDataArray vtkDataArrayTemplate<double>
59 { this->RealSuperclass::GetTupleValue(i, tuple); }
65 { this->RealSuperclass::SetTupleValue(i, tuple); }
72 { this->RealSuperclass::InsertTupleValue(i, tuple); }
79 {
return this->RealSuperclass::InsertNextTupleValue(tuple); }
85 {
return this->RealSuperclass::GetValue(
id); }
92 { this->RealSuperclass::SetValue(
id, value); }
100 { this->RealSuperclass::SetNumberOfValues(number); }
106 { this->RealSuperclass::InsertValue(
id, f); }
113 {
return this->RealSuperclass::InsertNextValue(f); }
120 {
return this->RealSuperclass::GetValueRange(comp); }
123 { this->RealSuperclass::GetValueRange(range, comp); }
131 {
return this->RealSuperclass::GetValueRange(0); }
134 { this->RealSuperclass::GetValueRange(range, 0); }
149 {
return this->RealSuperclass::WritePointer(
id, number); }
156 {
return this->RealSuperclass::GetPointer(
id); }
167 { this->RealSuperclass::SetArray(array, size, save); }
169 { this->RealSuperclass::SetArray(array, size, save, deleteMethod); }
vtkIdType InsertNextTupleValue(const double *tuple)
Implementation template for vtkDataArray.
void SetNumberOfValues(vtkIdType number)
double GetValue(vtkIdType id)
void InsertTupleValue(vtkIdType i, const double *tuple)
void SetArray(double *array, vtkIdType size, int save, int deleteMethod)
double * GetValueRange(int comp)
void SetArray(double *array, vtkIdType size, int save)
vtkIdType InsertNextValue(double f)
dynamic, self-adjusting array of double
static double GetDataTypeValueMin()
static double GetDataTypeValueMax()
void GetValueRange(double range[2], int comp)
a simple class to control print indentation
void InsertValue(vtkIdType id, double f)
abstract superclass for arrays of numeric data
void SetValue(vtkIdType id, double value)
double * WritePointer(vtkIdType id, vtkIdType number)
void SetTupleValue(vtkIdType i, const double *tuple)
void GetValueRange(double range[2])
void save(Archiver &ar, const vtkVariant &variant, const unsigned int vtkNotUsed(version))
double * GetPointer(vtkIdType id)
void PrintSelf(ostream &os, vtkIndent indent)
void GetTupleValue(vtkIdType i, double *tuple)