#include <vtkArrayListTemplate.h>
|
| void | AddArrays (vtkIdType numOutPts, vtkDataSetAttributes *inPD, vtkDataSetAttributes *outPD, double nullValue=0.0, bool promote=true) |
| |
| void | AddSelfInterpolatingArrays (vtkIdType numOutPts, vtkDataSetAttributes *attr, double nullValue=0.0) |
| |
| vtkDataArray * | AddArrayPair (vtkIdType numTuples, vtkDataArray *inArray, vtkStdString &outArrayName, double nullValue, bool promote) |
| |
| void | ExcludeArray (vtkDataArray *da) |
| |
| bool | 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 218 of file vtkArrayListTemplate.h.
◆ ~ArrayList()
| ArrayList::~ArrayList |
( |
| ) |
|
|
inline |
◆ AddArrays()
◆ AddSelfInterpolatingArrays()
◆ AddArrayPair()
◆ ExcludeArray()
◆ IsExcluded()
◆ Copy()
◆ Interpolate()
◆ InterpolateEdge()
◆ AssignNullValue()
| void ArrayList::AssignNullValue |
( |
vtkIdType |
outId | ) |
|
|
inline |
◆ Realloc()
◆ GetNumberOfArrays()
◆ Arrays
◆ ExcludedArrays
The documentation for this struct was generated from the following file: