#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) |
|
vtkAbstractArray * | AddArrayPair (vtkIdType numTuples, vtkAbstractArray *inArray, vtkStdString &outArrayName, double nullValue, vtkTypeBool promote) |
|
void | ExcludeArray (vtkAbstractArray *da) |
|
vtkTypeBool | IsExcluded (vtkAbstractArray *da) |
|
void | Copy (vtkIdType inId, vtkIdType outId) |
|
void | Interpolate (int numWeights, const vtkIdType *ids, const double *weights, vtkIdType outId) |
|
void | Average (int numPts, const vtkIdType *ids, vtkIdType outId) |
|
void | WeightedAverage (int numPts, 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 284 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 |
◆ Average()
◆ WeightedAverage()
void ArrayList::WeightedAverage |
( |
int | numPts, |
|
|
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: