|
VTK
9.0.1
|
#include <vtkArrayListTemplate.h>
Public Member Functions | |
| ArrayPair (T *in, T *out, vtkIdType num, int numComp, vtkDataArray *outArray, T null) | |
| ~ArrayPair () override | |
| void | Copy (vtkIdType inId, vtkIdType outId) override |
| void | Interpolate (int numWeights, const vtkIdType *ids, const double *weights, vtkIdType outId) override |
| void | InterpolateEdge (vtkIdType v0, vtkIdType v1, double t, vtkIdType outId) override |
| void | AssignNullValue (vtkIdType outId) override |
| void | Realloc (vtkIdType sze) override |
Public Member Functions inherited from BaseArrayPair | |
| BaseArrayPair (vtkIdType num, int numComp, vtkDataArray *outArray) | |
| virtual | ~BaseArrayPair () |
Public Attributes | |
| T * | Input |
| T * | Output |
| T | NullValue |
Public Attributes inherited from BaseArrayPair | |
| vtkIdType | Num |
| int | NumComp |
| vtkSmartPointer< vtkDataArray > | OutputArray |
Definition at line 77 of file vtkArrayListTemplate.h.
|
inline |
Definition at line 83 of file vtkArrayListTemplate.h.
Definition at line 90 of file vtkArrayListTemplate.h.
|
inlineoverridevirtual |
Implements BaseArrayPair.
Definition at line 94 of file vtkArrayListTemplate.h.
|
inlineoverridevirtual |
Implements BaseArrayPair.
Definition at line 102 of file vtkArrayListTemplate.h.
|
inlineoverridevirtual |
Implements BaseArrayPair.
Definition at line 116 of file vtkArrayListTemplate.h.
Implements BaseArrayPair.
Definition at line 128 of file vtkArrayListTemplate.h.
Implements BaseArrayPair.
Definition at line 136 of file vtkArrayListTemplate.h.
| T* ArrayPair< T >::Input |
Definition at line 79 of file vtkArrayListTemplate.h.
| T* ArrayPair< T >::Output |
Definition at line 80 of file vtkArrayListTemplate.h.
| T ArrayPair< T >::NullValue |
Definition at line 81 of file vtkArrayListTemplate.h.
1.8.17