#include <vtkArrayListTemplate.h>
|  | 
| void | AddArrays (vtkIdType numOutPts, vtkDataSetAttributes *inPD, vtkDataSetAttributes *outPD, double nullValue=0.0, vtkTypeBool promote=true) | 
|  | 
| void | AddSelfInterpolatingArrays (vtkIdType numOutPts, vtkDataSetAttributes *attr, double nullValue=0.0) | 
|  | 
| vtkDataArray * | AddArrayPair (vtkIdType numTuples, vtkDataArray *inArray, vtkStdString &outArrayName, double nullValue, vtkTypeBool promote) | 
|  | 
| void | ExcludeArray (vtkDataArray *da) | 
|  | 
| vtkTypeBool | IsExcluded (vtkDataArray *da) | 
|  | 
| void | Copy (vtkIdType inId, vtkIdType outId) | 
|  | 
| void | Interpolate (int numWeights, const vtkIdType *ids, const double *weights, vtkIdType outId) | 
|  | 
| void | InterpolateEdge (vtkIdType v0, vtkIdType v1, double t, vtkIdType outId) | 
|  | 
| void | AssignNullValue (vtkIdType outId) | 
|  | 
| void | Realloc (vtkIdType sze) | 
|  | 
|  | ~ArrayList () | 
|  | 
| vtkIdType | GetNumberOfArrays () | 
|  | 
Definition at line 222 of file vtkArrayListTemplate.h.
 
◆ ~ArrayList()
  
  | 
        
          | ArrayList::~ArrayList | ( |  | ) |  |  | inline | 
 
 
◆ AddArrays()
◆ AddSelfInterpolatingArrays()
◆ AddArrayPair()
◆ ExcludeArray()
◆ IsExcluded()
◆ Copy()
◆ Interpolate()
  
  | 
        
          | void ArrayList::Interpolate | ( | int | numWeights, |  
          |  |  | const vtkIdType * | ids, |  
          |  |  | const double * | weights, |  
          |  |  | vtkIdType | outId |  
          |  | ) |  |  |  | inline | 
 
 
◆ InterpolateEdge()
◆ AssignNullValue()
  
  | 
        
          | void ArrayList::AssignNullValue | ( | vtkIdType | outId | ) |  |  | inline | 
 
 
◆ Realloc()
◆ GetNumberOfArrays()
◆ Arrays
◆ ExcludedArrays
The documentation for this struct was generated from the following file: