#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 |
( |
| ) |
|
|
inline |
| void ArrayList::Interpolate |
( |
int |
numWeights, |
|
|
const vtkIdType * |
ids, |
|
|
const double * |
weights, |
|
|
vtkIdType |
outId |
|
) |
| |
|
inline |
| void ArrayList::WeightedAverage |
( |
int |
numPts, |
|
|
const vtkIdType * |
ids, |
|
|
const double * |
weights, |
|
|
vtkIdType |
outId |
|
) |
| |
|
inline |
| void ArrayList::AssignNullValue |
( |
vtkIdType |
outId | ) |
|
|
inline |
The documentation for this struct was generated from the following file: