|
VTK
9.3.0
|
#include <vtkArrayListTemplate.h>
Public Member Functions | |
| RealArrayPair (TInput *in, TOutput *out, vtkIdType num, int numComp, vtkAbstractArray *outArray, TOutput null) | |
| ~RealArrayPair () override=default | |
| void | Copy (vtkIdType inId, vtkIdType outId) override |
| void | Interpolate (int numWeights, const vtkIdType *ids, const double *weights, vtkIdType outId) override |
| void | InterpolateOutput (int numWeights, const vtkIdType *ids, const double *weights, vtkIdType outId) override |
| void | Average (int numPts, const vtkIdType *ids, vtkIdType outId) override |
| void | WeightedAverage (int numPts, 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 | Copy (unsigned short inId, unsigned short outId) override |
| void | Interpolate (int numWeights, const unsigned short *ids, const double *weights, unsigned short outId) override |
| void | InterpolateOutput (int numWeights, const unsigned short *ids, const double *weights, unsigned short outId) override |
| void | Average (int numPts, const unsigned short *ids, unsigned short outId) override |
| void | WeightedAverage (int numPts, const unsigned short *ids, const double *weights, unsigned short outId) override |
| void | InterpolateEdge (unsigned short v0, unsigned short v1, double t, unsigned short outId) override |
| void | AssignNullValue (unsigned short outId) override |
| void | Realloc (vtkIdType sze) override |
Public Member Functions inherited from BaseArrayPair | |
| BaseArrayPair (vtkIdType num, int numComp, vtkAbstractArray *outArray) | |
| virtual | ~BaseArrayPair ()=default |
Public Attributes | |
| TInput * | Input |
| TOutput * | Output |
| TOutput | NullValue |
Public Attributes inherited from BaseArrayPair | |
| vtkIdType | Num |
| int | NumComp |
| vtkSmartPointer< vtkAbstractArray > | OutputArray |
Protected Member Functions | |
| template<typename IdTypeT > | |
| void | Copy (IdTypeT inId, IdTypeT outId) |
| template<typename IdTypeT > | |
| void | Interpolate (int numWeights, const IdTypeT *ids, const double *weights, IdTypeT outId) |
| template<typename IdTypeT > | |
| void | InterpolateOutput (int numWeights, const IdTypeT *ids, const double *weights, IdTypeT outId) |
| template<typename IdTypeT > | |
| void | Average (int numPts, const IdTypeT *ids, IdTypeT outId) |
| template<typename IdTypeT > | |
| void | WeightedAverage (int numPts, const IdTypeT *ids, const double *weights, IdTypeT outId) |
| template<typename IdTypeT > | |
| void | InterpolateEdge (IdTypeT v0, IdTypeT v1, double t, IdTypeT outId) |
| template<typename IdTypeT > | |
| void | AssignNullValue (IdTypeT outId) |
Definition at line 479 of file vtkArrayListTemplate.h.
|
inline |
Definition at line 485 of file vtkArrayListTemplate.h.
|
overridedefault |
|
inlineprotected |
Definition at line 496 of file vtkArrayListTemplate.h.
|
inlineprotected |
Definition at line 506 of file vtkArrayListTemplate.h.
|
inlineprotected |
Definition at line 520 of file vtkArrayListTemplate.h.
|
inlineprotected |
Definition at line 534 of file vtkArrayListTemplate.h.
|
inlineprotected |
Definition at line 549 of file vtkArrayListTemplate.h.
|
inlineprotected |
Definition at line 563 of file vtkArrayListTemplate.h.
|
inlineprotected |
Definition at line 575 of file vtkArrayListTemplate.h.
|
inlineoverridevirtual |
Implements BaseArrayPair.
Definition at line 584 of file vtkArrayListTemplate.h.
|
inlineoverridevirtual |
Implements BaseArrayPair.
Definition at line 585 of file vtkArrayListTemplate.h.
|
inlineoverridevirtual |
Implements BaseArrayPair.
Definition at line 590 of file vtkArrayListTemplate.h.
|
inlineoverridevirtual |
Implements BaseArrayPair.
Definition at line 595 of file vtkArrayListTemplate.h.
|
inlineoverridevirtual |
Implements BaseArrayPair.
Definition at line 599 of file vtkArrayListTemplate.h.
|
inlineoverridevirtual |
Implements BaseArrayPair.
Definition at line 604 of file vtkArrayListTemplate.h.
|
inlineoverridevirtual |
Implements BaseArrayPair.
Definition at line 608 of file vtkArrayListTemplate.h.
|
inlineoverridevirtual |
Implements BaseArrayPair.
Definition at line 639 of file vtkArrayListTemplate.h.
|
inlineoverridevirtual |
Implements BaseArrayPair.
Definition at line 643 of file vtkArrayListTemplate.h.
|
inlineoverridevirtual |
Implements BaseArrayPair.
Definition at line 648 of file vtkArrayListTemplate.h.
|
inlineoverridevirtual |
Implements BaseArrayPair.
Definition at line 653 of file vtkArrayListTemplate.h.
|
inlineoverridevirtual |
Implements BaseArrayPair.
Definition at line 657 of file vtkArrayListTemplate.h.
|
inlineoverridevirtual |
Implements BaseArrayPair.
Definition at line 662 of file vtkArrayListTemplate.h.
|
inlineoverridevirtual |
Implements BaseArrayPair.
Definition at line 667 of file vtkArrayListTemplate.h.
|
inlineoverridevirtual |
Implements BaseArrayPair.
Definition at line 672 of file vtkArrayListTemplate.h.
| TInput* RealArrayPair< TInput, TOutput >::Input |
Definition at line 481 of file vtkArrayListTemplate.h.
| TOutput* RealArrayPair< TInput, TOutput >::Output |
Definition at line 482 of file vtkArrayListTemplate.h.
| TOutput RealArrayPair< TInput, TOutput >::NullValue |
Definition at line 483 of file vtkArrayListTemplate.h.