|
VTK
|
#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 78 of file vtkArrayListTemplate.h.
|
inline |
Definition at line 84 of file vtkArrayListTemplate.h.
Definition at line 88 of file vtkArrayListTemplate.h.
|
inlineoverridevirtual |
Implements BaseArrayPair.
Definition at line 92 of file vtkArrayListTemplate.h.
|
inlineoverridevirtual |
Implements BaseArrayPair.
Definition at line 100 of file vtkArrayListTemplate.h.
|
inlineoverridevirtual |
Implements BaseArrayPair.
Definition at line 114 of file vtkArrayListTemplate.h.
Implements BaseArrayPair.
Definition at line 126 of file vtkArrayListTemplate.h.
Implements BaseArrayPair.
Definition at line 134 of file vtkArrayListTemplate.h.
| T* ArrayPair< T >::Input |
Definition at line 80 of file vtkArrayListTemplate.h.
| T* ArrayPair< T >::Output |
Definition at line 81 of file vtkArrayListTemplate.h.
| T ArrayPair< T >::NullValue |
Definition at line 82 of file vtkArrayListTemplate.h.
1.8.9.1