|
VTK
|
#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 145 of file vtkArrayListTemplate.h.
|
inline |
Definition at line 151 of file vtkArrayListTemplate.h.
|
inlineoverride |
Definition at line 155 of file vtkArrayListTemplate.h.
|
inlineoverridevirtual |
Implements BaseArrayPair.
Definition at line 159 of file vtkArrayListTemplate.h.
|
inlineoverridevirtual |
Implements BaseArrayPair.
Definition at line 167 of file vtkArrayListTemplate.h.
|
inlineoverridevirtual |
Implements BaseArrayPair.
Definition at line 181 of file vtkArrayListTemplate.h.
|
inlineoverridevirtual |
Implements BaseArrayPair.
Definition at line 193 of file vtkArrayListTemplate.h.
|
inlineoverridevirtual |
Implements BaseArrayPair.
Definition at line 201 of file vtkArrayListTemplate.h.
| TInput* RealArrayPair< TInput, TOutput >::Input |
Definition at line 147 of file vtkArrayListTemplate.h.
| TOutput* RealArrayPair< TInput, TOutput >::Output |
Definition at line 148 of file vtkArrayListTemplate.h.
| TOutput RealArrayPair< TInput, TOutput >::NullValue |
Definition at line 149 of file vtkArrayListTemplate.h.
1.8.9.1