| 
|   | 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 | 
|   | 
|   | BaseArrayPair (vtkIdType num, int numComp, vtkAbstractArray *outArray) | 
|   | 
| virtual  | ~BaseArrayPair ()=default | 
|   | 
| virtual void  | Copy (vtkIdType inId, vtkIdType outId)=0 | 
|   | 
| virtual void  | Interpolate (int numWeights, const vtkIdType *ids, const double *weights, vtkIdType outId)=0 | 
|   | 
| virtual void  | InterpolateOutput (int numWeights, const vtkIdType *ids, const double *weights, vtkIdType outId)=0 | 
|   | 
| virtual void  | Average (int numPts, const vtkIdType *ids, vtkIdType outId)=0 | 
|   | 
| virtual void  | WeightedAverage (int numPts, const vtkIdType *ids, const double *weights, vtkIdType outId)=0 | 
|   | 
| virtual void  | InterpolateEdge (vtkIdType v0, vtkIdType v1, double t, vtkIdType outId)=0 | 
|   | 
| virtual void  | AssignNullValue (vtkIdType outId)=0 | 
|   | 
| virtual void  | Copy (unsigned short inId, unsigned short outId)=0 | 
|   | 
| virtual void  | Interpolate (int numWeights, const unsigned short *ids, const double *weights, unsigned short outId)=0 | 
|   | 
| virtual void  | InterpolateOutput (int numWeights, const unsigned short *ids, const double *weights, unsigned short outId)=0 | 
|   | 
| virtual void  | Average (int numPts, const unsigned short *ids, unsigned short outId)=0 | 
|   | 
| virtual void  | WeightedAverage (int numPts, const unsigned short *ids, const double *weights, unsigned short outId)=0 | 
|   | 
| virtual void  | InterpolateEdge (unsigned short v0, unsigned short v1, double t, unsigned short outId)=0 | 
|   | 
| virtual void  | AssignNullValue (unsigned short outId)=0 | 
|   | 
| virtual void  | Realloc (vtkIdType sze)=0 | 
|   | 
 | 
| 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) | 
|   | 
template<typename TInput, typename TOutput>
struct RealArrayPair< TInput, TOutput >
Definition at line 480 of file vtkArrayListTemplate.h.