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