|
VTK
9.3.1
|
#include <vtkArrayListTemplate.h>
Public Member Functions | |
| ArrayPair (vtkStdString *in, vtkStdString *out, vtkIdType num, int numComp, vtkAbstractArray *outArray, double 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 | 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 | |
| vtkStdString * | Input |
| vtkStdString * | Output |
| double | 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 *vtkNotUsed(weights), IdTypeT outId) |
| template<typename IdTypeT > | |
| void | InterpolateOutput (int vtkNotUsed(numWeights), const IdTypeT *vtkNotUsed(ids), const double *vtkNotUsed(weights), IdTypeT vtkNotUsed(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 *vtkNotUsed(weights), IdTypeT outId) |
| template<typename IdTypeT > | |
| void | InterpolateEdge (IdTypeT v0, IdTypeT v1, double vtkNotUsed(t), IdTypeT outId) |
| template<typename IdTypeT > | |
| void | AssignNullValue (IdTypeT outId) |
Definition at line 302 of file vtkArrayListTemplate.h.
|
inline |
Definition at line 308 of file vtkArrayListTemplate.h.
|
overridedefault |
|
inlineprotected |
Definition at line 319 of file vtkArrayListTemplate.h.
|
inlineprotected |
Definition at line 328 of file vtkArrayListTemplate.h.
|
inlineprotected |
Definition at line 337 of file vtkArrayListTemplate.h.
|
inlineprotected |
Definition at line 342 of file vtkArrayListTemplate.h.
|
inlineprotected |
Definition at line 350 of file vtkArrayListTemplate.h.
|
inlineprotected |
Definition at line 359 of file vtkArrayListTemplate.h.
|
inlineprotected |
Definition at line 371 of file vtkArrayListTemplate.h.
|
inlineoverridevirtual |
Implements BaseArrayPair.
Definition at line 380 of file vtkArrayListTemplate.h.
|
inlineoverridevirtual |
Implements BaseArrayPair.
Definition at line 381 of file vtkArrayListTemplate.h.
|
inlineoverridevirtual |
Implements BaseArrayPair.
Definition at line 386 of file vtkArrayListTemplate.h.
|
inlineoverridevirtual |
Implements BaseArrayPair.
Definition at line 391 of file vtkArrayListTemplate.h.
|
inlineoverridevirtual |
Implements BaseArrayPair.
Definition at line 395 of file vtkArrayListTemplate.h.
|
inlineoverridevirtual |
Implements BaseArrayPair.
Definition at line 400 of file vtkArrayListTemplate.h.
|
inlineoverridevirtual |
Implements BaseArrayPair.
Definition at line 404 of file vtkArrayListTemplate.h.
|
inlineoverridevirtual |
Implements BaseArrayPair.
Definition at line 435 of file vtkArrayListTemplate.h.
|
inlineoverridevirtual |
Implements BaseArrayPair.
Definition at line 439 of file vtkArrayListTemplate.h.
|
inlineoverridevirtual |
Implements BaseArrayPair.
Definition at line 444 of file vtkArrayListTemplate.h.
|
inlineoverridevirtual |
Implements BaseArrayPair.
Definition at line 449 of file vtkArrayListTemplate.h.
|
inlineoverridevirtual |
Implements BaseArrayPair.
Definition at line 453 of file vtkArrayListTemplate.h.
|
inlineoverridevirtual |
Implements BaseArrayPair.
Definition at line 458 of file vtkArrayListTemplate.h.
|
inlineoverridevirtual |
Implements BaseArrayPair.
Definition at line 463 of file vtkArrayListTemplate.h.
|
inlineoverridevirtual |
Implements BaseArrayPair.
Definition at line 468 of file vtkArrayListTemplate.h.
| vtkStdString* ArrayPair< vtkStdString >::Input |
Definition at line 304 of file vtkArrayListTemplate.h.
| vtkStdString* ArrayPair< vtkStdString >::Output |
Definition at line 305 of file vtkArrayListTemplate.h.
| double ArrayPair< vtkStdString >::NullValue |
Definition at line 306 of file vtkArrayListTemplate.h.