vtkDoubleArray - dynamic, self-adjusting double precision array
Super Class: vtkDataArray
Description:
vtkDoubleArray is an array of double precision numbers. It provides methods for insertion and retrieval of double precision values, and will automatically resize itself to hold new data.
Methods:
void vtkDoubleArray (int ) | |
void vtkDoubleArray () | |
static vtkDoubleArray *New () | |
const char *GetClassName () | |
void PrintSelf (unknown & ,vtkIndent ) | |
int Allocate (const int ,const int ) | |
void Initialize () | |
vtkDataArray *MakeObject () | |
int GetDataType () | |
void SetNumberOfTuples (const int ) | |
float *GetTuple (const int ) | |
void GetTuple (const int ,float *) | |
void SetTuple (const int ,const float *) | |
void InsertTuple (const int ,const float *) | |
int InsertNextTuple (const float *) | |
void Squeeze () | |
double GetValue (const int ) | |
void SetValue (const int ,const double ) | |
void SetNumberOfValues (const int ) | |
void InsertValue (const int ,const double ) | |
int InsertNextValue (const double ) | |
double *WritePointer (const int ,const int ) | |
double *GetPointer (const int ) | |
void *GetVoidPointer (const int ) | |
void DeepCopy (vtkDataArray *) | |
void SetArray (double * ,int ,int ) | |
void DeepCopy (vtkDataArray &) | |
double *Resize (const int ) |
Detailed Method Descriptions:
int Allocate (const int ,const int ) |
void Initialize () |
vtkDataArray *MakeObject () |
int GetDataType () |
void SetNumberOfTuples (const int ) |
float *GetTuple (const int ) |
void GetTuple (const int ,float *) |
void SetTuple (const int ,const float *) |
void InsertTuple (const int ,const float *) |
int InsertNextTuple (const float *) |
void Squeeze () |
double GetValue (const int ) | |
void SetValue (const int ,const double ) |
void SetNumberOfValues (const int ) |
void InsertValue (const int ,const double ) |
int InsertNextValue (const double ) |
double *WritePointer (const int ,const int ) |
double *GetPointer (const int ) | |
void *GetVoidPointer (const int ) |
void DeepCopy (vtkDataArray *) |
void SetArray (double * ,int ,int ) |