VTK
9.1.0
|
#include <vtkArrayListTemplate.h>
Public Member Functions | |
ArrayPair (T *in, T *out, vtkIdType num, int numComp, vtkDataArray *outArray, T null) | |
~ArrayPair () override=default | |
void | Copy (vtkIdType inId, vtkIdType outId) override |
void | Interpolate (int numWeights, const vtkIdType *ids, const double *weights, vtkIdType outId) override |
void | Average (int numPts, const vtkIdType *ids, 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 ()=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 |
Public Attributes | |
T * | Input |
T * | Output |
T | NullValue |
Public Attributes inherited from BaseArrayPair | |
vtkIdType | Num |
int | NumComp |
vtkSmartPointer< vtkDataArray > | OutputArray |
Definition at line 83 of file vtkArrayListTemplate.h.
|
inline |
Definition at line 89 of file vtkArrayListTemplate.h.
|
inlineoverridevirtual |
Implements BaseArrayPair.
Definition at line 98 of file vtkArrayListTemplate.h.
|
inlineoverridevirtual |
Implements BaseArrayPair.
Definition at line 106 of file vtkArrayListTemplate.h.
|
inlineoverridevirtual |
Implements BaseArrayPair.
Definition at line 120 of file vtkArrayListTemplate.h.
|
inlineoverridevirtual |
Implements BaseArrayPair.
Definition at line 134 of file vtkArrayListTemplate.h.
Implements BaseArrayPair.
Definition at line 146 of file vtkArrayListTemplate.h.
Implements BaseArrayPair.
Definition at line 154 of file vtkArrayListTemplate.h.
T* ArrayPair< T >::Input |
Definition at line 85 of file vtkArrayListTemplate.h.
T* ArrayPair< T >::Output |
Definition at line 86 of file vtkArrayListTemplate.h.
T ArrayPair< T >::NullValue |
Definition at line 87 of file vtkArrayListTemplate.h.