|
VTK
9.0.1
|
#include <vtkArrayListTemplate.h>
Public Member Functions | |
| RealArrayPair (TInput *in, TOutput *out, vtkIdType num, int numComp, vtkDataArray *outArray, TOutput null) | |
| ~RealArrayPair () 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 | |
| TInput * | Input |
| TOutput * | Output |
| TOutput | NullValue |
Public Attributes inherited from BaseArrayPair | |
| vtkIdType | Num |
| int | NumComp |
| vtkSmartPointer< vtkDataArray > | OutputArray |
Definition at line 146 of file vtkArrayListTemplate.h.
|
inline |
Definition at line 152 of file vtkArrayListTemplate.h.
|
inlineoverride |
Definition at line 160 of file vtkArrayListTemplate.h.
|
inlineoverridevirtual |
Implements BaseArrayPair.
Definition at line 164 of file vtkArrayListTemplate.h.
|
inlineoverridevirtual |
Implements BaseArrayPair.
Definition at line 173 of file vtkArrayListTemplate.h.
|
inlineoverridevirtual |
Implements BaseArrayPair.
Definition at line 187 of file vtkArrayListTemplate.h.
|
inlineoverridevirtual |
Implements BaseArrayPair.
Definition at line 199 of file vtkArrayListTemplate.h.
|
inlineoverridevirtual |
Implements BaseArrayPair.
Definition at line 207 of file vtkArrayListTemplate.h.
| TInput* RealArrayPair< TInput, TOutput >::Input |
Definition at line 148 of file vtkArrayListTemplate.h.
| TOutput* RealArrayPair< TInput, TOutput >::Output |
Definition at line 149 of file vtkArrayListTemplate.h.
| TOutput RealArrayPair< TInput, TOutput >::NullValue |
Definition at line 150 of file vtkArrayListTemplate.h.
1.8.17