|
VTK
9.6.20260221
|
#include <vtkArrayListTemplate.h>
Public Member Functions | |
| ArrayPair (vtkStringArray *inArray, vtkStringArray *outArray, vtkIdType num, int numComp, vtkStdString 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 |
| ArrayPair (vtkStringArray *inArray, vtkStringArray *outArray, vtkIdType num, int numComp, vtkStdString null) | |
| ~ArrayPair () override=default | |
| void | Copy (vtkIdType inId, vtkIdType outId) override |
| void | Copy (unsigned short inId, unsigned short outId) override |
| void | Interpolate (int numWeights, const vtkIdType *ids, const double *weights, vtkIdType outId) override |
| void | Interpolate (int numWeights, const unsigned short *ids, const double *weights, unsigned short outId) override |
| void | InterpolateOutput (int numWeights, const vtkIdType *ids, const double *weights, vtkIdType outId) override |
| void | InterpolateOutput (int numWeights, const unsigned short *ids, const double *weights, unsigned short outId) override |
| void | Average (int numPts, const vtkIdType *ids, vtkIdType outId) override |
| void | Average (int numPts, const unsigned short *ids, unsigned short outId) override |
| void | WeightedAverage (int numPts, const vtkIdType *ids, const double *weights, vtkIdType outId) override |
| void | WeightedAverage (int numPts, const unsigned short *ids, const double *weights, unsigned short outId) override |
| void | InterpolateEdge (vtkIdType v0, vtkIdType v1, double t, vtkIdType outId) override |
| void | InterpolateEdge (unsigned short v0, unsigned short v1, double t, unsigned short outId) override |
| void | AssignNullValue (vtkIdType 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 |
| vtkStdString | NullValue |
| vtk::detail::ValueRange< vtkStringArray, vtk::detail::DynamicTupleSize > | Input |
| vtk::detail::ValueRange< vtkStringArray, vtk::detail::DynamicTupleSize > | Output |
| vtkStdString | 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) |
| void | Copy (IdTypeT inId, IdTypeT outId) |
| void | Interpolate (int numWeights, const IdTypeT *ids, const double *weights, IdTypeT outId) |
| void | InterpolateOutput (int numWeights, const IdTypeT *ids, const double *weights, IdTypeT outId) |
| void | Average (int numPts, const IdTypeT *ids, IdTypeT outId) |
| void | WeightedAverage (int numPts, const IdTypeT *ids, const double *weights, IdTypeT outId) |
| void | InterpolateEdge (IdTypeT v0, IdTypeT v1, double t, IdTypeT outId) |
| void | AssignNullValue (IdTypeT outId) |
Definition at line 304 of file vtkArrayListTemplate.h.
|
inline |
Definition at line 310 of file vtkArrayListTemplate.h.
|
overridedefault |
|
inline |
Definition at line 109 of file vtkArrayListTemplate.h.
|
overridedefault |
|
inlineprotected |
Definition at line 321 of file vtkArrayListTemplate.h.
|
inlineprotected |
Definition at line 330 of file vtkArrayListTemplate.h.
|
inlineprotected |
Definition at line 339 of file vtkArrayListTemplate.h.
|
inlineprotected |
Definition at line 344 of file vtkArrayListTemplate.h.
|
inlineprotected |
Definition at line 352 of file vtkArrayListTemplate.h.
|
inlineprotected |
Definition at line 361 of file vtkArrayListTemplate.h.
|
inlineprotected |
Definition at line 372 of file vtkArrayListTemplate.h.
|
inlineoverridevirtual |
Implements BaseArrayPair.
Definition at line 381 of file vtkArrayListTemplate.h.
|
inlineoverridevirtual |
Implements BaseArrayPair.
Definition at line 382 of file vtkArrayListTemplate.h.
|
inlineoverridevirtual |
Implements BaseArrayPair.
Definition at line 387 of file vtkArrayListTemplate.h.
|
inlineoverridevirtual |
Implements BaseArrayPair.
Definition at line 392 of file vtkArrayListTemplate.h.
|
inlineoverridevirtual |
Implements BaseArrayPair.
Definition at line 396 of file vtkArrayListTemplate.h.
|
inlineoverridevirtual |
Implements BaseArrayPair.
Definition at line 401 of file vtkArrayListTemplate.h.
|
inlineoverridevirtual |
Implements BaseArrayPair.
Definition at line 405 of file vtkArrayListTemplate.h.
|
inlineoverridevirtual |
Implements BaseArrayPair.
Definition at line 436 of file vtkArrayListTemplate.h.
|
inlineoverridevirtual |
Implements BaseArrayPair.
Definition at line 440 of file vtkArrayListTemplate.h.
|
inlineoverridevirtual |
Implements BaseArrayPair.
Definition at line 445 of file vtkArrayListTemplate.h.
|
inlineoverridevirtual |
Implements BaseArrayPair.
Definition at line 450 of file vtkArrayListTemplate.h.
|
inlineoverridevirtual |
Implements BaseArrayPair.
Definition at line 454 of file vtkArrayListTemplate.h.
|
inlineoverridevirtual |
Implements BaseArrayPair.
Definition at line 459 of file vtkArrayListTemplate.h.
|
inlineoverridevirtual |
Implements BaseArrayPair.
Definition at line 464 of file vtkArrayListTemplate.h.
|
inlineoverridevirtual |
Implements BaseArrayPair.
Definition at line 469 of file vtkArrayListTemplate.h.
|
inlineprotected |
Definition at line 119 of file vtkArrayListTemplate.h.
|
inlineoverridevirtual |
Implements BaseArrayPair.
Definition at line 207 of file vtkArrayListTemplate.h.
|
inlineoverridevirtual |
Implements BaseArrayPair.
Definition at line 262 of file vtkArrayListTemplate.h.
|
inlineprotected |
Definition at line 129 of file vtkArrayListTemplate.h.
|
inlineoverridevirtual |
Implements BaseArrayPair.
Definition at line 208 of file vtkArrayListTemplate.h.
|
inlineoverridevirtual |
Implements BaseArrayPair.
Definition at line 266 of file vtkArrayListTemplate.h.
|
inlineprotected |
Definition at line 143 of file vtkArrayListTemplate.h.
|
inlineoverridevirtual |
Implements BaseArrayPair.
Definition at line 213 of file vtkArrayListTemplate.h.
|
inlineoverridevirtual |
Implements BaseArrayPair.
Definition at line 271 of file vtkArrayListTemplate.h.
|
inlineprotected |
Definition at line 157 of file vtkArrayListTemplate.h.
|
inlineoverridevirtual |
Implements BaseArrayPair.
Definition at line 218 of file vtkArrayListTemplate.h.
|
inlineoverridevirtual |
Implements BaseArrayPair.
Definition at line 276 of file vtkArrayListTemplate.h.
|
inlineprotected |
Definition at line 172 of file vtkArrayListTemplate.h.
|
inlineoverridevirtual |
Implements BaseArrayPair.
Definition at line 222 of file vtkArrayListTemplate.h.
|
inlineoverridevirtual |
Implements BaseArrayPair.
Definition at line 280 of file vtkArrayListTemplate.h.
|
inlineprotected |
Definition at line 186 of file vtkArrayListTemplate.h.
|
inlineoverridevirtual |
Implements BaseArrayPair.
Definition at line 227 of file vtkArrayListTemplate.h.
|
inlineoverridevirtual |
Implements BaseArrayPair.
Definition at line 285 of file vtkArrayListTemplate.h.
|
inlineprotected |
Definition at line 198 of file vtkArrayListTemplate.h.
|
inlineoverridevirtual |
Implements BaseArrayPair.
Definition at line 231 of file vtkArrayListTemplate.h.
|
inlineoverridevirtual |
Implements BaseArrayPair.
Definition at line 290 of file vtkArrayListTemplate.h.
|
inlineoverridevirtual |
Implements BaseArrayPair.
Definition at line 295 of file vtkArrayListTemplate.h.
| vtkStdString* ArrayPair< vtkStringArray, vtkStringArray, vtkStdString >::Input |
Definition at line 306 of file vtkArrayListTemplate.h.
| vtkStdString* ArrayPair< vtkStringArray, vtkStringArray, vtkStdString >::Output |
Definition at line 307 of file vtkArrayListTemplate.h.
| vtkStdString ArrayPair< vtkStringArray, vtkStringArray, vtkStdString >::NullValue |
Definition at line 308 of file vtkArrayListTemplate.h.
| vtk::detail::ValueRange<vtkStringArray, vtk::detail::DynamicTupleSize> ArrayPair< vtkStringArray, vtkStringArray, vtkStdString >::Input |
Definition at line 105 of file vtkArrayListTemplate.h.
| vtk::detail::ValueRange<vtkStringArray, vtk::detail::DynamicTupleSize> ArrayPair< vtkStringArray, vtkStringArray, vtkStdString >::Output |
Definition at line 106 of file vtkArrayListTemplate.h.
| vtkStdString ArrayPair< vtkStringArray, vtkStringArray, vtkStdString >::NullValue |
Definition at line 107 of file vtkArrayListTemplate.h.