#include <vtkArrayListTemplate.h>
|
| BaseArrayPair (vtkIdType num, int numComp, vtkDataArray *outArray) |
|
virtual | ~BaseArrayPair ()=default |
|
virtual void | Copy (vtkIdType inId, vtkIdType outId)=0 |
|
virtual void | Interpolate (int numWeights, const vtkIdType *ids, const double *weights, vtkIdType outId)=0 |
|
virtual void | Average (int numPts, const vtkIdType *ids, vtkIdType outId)=0 |
|
virtual void | InterpolateEdge (vtkIdType v0, vtkIdType v1, double t, vtkIdType outId)=0 |
|
virtual void | AssignNullValue (vtkIdType outId)=0 |
|
virtual void | Realloc (vtkIdType sze)=0 |
|
Definition at line 58 of file vtkArrayListTemplate.h.
◆ BaseArrayPair()
◆ ~BaseArrayPair()
virtual BaseArrayPair::~BaseArrayPair |
( |
| ) |
|
|
virtualdefault |
◆ Copy()
◆ Interpolate()
virtual void BaseArrayPair::Interpolate |
( |
int |
numWeights, |
|
|
const vtkIdType * |
ids, |
|
|
const double * |
weights, |
|
|
vtkIdType |
outId |
|
) |
| |
|
pure virtual |
◆ Average()
virtual void BaseArrayPair::Average |
( |
int |
numPts, |
|
|
const vtkIdType * |
ids, |
|
|
vtkIdType |
outId |
|
) |
| |
|
pure virtual |
◆ InterpolateEdge()
◆ AssignNullValue()
virtual void BaseArrayPair::AssignNullValue |
( |
vtkIdType |
outId | ) |
|
|
pure virtual |
◆ Realloc()
virtual void BaseArrayPair::Realloc |
( |
vtkIdType |
sze | ) |
|
|
pure virtual |
◆ Num
◆ NumComp
int BaseArrayPair::NumComp |
◆ OutputArray
The documentation for this struct was generated from the following file: